ST / Mbed OS example-IDW01M1-mbed-Cloud-connect

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Wed May 09 08:21:47 2018 +0200
Parent:
42:cddcdf68386d
Child:
44:1d5e5eb2d2fb
Commit message:
Backup commit

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Mon May 07 10:05:40 2018 +0200
+++ b/mbed_app.json	Wed May 09 08:21:47 2018 +0200
@@ -1,11 +1,12 @@
 {
     "macros": [
         "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"",
-        "PAL_USER_DEFINED_CONFIGURATION=\"sotp_fs_config_MbedOS.h\"",
+        "PAL_USER_DEFINED_CONFIGURATION=\"sotp_fs_config_sdcard.h\"",
+        "PAL_PLATFORM_DEFINED_CONFIGURATION=\"mbedOS_FATFS.h\"",
         "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
         "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
         "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
-        "MBED_CONF_APP_MAIN_STACK_SIZE=4608",
+        "MBED_CONF_APP_MAIN_STACK_SIZE=8192",
         "ARM_UC_USE_PAL_BLOCKDEVICE=1",
         "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE"
     ],