FreeRTOS
General The below statement doesn’t make sense to me. (Taken from the official documentation https://www.freertos.org/implementation/a00012.html) The ‘__attribute__ ( ( signal ) )’ directive on the function prototype informs the compiler that the function is an ISR and results in two important changes in the compiler output. The ‘signal’ attribute ensures that every processor register that gets modified …