13884 Commits (6c67fbc280625c59fff7cdf93f16d5e2ad0bad8a)
 

Author SHA1 Message Date
Damien George 963e599ec0 tests/cpydiff: Fix formatting of code snippet to use double quotes. 2 years ago
chrismas9 c038ea0cc6 docs/library/pyb.Timer: Document how to use BKIN pin with example. 2 years ago
chrismas9 33ea400ce8 docs/library/pyb.Pin: Add Pin.ALT constant. 2 years ago
chrismas9 e168d47424 docs/library/pyb.Pin: Fix out-of-context paragraphs, and AF_PP typo. 2 years ago
Peter Hinch fe5598452d docs/library/time: Provide more info about which epoch is used. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
David Lechner 3c32ca6e77 unix/unix_mphal: Allow overriding hal time functions. 3 years ago
Peter Harper 45ab801c30 rp2/cyw43_configport: Add event hook into cyw43_delay_ms. 2 years ago
Angus Gratton 1230d86dca py/builtinimport: Remove duplicate static function argument. 2 years ago
Dan Ellis f9cbe6bc47 py/formatfloat: Format all whole-number floats exactly. 2 years ago
Jim Mussared b22abcdbbe extmod/uasyncio: Handle gather with no awaitables. 2 years ago
Jim Mussared 092784da19 ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h. 2 years ago
Jim Mussared e65d1e69e8 py/modio: Remove FileIO and TextIOWrapper from io module. 2 years ago
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