Skip to content

v0.6.3

Compare
Choose a tag to compare
@adel-mamin adel-mamin released this 14 Jan 20:13
· 153 commits to main since this release

Release Notes

  • Add missing memset to 0 in AO, FSM and PAL constructors - Fix am_fsm_ctor() bug
  • Fix am_hsm_ctor() bug
  • Add apps/examples/hsm/hahi
  • Add cobs library skeleton and basic unit tests
  • Add cosmetic changes to fsm/fsm.h
  • Rename struct am_hsm_state::ifn to struct am_hsm_state::smi
  • Rename tools/generate_sizes_rst.py -> tools/generate_lib_sizes.py
  • Fix meson warning
  • Disable clang-tidy check temporarily
  • Minor README.md amendments

Known Issues

  • amast_freertos.c is WIP