arduino-pico/include
Earle F. Philhower, III 2bf249ffe1
Avoid freezeing the core from LWIP under FreeRTOS (#1884)
Avoid issues with interrupts and priority inversions and other deadlocks
and use a SW based random generator for LWIP when under FreeRTOS.

This means removing any overrides for sleep_until and the two
get_rand_xx calls from the SDK, making things much saner.

Related to #1883, #1872, and other random FreeRTOS lockups.
2023-12-06 09:41:14 -08:00
..
bearssl Add WiFiClientSecure and WifiServerSecure (TLS) support, NTP (#683) 2022-07-18 20:24:11 -07:00
pico_base/pico Update to Pico-SDK 1.5.1 (#1539) 2023-06-15 17:05:04 -07:00
btstack_config.h Add debugging for Bluetooth (#1767) 2023-10-12 08:21:44 -07:00
lwipopts.h Avoid freezeing the core from LWIP under FreeRTOS (#1884) 2023-12-06 09:41:14 -08:00
tusb_config.h Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00