Skip to content

Commit c4b8630

Browse files
committed
Ensure no picotool needed for xip_ram_perms and flash_id compilation
1 parent 9c0071d commit c4b8630

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

picoboot_flash_id/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
if (NOT USE_PRECOMPILED)
4+
set(PICO_NO_PICOTOOL 1)
5+
46
# default build type
57
set(CMAKE_BUILD_TYPE "MinSizeRel" CACHE STRING "build type")
68

xip_ram_perms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
if (NOT USE_PRECOMPILED)
4+
set(PICO_NO_PICOTOOL 1)
5+
46
set(PICO_PLATFORM rp2350-arm-s)
57

68
# Pull in SDK (must be before project)

0 commit comments

Comments
 (0)