Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

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