Documentation additions?

Would it be possible to have the various port* functions, such as portYIELD_FROM_ISR(), added to the online docs? If they’re there, I didn’t see them under the API section. Thanks! --jc

Documentation additions?

As its in the portable layer – portYIELD_FROM_ISR() is different for each architecture, hence its not in the API documentation.  Instead, each port documentation page (under "RTOS ports", the page that describes how to setup and run the demo) should give an example of how to use the macro for each given port. Regards.

Documentation additions?

Yeah, I kinda wondered about that.  Not having investigated other than the LPC21xx and Stellaris ports, I wasn’t really sure. --jc