Releases: alkonosst/RTOScppESP32
Releases · alkonosst/RTOScppESP32
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