Skip to content

Commit

Permalink
more verbose cmakelists form pico
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 21, 2024
1 parent 74d3bc5 commit 15718a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/pico_w/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ set(BLUEPAD32_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../..)
set(BTSTACK_ROOT ${PICO_SDK_PATH}/lib/btstack)

# If you want to use latest BTstack (included in Bluepad32 repo),
# uncomment the following lines, and comment the one above this one.
# uncomment the following lines:
# -- uncomment from here:
#set(BTSTACK_ROOT ${BLUEPAD32_ROOT}/external/btstack)
#set(PICO_BTSTACK_PATH ${BTSTACK_ROOT})
# Add missing files here. See:
# https://github.com/bluekitchen/btstack/issues/649
# https://github.com/raspberrypi/pico-sdk/issues/2142
#set(BTSTACK_MISSING_SOURCES
# ${BTSTACK_ROOT}/src/hci_event_builder.c
#)
#set(PICO_BTSTACK_PATH ${BTSTACK_ROOT})
# -- uncomment until here

# initialize the SDK based on PICO_SDK_PATH
# note: this must happen before project()
Expand Down

0 comments on commit 15718a0

Please sign in to comment.