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.
2 parents c0bf764 + d849a62 commit 6da38aaCopy full SHA for 6da38aa
RPi-Pico/CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
66
target_compile_definitions(wolfssl PUBLIC
67
WOLFSSL_USER_SETTINGS
68
)
69
- if (${PICO_PLATFORM} STREQUAL "rp2350")
+ if (${PICO_PLATFORM} STREQUAL "rp2350-arm-s")
70
add_compile_definitions(wolfssl WOLFSSL_SP_ARM_CORTEX_M_ASM)
71
elseif (${PICO_PLATFORM} STREQUAL "rp2350-riscv")
72
add_compile_definitions(wolfSSL WOLFSSL_SP_RISCV32)
0 commit comments