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.
Dependents: Projet_de_bachelor_code Projet_de_bachelor_code
Revision 6:d6016e907c7a, committed 2018-03-13
- Comitter:
- mbed_official
- Date:
- Tue Mar 13 15:30:19 2018 +0000
- Parent:
- 5:2a08c4ee1843
- Child:
- 7:2fc0e8a7b6f0
- Commit message:
- Reduced main stack size for Disco target
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Tue Mar 13 09:45:19 2018 +0000
+++ b/mbed_app.json Tue Mar 13 15:30:19 2018 +0000
@@ -4,6 +4,7 @@
"help": "Which radio to use (options: SX1272,SX1276)",
"value": "SX1276"
},
+ "main_stack_size": { "value": 4096 },
"lorawan-enabled": { "value": false},
@@ -62,6 +63,7 @@
},
"DISCO_L072CZ_LRWAN1": {
+ "main_stack_size": 3072,
"lorawan-enabled": true,
"lora-radio": "SX1276",