We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef73b1 commit abb4e63Copy full SHA for abb4e63
enc_bootloader/CMakeLists.txt
@@ -17,15 +17,7 @@ if (NOT USE_PRECOMPILED)
17
unset(ENV{LDFLAGS})
18
19
# 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()
+ include(${PICO_SDK_PATH}/external/pico_sdk_import.cmake)
29
30
project(enc_bootloader C CXX ASM)
31
set(CMAKE_C_STANDARD 11)
enc_bootloader/tmp_pico_sdk_import.cmake
0 commit comments