Skip to content

v0.7.0

Choose a tag to compare

@adel-mamin adel-mamin released this 27 Jan 19:53
· 630 commits to main since this release

Release Notes

  • Use am_pal_on_idle in dpp and ringbuf examples and in libs/ao/tests/minimal.c
  • Update README.md
  • Upgrade meson to v1.7.0
  • Add doxygen
  • Rework am_pal_sleep_ms() and am_pal_sleep_till_ms()
  • Add am_pal_on_idle()
  • Rename AM_ASYNC_EXIT() to AM_ASYNC_BREAK()
  • Rework user input handling in apps/examples/async/main.c
  • Rework libs/async
  • Rework am_onesize_ctor()
  • Add am_timer_get_ticks() and am_timer_get_interval()
  • Improve am_event_flush_queue() documentation
  • Support 'ticks' set to 0 in am_timer_arm()
  • Rework am_onesize_iterate_over_allocated()
  • Rework onesize statistics bookkeeping
  • Rework am_timer_domain_is_empty() to be called from critical section