Skip to content

Commit

Permalink
Remove Segger RTT from pico-btstack
Browse files Browse the repository at this point in the history
We now have this in the SDK so adding it again in pico-btstack leads to
link errors.
  • Loading branch information
peterharperuk committed Oct 23, 2024
1 parent 3708588 commit e68a144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rp2_common/pico_btstack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
target_sources(pico_btstack_base INTERFACE
${PICO_BTSTACK_PATH}/3rd-party/micro-ecc/uECC.c
${PICO_BTSTACK_PATH}/3rd-party/rijndael/rijndael.c
${PICO_BTSTACK_PATH}/3rd-party/segger-rtt/SEGGER_RTT.c
${PICO_BTSTACK_PATH}/3rd-party/segger-rtt/SEGGER_RTT_printf.c
${PICO_BTSTACK_PATH}/platform/embedded/btstack_tlv_flash_bank.c
${PICO_BTSTACK_PATH}/platform/embedded/hci_dump_embedded_stdout.c
Expand Down

0 comments on commit e68a144

Please sign in to comment.