pico-sdk
pico-sdk copied to clipboard
Remove Segger RTT from pico-btstack
We now have this in the SDK so adding it again in pico-btstack leads to link errors.
Ahhh, looks like this PR is a consequence of #1411
I don't know much about cmake / compilers / linkers / etc. but does this change potentially mean that a project using pico_btstack might fail to build if pico_stdio_rtt isn't also included / enabled? :man_shrugging:
pico_btstack might fail to build if pico_stdio_rtt isn't also included / enabled?
Good point. Let me check.
later: groan - you get a linker error :(