Skip to content

Bth class - 'define CFG_TUD_BTH 1' produces 'undefined reference' error #2578

Closed Answered by matsobdev
matsobdev asked this question in Q&A
Discussion options

You must be logged in to vote

It required adding lines inside hw\bsp\rp2040\family.cmake:

${TOP}/src/class/bth/bth_device.c
${PICO_TINYUSB_PATH}/src/class/bth/bth_device.c

and here src\CMakeLists.txt:

${CMAKE_CURRENT_FUNCTION_LIST_DIR}/class/bth/bth_device.c

and maybe here src\tinyusb.mk:

src/class/bth/bth_device.c \

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matsobdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant