mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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. |
||
|---|---|---|
| .. | ||
| boards | ||
| cmake | ||
| common | ||
| host | ||
| rp2_common | ||
| rp2040 | ||
| rp2350 | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| combined-docs.cmake | ||
| host.cmake | ||
| rp2040.cmake | ||
| rp2350-arm-s.cmake | ||
| rp2350-riscv.cmake | ||