Skip to content

Commit 03b6f7b

Browse files
committed
Add commend about FreeRTOS stack canary
1 parent 1646282 commit 03b6f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32s2/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ CFLAGS += -DHAVE_CONFIG_H \
9191
-DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX
9292

9393
# Make our canary value match FreeRTOS's
94+
# This define is in FreeRTOS as tskSTACK_FILL_BYTE 0xa5U which we expand out to a full word.
9495
CFLAGS += -DSTACK_CANARY_VALUE=0xa5a5a5a5
9596

9697
#Debugging/Optimization

0 commit comments

Comments
 (0)