Skip to content

mbOS v1.1.0

Compare
Choose a tag to compare
@koshkin-sergey koshkin-sergey released this 23 Aug 20:33
· 410 commits to develop since this release

Release Notes

Kernel: added Thread Flags functions.

  • Added osThreadFlagsSet function.
  • Added osThreadFlagsClear function.
  • Added osThreadFlagsGet function.
  • Added osThreadFlagsWait function.
  • Added Flags errors returned by osEventFlagsXxxx.

Kernel: added new control functions for short timeouts in microsecond resolution.

  • Added osKernelGetSysTimerCount function.
  • Added osKernelGetSysTimerFreq function.
  • Added osKernelSysTimerMicroSec macros.