mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
rp2/mpnetworkport: Convert network task scheduling to use PendSV IRQ.
It is more reliable and scales better when more components need it. Work done in collaboration with Graham Sanderson and Peter Harper. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -111,6 +111,7 @@ set(MICROPY_SOURCE_PORT
|
||||
mphalport.c
|
||||
mpnetworkport.c
|
||||
mpthreadport.c
|
||||
pendsv.c
|
||||
rp2_flash.c
|
||||
rp2_pio.c
|
||||
tusb_port.c
|
||||
@@ -141,6 +142,7 @@ set(MICROPY_SOURCE_QSTR
|
||||
)
|
||||
|
||||
set(PICO_SDK_COMPONENTS
|
||||
cmsis_core
|
||||
hardware_adc
|
||||
hardware_base
|
||||
hardware_clocks
|
||||
|
||||
Reference in New Issue
Block a user