Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:54:50 2016 +0000
Revision:
1:d96dbedaebdb
Parent:
0:6c56fb4bc5f0
Removed extra directories for other platforms

Who changed what in which revision?

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