Releases: alkonosst/RTOScppESP32
Releases · alkonosst/RTOScppESP32
v1.0.2
v1.0.1
What's Changed
- fix: Allow task name to be accessed before task creation by @alkonosst in #12
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: Clean up code by @alkonosst in #8
- fix: Remove const on ring buffer create() methods by @alkonosst in #9
- feat: Add queue overwrite by @alkonosst in #10
- feat!: Release complete version by @alkonosst in #11
Full Changelog: v0.6.0...v1.0.0
v1.0.0-rc.3
What's Changed
- feat: Add queue overwrite by @alkonosst in #10
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
What's Changed
- fix: Remove const on ring buffer create() methods by @alkonosst in #9
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
v1.0.0-rc.1
v0.6.0
What's Changed
- refactor: Delete start parameter in timer.create() (passed in timer.setup) by @alkonosst in #7
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix: Inline Lock and RingBuffer operators by @alkonosst in #3
- feat!: Update and extend library by @alkonosst in #4
- refactor: Modify Timer to take an ID and allow empty constructors by @alkonosst in #5
- refactor: Align size in ringbufs Split and NoSplit to 4 bytes and add 8 bytes per item by @alkonosst in #6
Full Changelog: v0.2.1...v0.5.0
v0.2.1
What's Changed
- fix: Start timer on constructor if flag enabled by @alkonosst in #2
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: Add RingBuffer and QueueSet by @alkonosst in #1
New Contributors
- @alkonosst made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0