Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
TARGET_MCU_NRF51822/sdk/CHANGELOG.md@638:c90ae1400bf2, 2016-09-14 (annotated)
- Committer:
- Vincent Coubard
- Date:
- Wed Sep 14 14:39:43 2016 +0100
- Revision:
- 638:c90ae1400bf2
Sync with bdab10dc0f90748b6989c8b577771bb403ca6bd8 from ARMmbed/mbed-os.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Vincent Coubard |
638:c90ae1400bf2 | 1 | # Change Log |
| Vincent Coubard |
638:c90ae1400bf2 | 2 | |
| Vincent Coubard |
638:c90ae1400bf2 | 3 | ## [v2.2.1](https://github.com/ARMmbed/nrf51-sdk/tree/v2.2.1) (2016-01-27) |
| Vincent Coubard |
638:c90ae1400bf2 | 4 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v2.2.0...v2.2.1) |
| Vincent Coubard |
638:c90ae1400bf2 | 5 | |
| Vincent Coubard |
638:c90ae1400bf2 | 6 | **Closed issues:** |
| Vincent Coubard |
638:c90ae1400bf2 | 7 | |
| Vincent Coubard |
638:c90ae1400bf2 | 8 | - It's not possible to generate a debug build with nrf51-sdk 1.0.1 [\#11](https://github.com/ARMmbed/nrf51-sdk/issues/11) |
| Vincent Coubard |
638:c90ae1400bf2 | 9 | |
| Vincent Coubard |
638:c90ae1400bf2 | 10 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 11 | |
| Vincent Coubard |
638:c90ae1400bf2 | 12 | - Optimise to omit frame pointer even in a debug build [\#19](https://github.com/ARMmbed/nrf51-sdk/pull/19) ([LiyouZhou](https://github.com/LiyouZhou)) |
| Vincent Coubard |
638:c90ae1400bf2 | 13 | |
| Vincent Coubard |
638:c90ae1400bf2 | 14 | ## [v2.2.0](https://github.com/ARMmbed/nrf51-sdk/tree/v2.2.0) (2016-01-11) |
| Vincent Coubard |
638:c90ae1400bf2 | 15 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v2.1.0...v2.2.0) |
| Vincent Coubard |
638:c90ae1400bf2 | 16 | |
| Vincent Coubard |
638:c90ae1400bf2 | 17 | **Closed issues:** |
| Vincent Coubard |
638:c90ae1400bf2 | 18 | |
| Vincent Coubard |
638:c90ae1400bf2 | 19 | - Update bootloader branch to sdk V10 [\#14](https://github.com/ARMmbed/nrf51-sdk/issues/14) |
| Vincent Coubard |
638:c90ae1400bf2 | 20 | |
| Vincent Coubard |
638:c90ae1400bf2 | 21 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 22 | |
| Vincent Coubard |
638:c90ae1400bf2 | 23 | - Add missing implementations for peer\_manager. [\#18](https://github.com/ARMmbed/nrf51-sdk/pull/18) ([pan-](https://github.com/pan-)) |
| Vincent Coubard |
638:c90ae1400bf2 | 24 | - Expose function in DM to calculate BLE hash [\#17](https://github.com/ARMmbed/nrf51-sdk/pull/17) ([andresag01](https://github.com/andresag01)) |
| Vincent Coubard |
638:c90ae1400bf2 | 25 | |
| Vincent Coubard |
638:c90ae1400bf2 | 26 | ## [v2.1.0](https://github.com/ARMmbed/nrf51-sdk/tree/v2.1.0) (2016-01-08) |
| Vincent Coubard |
638:c90ae1400bf2 | 27 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v2.0.0...v2.1.0) |
| Vincent Coubard |
638:c90ae1400bf2 | 28 | |
| Vincent Coubard |
638:c90ae1400bf2 | 29 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 30 | |
| Vincent Coubard |
638:c90ae1400bf2 | 31 | - Add files from peer manager from nRF51 SDK 10.0.0 [\#15](https://github.com/ARMmbed/nrf51-sdk/pull/15) ([andresag01](https://github.com/andresag01)) |
| Vincent Coubard |
638:c90ae1400bf2 | 32 | |
| Vincent Coubard |
638:c90ae1400bf2 | 33 | ## [v2.0.0](https://github.com/ARMmbed/nrf51-sdk/tree/v2.0.0) (2016-01-07) |
| Vincent Coubard |
638:c90ae1400bf2 | 34 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v1.0.1...v2.0.0) |
| Vincent Coubard |
638:c90ae1400bf2 | 35 | |
| Vincent Coubard |
638:c90ae1400bf2 | 36 | **Closed issues:** |
| Vincent Coubard |
638:c90ae1400bf2 | 37 | |
| Vincent Coubard |
638:c90ae1400bf2 | 38 | - nrf51-sdk generates warnings for old style declarations [\#10](https://github.com/ARMmbed/nrf51-sdk/issues/10) |
| Vincent Coubard |
638:c90ae1400bf2 | 39 | |
| Vincent Coubard |
638:c90ae1400bf2 | 40 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 41 | |
| Vincent Coubard |
638:c90ae1400bf2 | 42 | - Nordic sdk 10.0.0 [\#13](https://github.com/ARMmbed/nrf51-sdk/pull/13) ([LiyouZhou](https://github.com/LiyouZhou)) |
| Vincent Coubard |
638:c90ae1400bf2 | 43 | - Add ifdef to include correct mbed.h file in mbedOS [\#9](https://github.com/ARMmbed/nrf51-sdk/pull/9) ([andresag01](https://github.com/andresag01)) |
| Vincent Coubard |
638:c90ae1400bf2 | 44 | - Update files to Nordic sdk 9.0.0 [\#8](https://github.com/ARMmbed/nrf51-sdk/pull/8) ([LiyouZhou](https://github.com/LiyouZhou)) |
| Vincent Coubard |
638:c90ae1400bf2 | 45 | |
| Vincent Coubard |
638:c90ae1400bf2 | 46 | ## [v1.0.1](https://github.com/ARMmbed/nrf51-sdk/tree/v1.0.1) (2015-12-10) |
| Vincent Coubard |
638:c90ae1400bf2 | 47 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v1.0.0...v1.0.1) |
| Vincent Coubard |
638:c90ae1400bf2 | 48 | |
| Vincent Coubard |
638:c90ae1400bf2 | 49 | **Closed issues:** |
| Vincent Coubard |
638:c90ae1400bf2 | 50 | |
| Vincent Coubard |
638:c90ae1400bf2 | 51 | - Need the ability to do version bump [\#1](https://github.com/ARMmbed/nrf51-sdk/issues/1) |
| Vincent Coubard |
638:c90ae1400bf2 | 52 | |
| Vincent Coubard |
638:c90ae1400bf2 | 53 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 54 | |
| Vincent Coubard |
638:c90ae1400bf2 | 55 | - Add GCC diagnostics to suppress unused-parameter warnings [\#7](https://github.com/ARMmbed/nrf51-sdk/pull/7) ([andresag01](https://github.com/andresag01)) |
| Vincent Coubard |
638:c90ae1400bf2 | 56 | |
| Vincent Coubard |
638:c90ae1400bf2 | 57 | ## [v1.0.0](https://github.com/ARMmbed/nrf51-sdk/tree/v1.0.0) (2015-12-02) |
| Vincent Coubard |
638:c90ae1400bf2 | 58 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v0.0.1...v1.0.0) |
| Vincent Coubard |
638:c90ae1400bf2 | 59 | |
| Vincent Coubard |
638:c90ae1400bf2 | 60 | **Closed issues:** |
| Vincent Coubard |
638:c90ae1400bf2 | 61 | |
| Vincent Coubard |
638:c90ae1400bf2 | 62 | - Need to keep previous improvements while moving to nrf51-sdk [\#2](https://github.com/ARMmbed/nrf51-sdk/issues/2) |
| Vincent Coubard |
638:c90ae1400bf2 | 63 | |
| Vincent Coubard |
638:c90ae1400bf2 | 64 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 65 | |
| Vincent Coubard |
638:c90ae1400bf2 | 66 | - supress warnings for the sources in nRF51 SDK [\#6](https://github.com/ARMmbed/nrf51-sdk/pull/6) ([rgrover](https://github.com/rgrover)) |
| Vincent Coubard |
638:c90ae1400bf2 | 67 | |
| Vincent Coubard |
638:c90ae1400bf2 | 68 | ## [v0.0.1](https://github.com/ARMmbed/nrf51-sdk/tree/v0.0.1) (2015-12-01) |
| Vincent Coubard |
638:c90ae1400bf2 | 69 | [Full Changelog](https://github.com/ARMmbed/nrf51-sdk/compare/v8.1.0...v0.0.1) |
| Vincent Coubard |
638:c90ae1400bf2 | 70 | |
| Vincent Coubard |
638:c90ae1400bf2 | 71 | **Merged pull requests:** |
| Vincent Coubard |
638:c90ae1400bf2 | 72 | |
| Vincent Coubard |
638:c90ae1400bf2 | 73 | - Migrate changes from ble nrf51822 [\#4](https://github.com/ARMmbed/nrf51-sdk/pull/4) ([LiyouZhou](https://github.com/LiyouZhou)) |
| Vincent Coubard |
638:c90ae1400bf2 | 74 | |
| Vincent Coubard |
638:c90ae1400bf2 | 75 | ## [v8.1.0](https://github.com/ARMmbed/nrf51-sdk/tree/v8.1.0) (2015-11-17) |
| Vincent Coubard |
638:c90ae1400bf2 | 76 | |
| Vincent Coubard |
638:c90ae1400bf2 | 77 | |
| Vincent Coubard |
638:c90ae1400bf2 | 78 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
