Skip to content

v0.6.4

Compare
Choose a tag to compare
@adel-mamin adel-mamin released this 19 Jan 15:07
· 124 commits to main since this release

Release Notes

  • Add ccache ang gdb to pixi configuration
  • Upgrade pixi tools
  • Update README.md
  • Rework am_ao_run_all() output processing
  • Add async example apps/examples/async/main.c
  • Update libs documentation
  • Fix am_ao_state_ctor() initialization order
  • Rework am_ao_run_all() for preemptive AO build
  • Extend am_pal_sleep_xxx() to support sleep forever
  • Rename am_event_cfg->am_event_state_cfg, am_timer_cfg->am_timer_state_cfg
  • Rework am_ao_run_all()
  • Streamline extern 'C' usage
  • Rework am_event_inc(dec)_ref_cnt() APIs
  • Add DPP preemptive and cooperative examples to unit tests
  • Simplify AM_COMPILE_TIME_ASSERT3()
  • Rename struct am_ao_state::oa[] to struct am_ao_state::aos[]
  • Prune libs/blk
  • Fix documentation bug in queue/queue.h

Known Issues

  • amast_freertos.c is WIP