version v1.1.0

master v1.1.0
Brendan Moran 7 years ago
parent 928e1aa596
commit 84cfc737bb

@ -1,3 +1,6 @@
## 1.1.0
* Add support for building individual modules with code coverage
## 1.0.0
* Switch on C++11 compilation by default. This is technically a breaking
change, but the mbed-OS modules themselves have been patched so that they
@ -26,5 +29,3 @@
## 0.0.14
For this and prior releases, no changes were tracked. Please see the git
history

@ -1,6 +1,6 @@
{
"name": "mbed-gcc",
"version": "1.0.0",
"version": "1.1.0",
"description": "base mbed build target for gcc toolchain",
"licenses": [
{
@ -33,5 +33,7 @@
}
},
"toolchain": "CMake/toolchain.cmake",
"cmakeIncludes": ["coverage/coverage.cmake"]
"cmakeIncludes": [
"coverage/coverage.cmake"
]
}

Loading…
Cancel
Save