Add necessary sections for stack protection area and implement fill function

This commit is contained in:
2020-09-07 21:03:37 +02:00
parent cbbd97e1bd
commit ba41c0911d
3 changed files with 52 additions and 2 deletions

View File

@@ -50,4 +50,8 @@ static inline uint32_t read_stack_pointer()
return stack_pointer;
}
int stack_check_init_corruption_detect_area(void);
int stack_check_corruption_detect_area(void);
#endif /* __STACK_CHECK_H__ */