Add commend about FreeRTOS stack canary

This commit is contained in:
Scott Shawcroft 2020-05-18 17:28:13 -07:00
parent 164628282d
commit 03b6f7b87b
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -91,6 +91,7 @@ CFLAGS += -DHAVE_CONFIG_H \
-DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX
# Make our canary value match FreeRTOS's
# This define is in FreeRTOS as tskSTACK_FILL_BYTE 0xa5U which we expand out to a full word.
CFLAGS += -DSTACK_CANARY_VALUE=0xa5a5a5a5
#Debugging/Optimization