mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Committer:
dkato
Date:
Fri Feb 02 05:42:23 2018 +0000
Revision:
0:f782d9c66c49
mbed-os for GR-LYCHEE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dkato 0:f782d9c66c49 1 # Change Log
dkato 0:f782d9c66c49 2 All notable changes to this project will be documented in this file.
dkato 0:f782d9c66c49 3 This project adheres to [Semantic Versioning](http://semver.org/).
dkato 0:f782d9c66c49 4
dkato 0:f782d9c66c49 5 ## [Unreleased]
dkato 0:f782d9c66c49 6
dkato 0:f782d9c66c49 7 ## [2.1.0] - 2016-02-08
dkato 0:f782d9c66c49 8 ### Added
dkato 0:f782d9c66c49 9 - Enable 64bit support.
dkato 0:f782d9c66c49 10 - Enable double support.
dkato 0:f782d9c66c49 11
dkato 0:f782d9c66c49 12 ### Fixed
dkato 0:f782d9c66c49 13 - Add `ull` for 64bit literal.
dkato 0:f782d9c66c49 14
dkato 0:f782d9c66c49 15 ## [2.0.2] - 2015-12-17
dkato 0:f782d9c66c49 16 ### Added
dkato 0:f782d9c66c49 17 - This changelog
dkato 0:f782d9c66c49 18 - The Readme.
dkato 0:f782d9c66c49 19
dkato 0:f782d9c66c49 20 ### Changed
dkato 0:f782d9c66c49 21 - Use `.` instead of `X` in bit mask failure formatter for better visibility.
dkato 0:f782d9c66c49 22
dkato 0:f782d9c66c49 23 ## [2.0.1] - 2015-11-25
dkato 0:f782d9c66c49 24 ### Fixed
dkato 0:f782d9c66c49 25 - Call utest ignore handler instead of failure handler.
dkato 0:f782d9c66c49 26
dkato 0:f782d9c66c49 27 ## [2.0.0] - 2015-11-25
dkato 0:f782d9c66c49 28 ### Changed
dkato 0:f782d9c66c49 29 - Replace `longjmp` with utest callbacks
dkato 0:f782d9c66c49 30 - Add newline at end of failure message
dkato 0:f782d9c66c49 31
dkato 0:f782d9c66c49 32 ## [1.0.0] - 2015-10-19
dkato 0:f782d9c66c49 33 ### Changed
dkato 0:f782d9c66c49 34 - Initial TechCon release
dkato 0:f782d9c66c49 35
dkato 0:f782d9c66c49 36 ## 0.0.1 - 2015-09-23
dkato 0:f782d9c66c49 37 ### Added
dkato 0:f782d9c66c49 38 - Initial import of unity source files
dkato 0:f782d9c66c49 39
dkato 0:f782d9c66c49 40 ### Changed
dkato 0:f782d9c66c49 41 - Adapt header include paths
dkato 0:f782d9c66c49 42 - Add C-linkage specifiers
dkato 0:f782d9c66c49 43
dkato 0:f782d9c66c49 44 [Unreleased]: https://github.com/ARMmbed/utest/compare/v2.1.0...HEAD
dkato 0:f782d9c66c49 45 [2.1.0]: https://github.com/ARMmbed/utest/compare/v2.0.2...v2.1.0
dkato 0:f782d9c66c49 46 [2.0.2]: https://github.com/ARMmbed/utest/compare/v2.0.1...v2.0.2
dkato 0:f782d9c66c49 47 [2.0.1]: https://github.com/ARMmbed/utest/compare/v2.0.0...v2.0.1
dkato 0:f782d9c66c49 48 [2.0.0]: https://github.com/ARMmbed/utest/compare/v1.0.0...v2.0.0
dkato 0:f782d9c66c49 49 [1.0.0]: https://github.com/ARMmbed/utest/compare/v0.0.1...v1.0.0