Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
94 lines (74 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 2.73 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Fixed

  • A race condition in PoolAllocator::alloc()

1.6.0 2016-03-07

Fixed

  • Tests updated to use greentea client

1.5.4 2016-03-04

Fixed

  • comment out assert in the critical section

1.5.3 2016-03-02

Fixed

  • CriticalSectionLock to use the C based solution within the clas

Added

  • C critical section for nrf51 targets
  • C critical section for posix targets

1.5.2 2016-03-01

Fixed

  • Allocators aligned to 8
  • nrf51 critical section - fixes use with the softdevice disabled

1.5.1 2016-02-29

Release

  • mbed-drivers update dependency to 1.0.0

1.5.0 2016-02-26

Added

  • C re-entrant critical section

1.4.0 2016-02-24

Fixed

  • sbrk - align + set to minimum size negative sizes
  • Test function pointer - set baud rate removal

1.3.0 2016-02-15

Added

  • Add support for uninitialized data sections

1.2.0 2016-02-01

Release

  • mbed-drivers update dependency to ~0.12.0

1.1.5 2016-01-27

Added

  • Array, binaryHeap and pool allocators - forbid copying

1.1.4 2016-01-20

Fixed

  • Newline termination for runtime errors

1.1.3 2016-01-19

Added

  • Optimized specializations of atomic ops

1.1.3 2016-01-19

Fixed

  • Add missing template specialization prototypes

1.1.1 2016-01-14

Fixed

  • Shared pointer - API documentation

1.1.0 - 2016-01-11

Fixed

  • Function pointer - fix arguments (all types of arguments, including references)

Changed

  • core-util.h rename to assert.h