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.
8 years, 3 months ago.
Migration from mbed OS 3
migration from mbed OS 3 doesn't seem to be straight forward, is it even recommended? one of my project makes heavy usage of different yotta modules, is this still supported? Will mbed 3 still be maintained?
Question relating to:
2 Answers
8 years, 3 months ago.
Hi Martin,
Look out for some articles around upgrade migration from mbed OS 3 over the next month, once the event scheduler library is fully released. Most of the drivers APIs are remaining the same (even though the internals have been upgraded), so the main change is moving from MINAR to a MINAR-like library that can be used in any thread (of course, your application could have just one thread) - or of course you may want to take advantage of some of the RTOS features.
Component library modules are supported and used, and are the preferred way to pull in and compose an application around the mbed OS core. They just directly reference other repos to pull in at specific versions to make things simpler and reproducible (i.e. no step via an archive registry), but assuming you have your modules already in git or mercurial repos (say Github), that is all supported and the tweaks needed to the module to make that work should be minimal.
Thanks! Simon