aboutsummaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)Author
2023-11-09shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler.Angus Gratton
2023-11-07shared/libc/string0: Don't deref args for n==0 case.Jim Mussared
2023-11-03py/mkrules.mk: Add rule for compiling auto-generated source files.Jim Mussared
2023-11-03all: Update Python formatting to ruff-format.Jim Mussared
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2023-09-29rp2/msc_disk: Allow configuring the USB MSC inquiry response.Jim Mussared
2023-09-29shared/netutils/dhcpserver: Reply on correct netif.Peter Harper
2023-09-14shared/tinyusb: Support HS endpoint sizes.iabdalkader
2023-07-21py/stream: Add mp_stream___exit___obj that calls mp_stream_close.Jim Mussared
2023-07-20shared/tinyusb: Avoid symbol clash on targets with external TinyUSB.Luca Burelli
2023-06-08py/modsys: Allow sys.path to be assigned to.Jim Mussared
2023-05-31shared/libc/printf: Fix stdout destination for putchar and puts.Damien George
2023-05-19shared/upytesthelper: Fix spelling of "default".David Lechner
2023-05-02all: Fix various Python coding inconsistencies found by ruff.Christian Clauss
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-21shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256.Damien George
2023-04-05shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code.David Grayson
2023-04-04shared/tinyusb: Allow max USB descriptor string to be configured.Damien George
2023-03-20rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config.robert-hh
2023-03-10py/mpconfig: Provide config option for internal printf printer.Damien George
2023-03-10py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.Damien George
2023-02-17shared/runtime/softtimer: Fix ticks range when computing ticks diff.Jim Mussared
2023-02-16shared/runtime/softtimer: Use consistently the same clock source.robert-hh
2023-01-28shared/runtime/gchelper: Drop cpu directive from ARM asm helpers.David Lechner
2023-01-24shared/runtime: Use mp_printf consistently, instead of printf.Damien George
2022-11-14shared/tinyusb: Fix CDC bNumInterfaces value.Damien George
2022-11-11rp2: Allow enabling USB device without enabling USB-CDC.Angus Gratton
2022-11-11shared/tinyusb: Further refactor static USB device implementation.Angus Gratton
2022-11-11shared/tinyusb: Create common TinyUSB code for reuse by ports.Blake Felt
2022-11-11shared/netutils: Add "py/obj.h" header include.Damien George
2022-11-08shared/runtime/gchelper_native: Fix pointer cast on x86_64.Simon Arlott
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2022-08-23shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.Damien George
2022-07-19shared/runtime/softtimer: Remove obsolete #include statement.robert-hh
2022-07-19shared/runtime/softtimer: Move softtimer.[ch] to shared/runtime.robert-hh
2022-07-18shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18shared/readline: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-12shared/netutils/dhcpserver: Match default DNS to server IP.Phil Howard
2022-06-23shared/runtime/tinyusb_helpers: Add TinyUSB helper functions.iabdalkader
2022-04-28py/modsys: Introduce sys.implementation._machine constant.Damien George
2022-04-28py/modsys: Append MicroPython git version and build date to sys.version.Damien George
2022-04-22shared/readline: Disable auto-indent if space/tab follows added indent.Damien George
2022-04-22shared/readline: Make tab insert an indent when it follows whitespace.Damien George
2022-04-11mimxrt/machine_rtc: Start RTC at boot and set datetime if not set.robert-hh
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-01-06shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.iabdalkader