Skip to content

v0.9.3

Choose a tag to compare

@adel-mamin adel-mamin released this 21 Apr 18:35
· 344 commits to main since this release

Release Notes

  • Add corrections to libs/event/event.h comments
  • Redefine AM_JOINSTR() in common/compiler.h to avoid cross-include with common/macros.h
  • Fix typo AM_AM_DISABLE_WARNINGS() -> AM_DISABLE_WARNINGS()
  • Update library sizes
  • Bug fix: set ao->task_id in am_ao_task() in libs/ao/preemptive/port.c
  • Add struct am_ao::stopped flag
  • Fix compiler warning in apps/examples/async/main.c
  • Fix comments typos in libs/ao/ao.h
  • Silence redundant null de-reference warnings in am_pal_task_create()
  • API update: prune am_event_defer/recall APIs in favour of am_event_push/pop() APIs
  • API update: void am_pal_ctor(void) -> void *am_pal_ctor(void *arg)
  • API update: replace AM_ASYNC_IS_BUSY() with am_async_is_busy()
  • Harden onesize allocation and free buffer pointer
  • Update libs/async/README.rst to match the implementation
  • Update README.md