Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@adel-mamin adel-mamin released this 24 Dec 11:56
· 14 commits to main since this release

Changes

  • Prune on_idle AO callback
  • Rework am_ao_run_all()
  • Add AM_PAL_TASK_ID_MAIN
  • Add am_pal_sleep_till_ticks() and am_pal_sleep_till_ms()
  • Rename AM_DIVIDE_ROUND_UP() to AM_DIV_CEIL()
  • Add AM_PAL_TASK_NUM_MAX
  • Fix am_ao_notify() signature
  • Prune ao_type meson option
  • Prune global src variable from meson.build files
  • Upgrade pixi tools
  • Add minimal active object usage unit test
  • Add cspell, fix typos
  • Mark am_ao_init_subscribe_list() as optional
  • Add ringbuf module with examples

Known issues

  • the FreeRTOS port is still work in progress