|
|
|
||||
| ← | µOS++ v6.3.14 released | First µOS++ scriptable build | → |
Version v6.3.15 is a µOS++ maintenance release. The main changes are several bug fixes.
As of now, the µOS++ code is split between several GitHub projects and needs to be brought together to compose a project. To automate this process, some scripts are available from a separate project.
To update the local copy of the xPacks, use the
scripts.git/xpacks-update-repo.sh script.
To experiment with µOS++, please check the demo projects, available from GitHub, and use a similar structure for your projects.
internal_switch_threads() in rtos/os-core.cpp, to
guarantee that threads are not switched while the scheduler is locked.stack::available() mentioned the returned value to be
in words; actually the value is in bytes; corrected.cmsis-plus folder; to be
replaced by micro-os-plus in a future major release.file_descriptors_manager class is not yet synchronised