CMSIS-FreeRTOS icon indicating copy to clipboard operation
CMSIS-FreeRTOS copied to clipboard

Define configASSERT() macro in FreeRTOSConfig.h

Open escherstair opened this issue 9 months ago • 0 comments

Based on the official documentation here and on the FreeRTOSConfig.h template supplied here https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/3a7b3082cfce01ffba07b9be1398795b8307b05a/examples/template_configuration/FreeRTOSConfig.h#L410-L424

FreeRTOSConfig.h should contain a definiton of configASSERT() macro, to trap errors during development. I always have to remember to add this.

Can you provide this directly in this repo?

escherstair avatar Jan 08 '25 13:01 escherstair