NuMaker mbed cloud v1.2 example

This example has been used on the following platforms

Follow these instructions to get credentials https://cloud.mbed.com/docs/v1.2/quick-start/connecting-your-device-to-mbed-cloud.html

https://os.mbed.com/media/cache/platforms/NuMaker-PFM-NUC472Small.png.170x170_q85.png

https://os.mbed.com/media/cache/platforms/NuMaker-PFM-M487.png.170x170_q85.png

Revision:
9:5c7c3e367ce6
Parent:
3:bd00f3af8f03
Child:
11:96f41e7c9638
diff -r fcbf2aeb34c9 -r 5c7c3e367ce6 mbed_app.json
--- a/mbed_app.json	Thu Feb 22 10:34:36 2018 +0000
+++ b/mbed_app.json	Mon Mar 19 12:52:20 2018 +0000
@@ -11,7 +11,33 @@
             "platform.stdio-baud-rate": 115200,
             "platform.stdio-convert-newlines": true,
             "mbed-trace.enable": null
-        }
+        },
+        "NUMAKER_PFM_M487": {
+            "target.macros_add": [
+                "PAL_INTERNAL_FLASH_SECTION_1_ADDRESS=0x7E000",
+                "PAL_INTERNAL_FLASH_SECTION_2_ADDRESS=0x7F000",
+                "PAL_INTERNAL_FLASH_SECTION_1_SIZE=0x1000",
+                "PAL_INTERNAL_FLASH_SECTION_2_SIZE=0x1000"
+            ],
+            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
+            "sd.SPI_MOSI": "D11",
+            "sd.SPI_MISO": "D12",
+            "sd.SPI_CLK":  "D13",
+            "sd.SPI_CS":   "D10"
+        },
+        "NUMAKER_PFM_NUC472": {
+            "target.macros_add": [
+                "PAL_INTERNAL_FLASH_SECTION_1_ADDRESS=0x7E000",
+                "PAL_INTERNAL_FLASH_SECTION_2_ADDRESS=0x7F000",
+                "PAL_INTERNAL_FLASH_SECTION_1_SIZE=0x1000",
+                "PAL_INTERNAL_FLASH_SECTION_2_SIZE=0x1000"
+            ],
+            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
+            "sd.SPI_MOSI": "PF_0",
+            "sd.SPI_MISO": "PD_15",
+            "sd.SPI_CLK":  "PD_14",
+            "sd.SPI_CS":   "PD_13"
+        }        
     },
     "config": {
         "developer-mode": {