diff options
| author | Ha Thach <[email protected]> | 2021-03-18 20:10:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-18 20:10:35 +0700 |
| commit | a380bbf4bf894df0f05ed00f60f4904223f80231 (patch) | |
| tree | ebd05fce430ebc7a8f1b8a1b76ae4a71191d6e63 /examples/device/hid_multiple_interface | |
| parent | e182bb2a5b27eca914a72e8c074dabd333603d34 (diff) | |
| parent | 249852d25ced9852eb7f95dcc38b2a82b4c02390 (diff) | |
Merge pull request #734 from hathach/feather-rp2040-correct-bootstage2
use boot2_generic_03h for adafruit feather rp2040
Diffstat (limited to 'examples/device/hid_multiple_interface')
| -rw-r--r-- | examples/device/hid_multiple_interface/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt index 5e3ec0909..5de4a932d 100644 --- a/examples/device/hid_multiple_interface/CMakeLists.txt +++ b/examples/device/hid_multiple_interface/CMakeLists.txt @@ -9,10 +9,11 @@ get_filename_component(TOP "${TOP}" REALPATH) # Check for -DFAMILY= if(FAMILY STREQUAL "rp2040") cmake_minimum_required(VERSION 3.12) + set(PICO_SDK_PATH ${TOP}/hw/mcu/raspberrypi/pico-sdk) include(${PICO_SDK_PATH}/pico_sdk_init.cmake) + project(${PROJECT}) - pico_sdk_init() add_executable(${PROJECT}) include(${TOP}/hw/bsp/${FAMILY}/family.cmake) |
