summaryrefslogtreecommitdiffstatshomepage
path: root/shared
Commit message (Expand)AuthorAge
* py/modsys: Allow sys.path to be assigned to.Jim Mussared2023-06-08
* shared/libc/printf: Fix stdout destination for putchar and puts.Damien George2023-05-31
* shared/upytesthelper: Fix spelling of "default".David Lechner2023-05-19
* all: Fix various Python coding inconsistencies found by ruff.Christian Clauss2023-05-02
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256.Damien George2023-04-21
* shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code.David Grayson2023-04-05
* shared/tinyusb: Allow max USB descriptor string to be configured.Damien George2023-04-04
* rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config.robert-hh2023-03-20
* py/mpconfig: Provide config option for internal printf printer.Damien George2023-03-10
* py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.Damien George2023-03-10
* shared/runtime/softtimer: Fix ticks range when computing ticks diff.Jim Mussared2023-02-17
* shared/runtime/softtimer: Use consistently the same clock source.robert-hh2023-02-16
* shared/runtime/gchelper: Drop cpu directive from ARM asm helpers.David Lechner2023-01-28
* shared/runtime: Use mp_printf consistently, instead of printf.Damien George2023-01-24
* shared/tinyusb: Fix CDC bNumInterfaces value.Damien George2022-11-14
* rp2: Allow enabling USB device without enabling USB-CDC.Angus Gratton2022-11-11
* shared/tinyusb: Further refactor static USB device implementation.Angus Gratton2022-11-11
* shared/tinyusb: Create common TinyUSB code for reuse by ports.Blake Felt2022-11-11
* shared/netutils: Add "py/obj.h" header include.Damien George2022-11-11
* shared/runtime/gchelper_native: Fix pointer cast on x86_64.Simon Arlott2022-11-08
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared2022-09-19
* all: Remove unnecessary locals_dict cast.Jim Mussared2022-09-19
* all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.Damien George2022-08-23
* shared/runtime/softtimer: Remove obsolete #include statement.robert-hh2022-07-19
* shared/runtime/softtimer: Move softtimer.[ch] to shared/runtime.robert-hh2022-07-19
* shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER().David Lechner2022-07-18
* shared/readline: Use MP_REGISTER_ROOT_POINTER().David Lechner2022-07-18
* shared/netutils/dhcpserver: Match default DNS to server IP.Phil Howard2022-07-12
* shared/runtime/tinyusb_helpers: Add TinyUSB helper functions.iabdalkader2022-06-23
* py/modsys: Introduce sys.implementation._machine constant.Damien George2022-04-28
* py/modsys: Append MicroPython git version and build date to sys.version.Damien George2022-04-28
* shared/readline: Disable auto-indent if space/tab follows added indent.Damien George2022-04-22
* shared/readline: Make tab insert an indent when it follows whitespace.Damien George2022-04-22
* mimxrt/machine_rtc: Start RTC at boot and set datetime if not set.robert-hh2022-04-11
* py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George2022-03-10
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.iabdalkader2022-01-06
* ports: Add '.frozen' as the first entry in sys.path.Jim Mussared2021-12-18
* py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared2021-12-18
* shared/libc/string0: Don't include string.h, and provide __memcpy_chk.Alexey 'alexxy' Shvetsov2021-11-17
* lib,shared: Update README's based on contents of these dirs.Damien George2021-07-13
* all: Update to point to files in new shared/ directory.Damien George2021-07-12
* shared: Introduce new top-level dir and move 1st party lib code there.Damien George2021-07-12