diff options
| author | hathach <[email protected]> | 2021-03-18 19:53:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-18 19:53:39 +0700 |
| commit | 249852d25ced9852eb7f95dcc38b2a82b4c02390 (patch) | |
| tree | ebd05fce430ebc7a8f1b8a1b76ae4a71191d6e63 /examples/device/usbtmc | |
| parent | e182bb2a5b27eca914a72e8c074dabd333603d34 (diff) | |
use boot2_generic_03h for adafruit feather rp2040
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040
- change default flash target for rp2040 to flash-pyocd
Diffstat (limited to 'examples/device/usbtmc')
| -rw-r--r-- | examples/device/usbtmc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/usbtmc/CMakeLists.txt b/examples/device/usbtmc/CMakeLists.txt index 808bdbcf8..f40d123b0 100644 --- a/examples/device/usbtmc/CMakeLists.txt +++ b/examples/device/usbtmc/CMakeLists.txt @@ -11,8 +11,8 @@ 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) |
