Skip to content

Releases: HiHappyGarden/osal

1.1.2

08 Jun 11:55
Compare
Choose a tag to compare

Fixed

  • fix: a ctor who handle error_type enum
  • fix: restore before commit and set unique_ptr only old_error
  • fix: switch old error raw ptr to unique_ptr
  • fix: add explicit to event ctor

1.1.1

04 Jun 21:54
Compare
Choose a tag to compare

Fixed

  • fix: remove one inline in event::clear_from_isr
  • fix: concurrence on log print

1.1.0

02 Jun 21:52
Compare
Choose a tag to compare

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

1.0.0

28 Feb 21:59
Compare
Choose a tag to compare

Changed

  • First release

0.9.0

01 Feb 23:08
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Full Changelog: 0.7.0...0.9.0

0.7.0

12 Nov 22:56
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
feat:add test of smart_call

0.6.0

21 Oct 19:20
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
0.6.0

v0.5.0

04 Jul 21:57
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Merge branch 'develop' into main