2925 Commits (6c67fbc280625c59fff7cdf93f16d5e2ad0bad8a)

Author SHA1 Message Date
Damien George 6c67fbc280 zephyr/machine_uart: Use mp_obj_str_get_str to get device name. 2 years ago
Damien George 787bd99919 nrf/modules/ubluepy: Use mp_obj_str_get_data to extract str data. 2 years ago
Jim Mussared 94a19f1062 windows/Makefile: Update test dependency on $(PROG). 2 years ago
David Lechner 888e831bf7 docs: Update links for Arm GCC toolchain. 2 years ago
Jacob Siverskog 0546a12238 rp2: Correctly determine path to arm-none-eabi-size. 2 years ago
Phil Howard 71f6eb5ac9 rp2: Mark gc_heap NOLOAD for faster boot. 2 years ago
omogenot 6e51dbd95a rp2/boards/W5500_EVB_PICO: Add new board definition for W5500_EVB_PICO. 2 years ago
David Yang b6651a7a89 unix/modjni: Add missing const qualifier. 4 years ago
Daniel Jour 9c6fd974f7 minimal/Makefile: Avoid terminal reset, use BUILD variable. 2 years ago
Damien George d53c3b6ade unix/variants: Remove variant suffix from executable filename. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
Damien George 5cfbf18d5f javascript/Makefile: Remove obsolete disable of array-bounds warning. 2 years ago
Damien George f72d3cec23 rp2/machine_spi: Add mp_hal_get_spi_obj helper function. 2 years ago
Andrew Leech 6804b6f54f stm32/boards/NUCLEO_WB55: Add error handling to firmware update scripts. 3 years ago
Ian Davies fbe9417b90 extmod/ntptime: Factor out ntptime module from esp8266 port. 2 years ago
Ian Davies b560b9fe71 rp2/mbedtls: Enable certificate validity time validation. 2 years ago
David Lechner 10f85fee18 stm32/boards/LEGO_HUB_NO7: Add LEGO Hub No. 7 board definition. 2 years ago
David Lechner 0f0f2351bb stm32/boards/LEGO_HUB_NO6/cc2564: Make timer configurable. 2 years ago
David Lechner f69af16619 stm32/boards/LEGO_HUB_NO6/spiflash: Pick command type at runtime. 2 years ago
David Lechner 9a51273d96 stm32/boards/LEGO_HUB_NO6/appupdate: Detect filesystem size at runtime. 2 years ago
David Lechner 7cc6df3303 stm32/boards/LEGO_HUB_NO6: Use named pins. 2 years ago
David Lechner 6152bbe3dd stm32/boards/LEGO_HUB_NO6: Fix typo in README. 2 years ago
Jim Mussared 579f330508 py/mkenv.mk: Use micropython-lib from submodule by default. 2 years ago
Jim Mussared 19f5da9e1b esp32/Makefile: Force micropython-lib as a required submodule. 2 years ago
Jim Mussared 9a7ac41be6 rp2/Makefile: Always use cmake to discover submodules. 2 years ago
Jim Mussared be83c08f46 ports: Always append to GIT_SUBMODULES. 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
Jim Mussared 092784da19 ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h. 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
Tim Gates f736afb577 drivers,ports: Fix a few typos in comments. 2 years ago
Rob Knegjens d2e4cf00cc unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build. 3 years ago
Damien George 5dbb822ca4 esp32/mpconfigport: Enable BLE synchronous events and pairing/bonding. 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
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 80339f1a33 ports: Adapt mimxrt, nrf and rp2 ports to work with latest TinyUSB. 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 d05377c060 windows/msvc: Support compressed ROM text for error messages. 2 years ago
stijn c4adeb2e08 windows: Provide a definition for MP_ALWAYSINLINE. 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