Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
MBED OS 2 - MBED OS 5
Hello, I am using LPC11U35 and it uses MBED OS 2. I do not understand what version of MBED OS does online compiler use ? Because I am trying to use MBED-RTOS and a lot of errors appear after compiling.
1 Answer
7 years, 8 months ago.
Hello Peter,
To make sure you are using the desired library delete the mbed library from your project in the online compiler and then import either the mbed-dev (if you would like to use mbed OS 2) or the mbed-os (if you prefer mbed OS 5).
However, it seems that mbed OS 5 is not supported for the LPC11U35 boards. See
https://developer.mbed.org/questions/77323/I-cant-compile-Mbed-RTOS-on-LPC11u24/
Zoltan
Hello Peter,
A multitask scheduler isn't a complete RTOS but mybe you find it useful:
https://developer.mbed.org/users/mimi3/code/Scheduler/
https://developer.mbed.org/users/mimi3/code/scheduler-demo-cq-lpc11u35/