13959 Commits (49e17c8bb0c55d8efb3f768ba1dfd5b27c466b26)
 

Author SHA1 Message Date
Ayke van Laethem bcc827d695 py/gc: Allow the GC heap to be split over multiple memory areas. 7 years ago
Damien George 5dbb822ca4 esp32/mpconfigport: Enable BLE synchronous events and pairing/bonding. 4 years ago
Damien George e05d0a6335 extmod/modbluetooth: Add support for running sync irq on system thread. 4 years ago
Jim Mussared 4cf9928902 cc3200: Fix various array-based compiler warnings. 2 years ago
Jim Mussared a053827084 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2 years ago
Jim Mussared 8b4298a4bf rp2/mpbthciport: Remove mp_bthci_uart from set of root pointers. 2 years ago
robert-hh 2e2fc8f60f nrf/main: Call usb_cdc_init() before executing boot.py and main.py. 2 years ago
iabdalkader 768cbea507 nrf/boards/arduino_nano_33_ble_sense: Update deploy instructions. 2 years ago
Damien George bdad63eda2 extmod/btstack: Fix descriptor discovery handle range and events. 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
robert-hh 93a17b9581 shared/runtime/softtimer: Remove obsolete #include statement. 2 years ago
robert-hh 678cb5a585 renesas-ra/softtimer: Switch to use softtimer code from shared/runtime. 2 years ago
robert-hh c781899438 stm32/softtimer: Switch to use softtimer code from shared/runtime. 2 years ago
robert-hh 2e2202993c shared/runtime/softtimer: Move softtimer.[ch] to shared/runtime. 2 years ago
robert-hh 80339f1a33 ports: Adapt mimxrt, nrf and rp2 ports to work with latest TinyUSB. 2 years ago
robert-hh d1ef3815e6 lib/tinyusb: Update to the most recent master. 2 years ago
David Lechner 03fb671833 unix/mpconfigport: Allow overriding MICROPY_EVENT_POLL_HOOK. 3 years ago
David Lechner c947c25294 unix/Makefile: Only checkout libffi submodule when used. 2 years ago
stijn e82aa2abc4 py/qstr: Make mp_decompress_rom_string decl and def the same. 2 years ago
stijn d05377c060 windows/msvc: Support compressed ROM text for error messages. 2 years ago
stijn 1f16d682da py/misc: Fix msvc compilation with compressed error messages. 2 years ago
stijn c4adeb2e08 windows: Provide a definition for MP_ALWAYSINLINE. 2 years ago
Damien George 5e20dcf925 examples/embedding: Remove obsolete axtls build target. 2 years ago
Damien George b89422ceaa extmod: Always use custom mbedtls error message code. 2 years ago
Damien George b87f796ef5 unix/Makefile: Only include axtls in GIT_SUBMODULES list when enabled. 2 years ago
Damien George 13c78ab6fe unix/mpconfigport: Switch ussl from axtls to mbedtls. 2 years ago
Damien George 26dec1fafb unix/mbedtls: Add custom config for mbedtls. 2 years ago
Damien George e30e7ced6f unix/mpconfigport: Make MICROPY_EVENT_POLL_HOOK call usleep directly. 2 years ago
Damien George 18ecc29bb8 tests/extmod/ussl_basic: Make test run on axtls and mbedtls. 2 years ago
Angus Gratton 1d23c01dd6 stm32/Makefile: Workaround LTO linker order bug in binutils <2.35. 2 years ago
David Lechner a1ef5ac65d py/scheduler: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 85b4f36100 py/modsys: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a98aa66df6 py/persistentcode: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 2c728c5330 extmod/modbluetooth: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 32e32bd761 extmod/vfs: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner d532c55e3b extmod/modlwip: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 631b692177 extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 68f46342aa shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 7e4b205cb0 py/mpstate: Drop MICROPY_PORT_ROOT_POINTERS from mp_state_vm_t. 2 years ago
David Lechner ccda7686a4 zephyr: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 186be074a7 teensy/teensy_hal: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 2d8589f1a5 teensy/mpconfigport: Drop unused root pointers. 2 years ago
David Lechner 816e4537f2 stm32: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner ffa22b8f97 rp2: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 575fa61c6d renesas-ra: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner f8805e2416 renesas-ra/mpconfigport: Drop pyb_hid_report_desc root pointer. 2 years ago
David Lechner c09e31dabb pic16bit/pic16bit_mphal: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 8a69c54211 nrf: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a316a8fdb3 mimxrt: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner e2d4db96da esp8266: Use MP_REGISTER_ROOT_POINTER(). 2 years ago