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 mbed-src by
Diff: module.json
- Revision:
- 581:39197bcd20f2
diff -r 3c14cb9b87c5 -r 39197bcd20f2 module.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json Thu Jul 02 16:30:08 2015 +0100
@@ -0,0 +1,30 @@
+{
+ "name": "mbed-classic",
+ "version": "0.0.1",
+ "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
+ "keywords": [
+ "mbed"
+ ],
+ "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
+ "repository": {
+ "url": "git@github.com:mbedmicro/mbed.git",
+ "type": "git"
+ },
+ "homepage": "https://github.com/mbedmicro/mbed",
+ "licenses": [
+ {
+ "url": "https://spdx.org/licenses/Apache-2.0",
+ "type": "Apache-2.0"
+ }
+ ],
+ "extraIncludes": [
+ "api",
+ "hal",
+ "targets/hal",
+ "targets/cmsis"
+ ],
+ "dependencies": {
+ },
+ "targetDependencies": {
+ }
+}
