Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Dependents:   denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more

Issue: Missing Symbols for EA LPC11U35 QSB

When I try to compile projects using the official RTOS library for the recently supported EA LPC11U35 QuickStart Board, the compiler complains that OS_TASKCNT, OS_CLOCK, INITIAL_SP, and OS_SCHEDULERSTKSIZE are undefined.

2 comments:

07 Jan 2014

I just did some digging around in the mbed-rtos library and determined that TARGET_LPC11U35_401 only needs to be added to the OS_TASKCNT, OS_CLOCK, and OS_SCHEDULERSTKSIZE definitions in RTX_Conf_CM.c, and the INITIAL_SP definition in RTX_CM_lib.h to solve this issue.

21 Jan 2014

I've submitted a pull request that fixes this issue, please refer to it here: http://mbed.org/users/mbed_official/code/mbed-rtos/pull-request/2