Skip to content

mbOS v1.2.0

Compare
Choose a tag to compare
@koshkin-sergey koshkin-sergey released this 13 May 20:00
· 346 commits to develop since this release

Release Notes

Kernel:

  • Updated scheduler.
  • Added Round Robin scheduler algorithm.
  • Timer thread start optimization. A thread event flag is used instead of a semaphore.
  • Updated the kernel libraries.

ADuC7023:

  • Added definition for ADC and DAC registers.
  • Added ADC driver.
  • Added External Interrupts driver.
  • Added DAC driver.
  • Added Watchdog timer driver.

STM32F4xx:

  • Fixed I2C driver bugs.

STM32F429IDISCOVERY:

  • Added Timers example for ECLIPSE EMBED CDT.
  • Added Event_Flags example for ECLIPSE EMBED CDT.
  • Added Round Robin example for ECLIPSE EMBED CDT.

STM32F0DISCOVERY:

  • Updated examples.

STM32F4DISCOVERY:

  • Updated examples.