Skip to content

Commit a43a738

Browse files
sivadurSiva Addepalli
authored andcommitted
Thirdparty: bsp: freertos: Dont Enable stack overflow protection
Stack overflow protection has never been supported for FreeRTOS Microblaze port and enabling it will unnecessarily result in other failures. Hence update portmacro.h accordingly to not enable stack overflow protection for FreeRTOS MB port. Signed-off-by: Siva Durga Prasad Paladugu <[email protected]> Acked-by: Anirudha Sarangi <[email protected]>
1 parent 6eb9587 commit a43a738

File tree

1 file changed

+0
-3
lines changed
  • ThirdParty/bsp/freertos10_xilinx/src/Source/portable/GCC/MicroBlazeV9

1 file changed

+0
-3
lines changed

ThirdParty/bsp/freertos10_xilinx/src/Source/portable/GCC/MicroBlazeV9/portmacro.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ __attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros
163163
#define portMEMORY_BARRIER() asm volatile( "" ::: "memory" )
164164
/*-----------------------------------------------------------*/
165165

166-
#if( XPAR_MICROBLAZE_USE_STACK_PROTECTION )
167-
#define portHAS_STACK_OVERFLOW_CHECKING 1
168-
#endif
169166
/*-----------------------------------------------------------*/
170167

171168
/* Task function macros as described on the FreeRTOS.org WEB site. */

0 commit comments

Comments
 (0)