OpenPicoRTOS v1.8.1 #48
jnaulet
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new release v1.8.1 is out.
From the release notes:
OpenPicoRTOS now supports software cache synchronization through new interfaces in the ports new arch_invalidate_dcache() and arch_flush_dcache().
These have not effect on CPUs with no cache.
Casting types in drivers inits have been deemed unnecessary & misleading and have been converted to integers to allow direct use of defines in picoRTOS_device.h.
Some small bug fixes have been added to the mix, as well as some minor structural improvements in the schedulers, especially syscalls.
Beta Was this translation helpful? Give feedback.
All reactions