FreeRTOS comments / documentation

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

FreeRTOS comments / documentation

I agree – there is some inconsitancy across all ports, sometime because the usage is different but not always.  Please add an item to the change request system on SourceForge. Regards.