Version 1.39.01

Release Date

April 30th, 2021

Bugfixes

Improvements

Version 1.39.00

Release Date

February 28th, 2020

Version 1.38.05

Release Date

December 17th, 2019

Bugfixes

[698] Fixed implicit declaration of Mem_SegOverlapChkCritical() when argument checking is enabled and heap size is 0

[744] Fixed typecasting for DEF_BIT_CLR_XX macros

Version 1.38.04

Release Date

September 20th, 2019

Improvements

Version 1.38.03

Release Date

March 18th, 2019

Requirements

New features & Improvements

API Changes

Bug fixes

Version 1.38.02

Release date : 2014-06-03

Requirements

New features & improvements

API Changes

Bug fixes

Version 1.38.01

Release date : 2014-03-12

Requirements

New features & improvements

API Changes

Bug fixes

Version 1.38.00

Release date : 2014-02-14

Requirements

  • µC/CPU V1.29.01 or more recent

New features & improvements

  • Memory segments: Added possibility to create multiple memory segments at run-time and to allocate memory blocks from them.
  • Dynamic memory pools: Added new memory pools that can allocate blocks from a given memory segment and for which it is not necessary to specify a maximum number of blocks.
  • New macros created to toggle bit and to read, write and encode values from a bit mask.

API Changes

  • Changes to lib_cfg.h
    • LIB_MEM_CFG_ALLOC_EN removed. Set LIB_MEM_CFG_HEAP_SIZE to 0 to disable heap allocation features.
    • LIB_MEM_CFG_HEAP_PADDING_ALIGN was added to specify a default padding alignment for any buffer allocated from the heap.
    • LIB_MEM_CFG_DBG_INFO_EN was added and allows to track memory allocations.
  • New functions added to lib_mem.h/lib_mem.c
    • Mem_SegCreate()
    • Mem_SegClr()
    • Mem_SegAlloc()
    • Mem_SegAllocExt()
    • Mem_SegAllocHW()
    • Mem_SegRemSizeGet()
    • Mem_OutputUsage()
    • Mem_DynPoolCreate()
    • Mem_DynPoolCreateHW()
    • Mem_DynPoolBlkGet()
    • Mem_DynPoolBlkFree()
    • Mem_DynPoolBlkNbrAvailGet()
  • New macros added to lib_def.h
    • DEF_BIT_TOGGLE()
    • DEF_BIT_FIELD_RD()
    • DEF_BIT_FIELD_ENC()
    • DEF_BIT_FIELD_WR()
  • Mem_PoolBlkGetAtIx() function removed.

    • µC/FS versions prior to 4.07.00 are not compatible with this version of µC/LIB.


Bug fixes

  • N/A

Deprecated features

Memory heap allocation and static memory pool features are now deprecated and will be removed in a future version of µC/LIB.
This includes the following functions:

Heap allocation features are replaced by Memory Segment allocation features and Memory Pool features are replaced by the Dynamic Memory Pool features.

Version 1.37.02

Release date : 2013-10-01

Requirements

New features & improvements

API Changes

Bug fixes

Version 1.37.01

Release date : 2012-12-17

Requirements

  • µC/CPU V1.29.01 or more recent

New features & improvements

  • Improved argument checking for Mem_HeapGetSizeRem() and Mem_PoolBlkGetUsedAtIx().

API Changes

  • Configuration for the module must now be done in file lib_cfg.h instead of app_cfg.h.

Bug fixes

  • Corrected a possible misaligned copy in Mem_Move().

Previous versions

Click here to download the release notes for previous versions of µC/LIB.