-
- Downloads
Add Bluetooth support
Co-authored-by:
Peter Harper <77111776+peterharperuk@users.noreply.github.com>
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- docs/index.h 2 additions, 1 deletiondocs/index.h
- lib/btstack 1 addition, 0 deletionslib/btstack
- lib/cyw43-driver 1 addition, 1 deletionlib/cyw43-driver
- src/rp2_common/CMakeLists.txt 2 additions, 1 deletionsrc/rp2_common/CMakeLists.txt
- src/rp2_common/pico_async_context/async_context_freertos.c 3 additions, 1 deletionsrc/rp2_common/pico_async_context/async_context_freertos.c
- src/rp2_common/pico_btstack/CMakeLists.txt 353 additions, 0 deletionssrc/rp2_common/pico_btstack/CMakeLists.txt
- src/rp2_common/pico_btstack/btstack_flash_bank.c 144 additions, 0 deletionssrc/rp2_common/pico_btstack/btstack_flash_bank.c
- src/rp2_common/pico_btstack/btstack_run_loop_async_context.c 155 additions, 0 deletionssrc/rp2_common/pico_btstack/btstack_run_loop_async_context.c
- src/rp2_common/pico_btstack/btstack_stdin_pico.c 60 additions, 0 deletionssrc/rp2_common/pico_btstack/btstack_stdin_pico.c
- src/rp2_common/pico_btstack/doc.h 25 additions, 0 deletionssrc/rp2_common/pico_btstack/doc.h
- src/rp2_common/pico_btstack/include/pico/btstack_flash_bank.h 38 additions, 0 deletions...rp2_common/pico_btstack/include/pico/btstack_flash_bank.h
- src/rp2_common/pico_btstack/include/pico/btstack_run_loop_async_context.h 29 additions, 0 deletions...ico_btstack/include/pico/btstack_run_loop_async_context.h
- src/rp2_common/pico_cyw43_arch/CMakeLists.txt 1 addition, 1 deletionsrc/rp2_common/pico_cyw43_arch/CMakeLists.txt
- src/rp2_common/pico_cyw43_arch/cyw43_arch.c 1 addition, 1 deletionsrc/rp2_common/pico_cyw43_arch/cyw43_arch.c
- src/rp2_common/pico_cyw43_arch/cyw43_arch_freertos.c 10 additions, 0 deletionssrc/rp2_common/pico_cyw43_arch/cyw43_arch_freertos.c
- src/rp2_common/pico_cyw43_arch/cyw43_arch_poll.c 10 additions, 0 deletionssrc/rp2_common/pico_cyw43_arch/cyw43_arch_poll.c
- src/rp2_common/pico_cyw43_arch/cyw43_arch_threadsafe_background.c 10 additions, 0 deletions...common/pico_cyw43_arch/cyw43_arch_threadsafe_background.c
- src/rp2_common/pico_cyw43_driver/CMakeLists.txt 37 additions, 31 deletionssrc/rp2_common/pico_cyw43_driver/CMakeLists.txt
- src/rp2_common/pico_cyw43_driver/btstack_cyw43.c 74 additions, 0 deletionssrc/rp2_common/pico_cyw43_driver/btstack_cyw43.c
src/rp2_common/pico_btstack/CMakeLists.txt
0 → 100644
src/rp2_common/pico_btstack/doc.h
0 → 100644
Please register or sign in to comment