micropython/ports
Damien George 5a3dd8c791 tests/ports/unix: Add coverage test for frozen functions and generators.
Signed-off-by: Damien George <damien@micropython.org>
2024-02-16 14:17:01 +11:00
..
bare-arm
cc3200 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
embed py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 2024-02-16 14:17:01 +11:00
esp32 esp32: Increase NimBLE task stack size and overflow detection headroom. 2024-02-16 10:19:26 +11:00
esp8266 ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
mimxrt ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
pic16bit
powerpc
qemu-arm qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2024-01-29 13:07:31 +11:00
renesas-ra ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
rp2 ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
samd ports: On cold boot, enable USB after boot.py completes. 2024-02-15 12:31:26 +11:00
stm32 stm32/Makefile: Ignore uninitialised variable warning in H5 HAL SD code. 2024-02-07 14:55:07 +11:00
unix tests/ports/unix: Add coverage test for frozen functions and generators. 2024-02-16 14:17:01 +11:00
webassembly
windows extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
zephyr