All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we would have the update steps for 1.0.0 for people to follow.
- fix: remove one inline in event::clear_from_isr
- fix: concurrence on log print
Here we would have the update steps for 1.0.0 for people to follow.
- add: instance replace in string
- add: error type
- add: FreeRTOS raw config
- change: add ENABLE_TEST
- fix: thread naming issue
- fix: add check in thread to verify if handler is null
- fix: in pico arch removed strnlen -> strlen
- fix: string::replace refactoring and some small issue
- fix: add string final
- fix: some issue on string and memory
- fix: compiling issue on unix platform
- fix: remove NULL -> nullptr
- fix: remove a deprecated os_free() function
- fix: removed inline in some method
- fix: deprecated os_malloc and os_free
- fix: uninitialised field
- fix: change a NULL to nullptr
- fix: [[return]] in void function
- fix: header loop include in freertos
- fix: issue on set a function with 2 param in generics
- First release