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 c0bf764 commit d849a62Copy full SHA for d849a62
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