Skip to content

BuguRTOS-0.8.4 is out!

Compare
Choose a tag to compare
@shkolnick-kun shkolnick-kun released this 03 Jul 11:37
· 288 commits to master since this release
  • 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.