|
← | µOS++ v6.3.9 released | µOS++ v6.3.11 released | → |
Version v6.3.10 is a new µOS++/CMSIS++ public release that addresses several bugs.
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.
None.
update_for_slept_time()
to update the internal count, the checks that allow timeout processing should also happen here; fixed, internal_check_timestamps()
added;__ARM_FP
;EXC_RETURN
value properly, and the floating point registers were not saved/restored correctly; fixed, now the EXC_RETURN
is saved on the thread stack;None.
None.