Releases: adel-mamin/amast
Releases · adel-mamin/amast
v0.3.1
v0.3.0
Features
- Add critical section handling to timer module
- Add libs/pal/stubs
- Fix include-what-you-use warnings
- Add tools/unity/amast_config.h
- Add libs/common/assert.c
- Rework hierarchy depth check in hsm_dispatch()
- Add am_hsm_state::init_called
- Place static functions at top of hsm.c
- Optimize HSM implementation
v0.2.0
Features
- The finite state machine implementation (documentation)
- Compilation instructions in
README.md
v0.1.0
Features
- The hierarchical state machine implementation (documentation, examples)
- The async-await implementation (documentation)
- Singly and doubly linked lists
- One size memory allocator
- Timers
- Events