Workshop example

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Files at this revision

API Documentation at this revision

Comitter:
MarceloSalazar
Date:
Fri Jul 13 08:24:42 2018 +0000
Parent:
6:e0e1e1b93099
Child:
8:18cf5ea7f4c5
Commit message:
Add _RTE_ workaround for issue #7422 in 5.9.2

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Tue Jul 10 14:52:15 2018 +0200
+++ b/mbed_app.json	Fri Jul 13 08:24:42 2018 +0000
@@ -7,7 +7,8 @@
         "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
         "MBED_CONF_APP_MAIN_STACK_SIZE=6000",
         "ARM_UC_USE_PAL_BLOCKDEVICE=1",
-        "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE"
+        "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE",
+        "_RTE_"
     ],
     "target_overrides": {
         "*": {