µC/Common Release Notes

Version 1.02.01

Release Date

May 20, 2021

Changelog

  • Fixed logic that handled OS_ERR_PEND_ABORT in µC/OS-II's kal.c that ultimately caused a TCP connection leak.

Version 1.02.00

Release Date: 28 Feb 2020

Open-Source Release

Version 1.01.00

Release Date: 2015-02-24

Requirements

  • µC/LIB V1.38.00
  • µC/CPU V1.29.02 or more recent

New features & improvements

  • Initial release of Authentication module.
  • Added file common.h which defines COMMON_VERSION.
  • Added file common_err.h, which contains the new error type RTOS_ERR, used throughout µC/Common.
  • Conversion or KAL_ERR to RTOS_ERR, in KAL.

Bug fixes

  • N/A

Deprecated features

  • The enum type KAL_ERR and all its values should not be used. The new type RTOS_ERR should be used instead. RTOS_ERR is used by all the µC/Common modules, instead having each of them defining their own type.

Version 1.00.00

Release Date: 2014-02-14

Requirements

  • µC/LIB V1.38.00
  • µC/CPU V1.29.02 or more recent

New features & improvements

  • Initial release of µC/Common.
  • Initial release of KAL:
    • Task, lock, semaphore, timer, queue task storage and delay abstraction layer for µC/OS-II, µC/OS-III.
    • Implementation of actively waiting semaphores and timer-dependent delays if no kernel is used.

Bug fixes

  • N/A