13821 Commits (c0fa903d6b2ed5131ae60f8faff2c6ad5276b3a2)
 

Author SHA1 Message Date
Damien George c0fa903d6b py/compile: Support large integers in inline-asm data directive. 2 years ago
robert-hh 0c45a28d24 rp2/rp2_pio: Fix StateMachine.restart when PIO program is shared. 2 years ago
Damien George f64862a766 rp2/cyw43_configport: Set CYW43_WIFI_NVRAM_INCLUDE_FILE value. 2 years ago
Peter Harper 33d6994d4c rp2/cyw43_configport: Set CYW43_EVENT_POLL_HOOK value. 2 years ago
Peter Harper 9fd8250d69 lib/cyw43-driver: Update driver to latest version. 2 years ago
Damien George 4fe3e493b1 py/obj: Make mp_obj_get_complex_maybe call mp_obj_get_float_maybe first. 2 years ago
Andrew Leech 1e87b56219 py/obj: Add support for __float__ and __complex__ functions. 2 years ago
Andrew Scheller fa15aed0f7 docs/library/neopixel: Add note that neopixel is included in rp2 builds. 2 years ago
Tim Gates f736afb577 drivers,ports: Fix a few typos in comments. 2 years ago
Jim Mussared 924e55aca1 extmod/webrepl: Allow the page to run from the device (over HTTP). 2 years ago
Rob Knegjens d2e4cf00cc unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build. 3 years ago
Rob Knegjens 4a48531803 py/gc: Reduce code size when MICROPY_GC_SPLIT_HEAP is disabled. 3 years ago
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