Skip to content

v0.6.5

Latest
Compare
Choose a tag to compare
@adel-mamin adel-mamin released this 21 Jan 10:06
· 3 commits to main since this release

Release Notes

  • Clarify event freeing in dispatch, post and publish APIs
  • Disable AM_ASSERT_FAILURE in amast_config.h by default
  • Add struct am_ao_state_cfg::on_idle() callback
  • Rework **event to *event in all APIs except am_event_free()
  • Add am_ao_publish_exclude() and am_ao_publish_x_exclude()
  • Add am_ao_wait_startup() to synchronize execution threads
  • Add am_ao_init_all() and rework AO HSM initial transition
  • Improve am_ao_run_all() comment
  • Prune libs/ao/cooperative/port.h as redundant

Known Issues

  • amast_freertos.c is WIP