Skip to content

v0.6.6

Choose a tag to compare

@adel-mamin adel-mamin released this 24 Jan 15:32
· 649 commits to main since this release

Release Notes

  • Limit timer list add/remove operations to in am_timer_tick()
  • Call am_ao_post_fifo() from HSM init state, when appropriate
  • Rework libs/dlist
  • Add iterator API to libs/slist
  • Timer events get owner at construction
  • Cosmetic change to libs/hsm/tests/hsm_top_as_nca.c
  • Rework libs/hsm/tests/history.c
  • Fix libs/hsm/tests/defer.c
  • Fix libs/fsm/tests/event_queue.c
  • Replace references to ASSERT() with AM_ASSERT()
  • Fix libs/hsm/tests/event_queue.c
  • Re-enable sanitizers for AO publish_cooperative test and hahi-example

Known Issues

  • amast_freertos.c is WIP