maxim79 wrote on Friday, May 09, 2008:
Hi Richard,
I’d like to point out another issue concerning comments and the API documentation on the homepage. All FreeRTOS demos that post events from ISR (serial, USB) use macro:
portYIELD_FROM_ISR
The online API documentation and queue.h (line: 971) contain:
taskYIELD_FROM_ISR
I think it would be better to use a unique identifier throughout FreeRTOS.
Regards
Maxim