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.
config.json@0:1c7da5f83647, 2016-11-29 (annotated)
- Committer:
- sarahmarshy
- Date:
- Tue Nov 29 06:29:10 2016 +0000
- Revision:
- 0:1c7da5f83647
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sarahmarshy | 0:1c7da5f83647 | 1 | { |
sarahmarshy | 0:1c7da5f83647 | 2 | "nordic": { |
sarahmarshy | 0:1c7da5f83647 | 3 | "softdevice": "S130" |
sarahmarshy | 0:1c7da5f83647 | 4 | }, |
sarahmarshy | 0:1c7da5f83647 | 5 | "nrf51822": { |
sarahmarshy | 0:1c7da5f83647 | 6 | "ram_size": "32K" |
sarahmarshy | 0:1c7da5f83647 | 7 | }, |
sarahmarshy | 0:1c7da5f83647 | 8 | "mbed": { |
sarahmarshy | 0:1c7da5f83647 | 9 | "max-filehandles": 4 |
sarahmarshy | 0:1c7da5f83647 | 10 | }, |
sarahmarshy | 0:1c7da5f83647 | 11 | "platform" : { |
sarahmarshy | 0:1c7da5f83647 | 12 | "reset_button" : "p17", |
sarahmarshy | 0:1c7da5f83647 | 13 | "config_led" : "p13", |
sarahmarshy | 0:1c7da5f83647 | 14 | "shutdown_led" : "p14", |
sarahmarshy | 0:1c7da5f83647 | 15 | "led_off" : 0 |
sarahmarshy | 0:1c7da5f83647 | 16 | }, |
sarahmarshy | 0:1c7da5f83647 | 17 | "mbedtls": { |
sarahmarshy | 0:1c7da5f83647 | 18 | "user-config-file": "\"source/mbedtls_config.h\"" |
sarahmarshy | 0:1c7da5f83647 | 19 | } |
sarahmarshy | 0:1c7da5f83647 | 20 | } |