Releases: pstolarz/CoopThreads
Releases · pstolarz/CoopThreads
v0.3.1
__TEST__
-> COOP_TEST
rename
- CI/CD
- Arduino builds added
- deprecated actions update
v0.3.0
- Breaking change: Library configuration semantics changed - a parameter defined with value
0
: not configured, 1
: configured. For backward compatibility, if defined w/o value assigned 1
is assumed.
- Examples: removed references to
sprintf(3)
.
v0.2.5
- CI/CD support added (GitHub Actions) + related unit tests fixes.
- Static code analyzer issues fixes.
keywords.txt
updated.
- Comments update.
v0.2.4
- STM32CubeMX (HAL API) platform support added
- Configuration parameters may be set separately by
-D
compiler's option
- Conditional wait example refactored
- Documentation fixes
v0.2.3
- Examples fixes
- Documentation amendments
v0.2.2
- coop_stack_wm() added.
- Docs and comments fixes.
v0.2.1
- Updates for ESP8266 platform.
- Fixes in examples and inline-docs.
v0.2.0
- coop_wait_cond() added.
- coop_wait(), coop_yield_after() API refactored (breaking change).
- Idle-wait feature removed; coop_wait() is always idle-able.
- Performance improvements in scheduler service.