mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-19 18:15:16 -05:00
Added snippet from RP2040 port.c to verification code base to allow verification of contract from portable.h
This commit is contained in:
parent
8bb4f13ae5
commit
b5f0b2f74d
7 changed files with 268 additions and 126 deletions
|
|
@ -49,6 +49,7 @@ clang -E -C -DFREE_RTOS_KERNEL_SMP=1 -DLIB_FREERTOS_KERNEL=1 -DLIB_PICO_BIT_OPS
|
|||
-I"$PROOF_FILES_DIR" \
|
||||
-I"$SMP_DEMO_DIR/FreeRTOS/Demo/CORTEX_M0+_RP2040/OnEitherCore" \
|
||||
-I"$REPO_BASE_DIR/portable/ThirdParty/GCC/RP2040/include" \
|
||||
-I"$REPO_BASE_DIR/portable/ThirdParty/GCC/RP2040" \
|
||||
-I"$REPO_BASE_DIR/include" \
|
||||
-I"$PICO_SDK_DIR/src/common/pico_base/include" \
|
||||
-I"$SMP_DEMO_DIR/FreeRTOS/Demo/CORTEX_M0+_RP2040/build/generated/pico_base" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue