Skip to content

Releases: Eremex/fxrtos-lite

v3.2.1: Merge pull request #4 from cbuilder/master

20 May 13:41
b48014e
Compare
Choose a tag to compare

Version 3.2.1 (05.2021):

  • Fix: RISC-V (RV32I) interrupt synchronization support.
  • Fix: Makefiles for linux based build system.
  • Fix: Minor list data type optimization.

v3.2.0: Merge pull request #2 from cbuilder/master

26 Oct 20:45
9bfc4c8
Compare
Choose a tag to compare

Version 3.2.0 (07.2020):

  • New: RISC-V (RV32I) platform support.
  • New: Redesigned kernel initialization procedure. Removed metadata-based ctors.
  • Fix: Global refactoring and code style fixes.
  • Fix: Improved init procedure for cortex-m chips.