pico-sdk/src
Peter Harper 0de8847b99
Crashes after calling btstack_cyw43_deinit (#2446)
You can deinitialise cyw43 and btstack by calling btstack_cyw43_deinit
but its pending and timeout workers are not removed which means they can
keep running, whcih causes a crash.

Add a btstack_run_loop_async_context_deinit method and call this from
btstack_cyw43_deinit.
2025-05-01 10:35:29 -05:00
..
boards Update hellbender_2350A_devboard.h for release version of the board. (#2441) 2025-04-29 11:05:12 -05:00
cmake Add script to extract CMake function descriptions (#2422) 2025-04-29 11:09:06 -05:00
common Add script to extract CMake function descriptions (#2422) 2025-04-29 11:09:06 -05:00
host define __force_inline in host compiles (#2396) 2025-04-04 13:18:28 -05:00
rp2_common Crashes after calling btstack_cyw43_deinit (#2446) 2025-05-01 10:35:29 -05:00
rp2040 Add script to extract CMake function descriptions (#2422) 2025-04-29 11:09:06 -05:00
rp2350 Add script to extract CMake function descriptions (#2422) 2025-04-29 11:09:06 -05:00
BUILD.bazel Add rom_pick_ab_update_partition function (#2182) 2025-03-22 17:59:05 -05:00
CMakeLists.txt SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
combined-docs.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
host.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
rp2040.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-arm-s.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-riscv.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00