BuguRTOS-0.8.4 is out!
- Fixed design issues in basic synchronization primitive:
- added asynchronous wakes;
- deleted sync_clear_owner function;
- added sync_own and sync_touch functions;
- changed sync_set_owner behavior.
- reworked sync tests.
- Fixed race condition in vsmp (see #12).
- Reworked generic lib:
- updated generic lib code to use new kernel version;
- added sem_free_isr function.