Skip to content

cute_os_v1.1.0

Latest
Compare
Choose a tag to compare
@makaram99 makaram99 released this 14 Apr 14:54
· 1 commit to master since this release

Version 1.1.0

Date: 2022-04-14

Description: Improvement in the code.

  1. Added the following features:

    • The old fixed tick rate is replaced by the greatest common tick time using Greatest Common Divisor Algorithm to make the system faster and stable.

    • Naming Convention of variables updated. (tickTime is now tick_time)

    • Standard Types in STD_TYPES.h updated to:

      • Apply a new naming convention. (u8 is now u8_t)
      • Reduce the size of the code.
    • Max number of tasks is now 8 instead of 10 due to the limitation of the MCU memory.

  2. Added the following files:

    • tools.md: Contains HOW-TO-SETUP the tools required to run this project.