circuitpython/ports
Andrew Leech 820485358d unix/coverage: Add coverage test for mp_sched_schedule_node.
Test modified to reschedule itself based on a flag setting. Without the
change in the parent commit, this test executes the callback indefinitely
and hangs but with the change it runs only once each time
mp_handle_pending() is called.

Modified-by: Angus Gratton <angus@redyak.com.au>
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-04 11:31:12 +10:00
..
alif shared/tinyusb: Use device event hook to schedule USB task. 2025-05-26 11:15:33 +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 extmod/modbluetooth: Add timeout to deinit. 2025-06-04 02:21:32 +10:00
esp8266 all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
mimxrt ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +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 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
rp2 ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
samd ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
stm32 stm32/machine_adc: Enable ADC re-read errata handling for STM32WB55. 2025-06-04 02:11:23 +10:00
unix unix/coverage: Add coverage test for mp_sched_schedule_node. 2025-06-04 11:31:12 +10:00
webassembly all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
windows all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
zephyr extmod/modbluetooth: Add timeout to deinit. 2025-06-04 02:21:32 +10:00