Skip to content

Commit 92ffec2

Browse files
committed
Remove pico-sdk branch handling
This will now fail CI checks until raspberrypi/pico-sdk#2233 is merged
1 parent 401be66 commit 92ffec2

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

enc_bootloader/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ if (NOT USE_PRECOMPILED)
1717
unset(ENV{LDFLAGS})
1818

1919
# Pull in SDK (must be before project)
20-
21-
# Temporary import handling, to ensure SDK branch with PICO_MINIMAL_VECTOR_TABLE is present
22-
file(READ ${PICO_SDK_PATH}/src/rp2_common/pico_crt0/crt0.S CRT0_S)
23-
if (CRT0_S MATCHES "PICO_MINIMAL_VECTOR_TABLE")
24-
include(${PICO_SDK_PATH}/external/pico_sdk_import.cmake)
25-
else()
26-
# This clones the will-v-pi/pico-sdk repo on the self-decrypting branch
27-
include(tmp_pico_sdk_import.cmake)
28-
endif()
20+
include(${PICO_SDK_PATH}/external/pico_sdk_import.cmake)
2921

3022
project(enc_bootloader C CXX ASM)
3123
set(CMAKE_C_STANDARD 11)

enc_bootloader/tmp_pico_sdk_import.cmake

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)