micropython/ports
Daniël van de Giessen c0d4c604e6 esp32/network_ppp: Block after deleting task.
When calling ppp.active(False) we could get a crash due to immediately
returning after asking FreeRTOS to delete the current task.

This commit adds a simple blocking loop, the same as used in all other
places where we call vTaskDelete(NULL).

Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2023-09-02 18:01:03 +10:00
..
bare-arm
cc3200
embed
esp32 esp32/network_ppp: Block after deleting task. 2023-09-02 18:01:03 +10:00
esp8266
mimxrt mimxrt/machine_uart: Support slow baud rates for UART. 2023-09-01 00:41:23 +10:00
minimal
nrf
pic16bit
powerpc
qemu-arm
renesas-ra
rp2 rp2/machine_timer: Fix printing of timer period. 2023-09-02 17:09:51 +10:00
samd samd/modules/_boot.py: Add /lib to sys.path. 2023-09-02 00:09:26 +10:00
stm32 stm32/uart: Fix UART timeout issue with low baudrate on G4 MCUs. 2023-09-01 13:52:00 +10:00
teensy
unix
webassembly
windows
zephyr