arduino-pico/tools/libpico
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
..
btstack_config.h Add debugging for Bluetooth (#1767) 2023-10-12 08:21:44 -07:00
CMakeLists.txt Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08:00
lwipopts.h Avoid freezeing the core from LWIP under FreeRTOS (#1884) 2023-12-06 09:41:14 -08:00
make-libpico.sh Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08:00
pico_sdk_import.cmake Update to SDK version 1.3.0 (#371) 2021-12-14 18:59:24 -08:00
tusb_config.h Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00