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 uniqueCPUID by
Revision 4:af0e9aaee2ed, committed 2018-10-23
- Comitter:
- gastonfeng
- Date:
- Tue Oct 23 15:50:34 2018 +0800
- Parent:
- 3:8ebd7b354018
- Commit message:
- json file
Changed in this revision
.library.json | Show annotated file Show diff for this revision Revisions of this file |
library.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8ebd7b354018 -r af0e9aaee2ed .library.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.library.json Tue Oct 23 15:50:34 2018 +0800 @@ -0,0 +1,43 @@ +{ + "authors": [ + { + "email": null, + "url": "https://os.mbed.com/users/joeata2wh/", + "maintainer": false, + "name": "Joseph Ellsworth" + } + ], + "description": "Library to pull unique device ID from CPU chip. functions to load into a string that can be used in IoT access point ID and another to send the ID ...", + "examples": [ + "https://os.mbed.com/users/joeata2wh/code/stm32_print_unique_serial_number_copy/", + "https://os.mbed.com/teams/hwelltech/code/bcsdk/" + ], + "frameworks": [ + "mbed" + ], + "keywords": [ + "cpu serial number", + "device id", + "iot", + "serial number" + ], + "name": "uniqueCPUID", + "platforms": [ + "atmelsam", + "freescalekinetis", + "maxim32", + "nordicnrf51", + "nordicnrf52", + "nxplpc", + "siliconlabsefm32", + "ststm32", + "teensy", + "wiznet7500" + ], + "repository": { + "type": "hg", + "url": "https://os.mbed.com/users/joeata2wh/code/uniqueCPUID/" + }, + "version": "08766dc805", + "id": 5012 +} \ No newline at end of file
diff -r 8ebd7b354018 -r af0e9aaee2ed library.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/library.json Tue Oct 23 15:50:34 2018 +0800 @@ -0,0 +1,24 @@ +{ + "authors": { + "name": "Joseph Ellsworth", + "url": "https://os.mbed.com/users/joeata2wh/" + }, + "description": "Library to pull unique device ID from CPU chip. functions to load into a string that can be used in IoT access point ID and another to send the ID ...", + "examples": [ + "https://os.mbed.com/users/joeata2wh/code/stm32_print_unique_serial_number_copy/", + "https://os.mbed.com/teams/hwelltech/code/bcsdk/" + ], + "frameworks": "mbed", + "keywords": [ + "CPU Serial number", + "Device ID", + "IOT", + "Serial Number" + ], + "name": "uniqueCPUID", + "platforms": "*", + "repository": { + "type": "hg", + "url": "https://os.mbed.com/users/joeata2wh/code/uniqueCPUID/" + } +} \ No newline at end of file