Skip to content

Commit

Permalink
Added pico-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Loc15 committed Dec 8, 2024
1 parent 4fe64ef commit d3940c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[submodule "tinyusb"]
path = tinyusb
url = https://github.com/hathach/tinyusb.git
[submodule "src/device_files/rndis-lib/src/device_files/rndis-lib/mongoose"]
path = src/device_files/rndis-lib/src/device_files/rndis-lib/mongoose
url = https://github.com/cesanta/mongoose.git
[submodule "src/device_files/rndis-lib/mongoose"]
path = src/device_files/rndis-lib/mongoose
url = https://github.com/cesanta/mongoose.git
[submodule "pico-sdk"]
path = pico-sdk
url = https://github.com/raspberrypi/pico-sdk
1 change: 1 addition & 0 deletions pico-sdk
Submodule pico-sdk added at 6a7db3
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

set(PICO_SDK_PATH ${CMAKE_CURRENT_LIST_DIR}/../pico-sdk)
include($ENV{PICO_SDK_PATH}/external/pico_sdk_import.cmake)

set(PICO_BOARD pico_w)
Expand Down

0 comments on commit d3940c7

Please sign in to comment.