Skip to content

1.1.0

Compare
Choose a tag to compare
@passy1977 passy1977 released this 02 Jun 21:52
· 5 commits to main since this release

Added

  • add: instance replace in string
  • add: error type
  • add: FreeRTOS raw config

Changed

  • change: add ENABLE_TEST

Fixed

  • 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