6 years ago.

os 2 doc?

How do I find the manual for ver 2 (or any besides 5) of mbed os. How do I find what version of the os is in use by a project I inherited? How do I select the os version for a new project? How do I change the os version used by an existing project?

1 Answer

6 years ago.

Hi Pat,

The following documentation page should answer most of your questions: https://os.mbed.com/docs/latest/tutorials/major-releases.html#faqs

Here are instructions on how to upgrade an Mbed OS 2 program to an Mbed OS 5 program with steps and debugging examples with Mbed CLI: https://os.mbed.com/docs/latest/tutorials/migrating.html

If you are using the Online Compiler, you can follow the debugging steps at the doc above, but you will need to delete the old mbed.bld or mbed-rtos.lib library and import the Mbed OS 5 library by URL using the import tool: https://github.com/armmbed/mbed-os

More instructions for importing the Mbed OS 5 library using the online compiler can be viewed here: https://os.mbed.com/docs/latest/tutorials/creating-a-new-program.html

Please let me know if you have any questions!

- Jenny, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!