micropython/ports
Jeff Epler fcfed6a0ea unix/variants/coverage: Enable sys.settrace.
The unix coverage variant should have all features enabled, so they can be
tested for coverage.  Therefore, enabled `MICROPY_PY_SYS_SETTRACE`.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-07-06 00:04:18 +10:00
..
alif alif/machine_spi: Improve transfer function to poll events. 2025-07-03 21:43:10 +10:00
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/boards/GARATRONIC_PYBSTICK26_ESP32C3: Add pybstick26-esp32c3 defn. 2025-06-26 10:44:48 +10:00
esp8266 esp8266/modmachine: Use common machine_time_pulse_us implementation. 2025-06-13 16:27:35 +10:00
mimxrt extmod/modnetwork: Consolidate definition of common drivers. 2025-06-10 11:20:38 +10:00
minimal all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
nrf ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
pic16bit all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
powerpc all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
qemu all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
renesas-ra renesas-ra: Replace MICROPY_EVENT_POLL_HOOK with mp_event_wait. 2025-06-16 16:36:31 +10:00
rp2 rp2/CMakeLists.txt: Make linker script configurable. 2025-06-19 11:00:10 +10:00
samd samd/boards: Change the SparkFun vendor name to SparkFun. 2025-06-19 15:12:49 +02:00
stm32 stm32/uart: Enable UART FIFO for H7 MCUs. 2025-06-26 12:36:04 +10:00
unix unix/variants/coverage: Enable sys.settrace. 2025-07-06 00:04:18 +10:00
webassembly webassembly/objpyproxy: Avoid throwing on symbol or iterator has-check. 2025-07-04 15:08:03 +10:00
windows py/obj: Fix nan handling in object REPR_C and REPR_D. 2025-06-24 00:30:08 +10:00
zephyr zephyr/boards/beagleconnect_freedom: Remove board overlay. 2025-06-23 11:39:43 +10:00