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.
Diff: mbed_app.json
- Revision:
- 59:197f40345978
- Parent:
- 58:4d1114ac60aa
diff -r 4d1114ac60aa -r 197f40345978 mbed_app.json --- a/mbed_app.json Tue Oct 08 14:01:59 2019 +0100 +++ b/mbed_app.json Wed Nov 06 09:52:42 2019 +0000 @@ -25,6 +25,11 @@ "lora-pwr-amp-ctl": { "value": "NC" }, "lora-tcxo": { "value": "NC" } }, + "target_overrides": { + "*": { + "mbed-trace.enable": true + } + }, "target_overrides": { "*": { "platform.stdio-convert-newlines": true, @@ -33,11 +38,10 @@ "lora.over-the-air-activation": true, "lora.duty-cycle-on": true, "lora.phy": "EU868", - "lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }", + "lora.device-eui": "{ 0x00, 0x49, 0xb9, 0x9f, 0xdb, 0xfc, 0xaa, 0xab }", "lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }", - "lora.application-key": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }" + "lora.application-key": "{ 0x18, 0x23, 0x24, 0xec, 0x34, 0xc6, 0xc5, 0x5b, 0x1d, 0x77, 0x52, 0xf9, 0x1c, 0xb7, 0x1d, 0x8c }" }, - "K64F": { "lora-spi-mosi": "D11", "lora-spi-miso": "D12", @@ -60,7 +64,7 @@ }, "DISCO_L072CZ_LRWAN1": { - "main_stack_size": 1024, + "main_stack_size": 2048, "lora-radio": "SX1276", "lora-spi-mosi": "PA_7", "lora-spi-miso": "PA_6",