mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 08:05:15 -05:00
Renamed preprocessed file such that name is legal C identifier.
This is necessary for VeriFast to refer to the file as module.
This commit is contained in:
parent
e064c380d7
commit
01c19a2099
3 changed files with 101 additions and 101 deletions
|
|
@ -29,7 +29,7 @@ LOG_PP_ERR="$LOG_PP_OUT_DIR/error--$TIMESTAMP.c"
|
||||||
LOG_VF_RW_TASK_C="$LOG_PP_OUT_DIR/tasks--vf_rw--$TIMESTAMP.c"
|
LOG_VF_RW_TASK_C="$LOG_PP_OUT_DIR/tasks--vf_rw--$TIMESTAMP.c"
|
||||||
|
|
||||||
PP_OUT_DIR="$VF_PROOF_BASE_DIR/preprocessed_files"
|
PP_OUT_DIR="$VF_PROOF_BASE_DIR/preprocessed_files"
|
||||||
PP_TASK_C="$PP_OUT_DIR/tasks--pp.c"
|
PP_TASK_C="$PP_OUT_DIR/tasks__pp.c"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ echo Path to vfide binary : "\'$VFIDE\'"
|
||||||
START_WD=`pwd`
|
START_WD=`pwd`
|
||||||
PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040"
|
PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040"
|
||||||
PP_SCRIPT="./preprocess_tasks_c.sh"
|
PP_SCRIPT="./preprocess_tasks_c.sh"
|
||||||
PP_TASK_C="$START_WD/preprocessed_files/tasks--pp.c"
|
PP_TASK_C="$START_WD/preprocessed_files/tasks__pp.c"
|
||||||
|
|
||||||
FONT_SIZE=16
|
FONT_SIZE=16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue