mbed library sources. Supersedes mbed-src.

Dependents:   BREAK_SENSOR_LED

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
Anythingconnected
Date:
Mon Dec 18 10:14:27 2017 +0000
Parent:
179:b0033dcd6934
Commit message:
Getting byte by byte read to work

Changed in this revision

targets/targets.json Show annotated file Show diff for this revision Revisions of this file
diff -r b0033dcd6934 -r d79f997829d6 targets/targets.json
--- a/targets/targets.json	Thu Dec 07 14:01:42 2017 +0000
+++ b/targets/targets.json	Mon Dec 18 10:14:27 2017 +0000
@@ -3100,9 +3100,15 @@
         "macros_add": ["TARGET_MCU_NORDIC_32K", "TARGET_MCU_NRF51_32K"],
         "public": false
     },
+    "MCU_NRF51_16K_UNIFIED": {
+        "inherits": ["MCU_NRF51_UNIFIED"],
+        "extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K", "MCU_NRF51_16K_S130"],
+        "macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K", "TARGET_MCU_NRF51_16K_S130"],
+        "public": false
+    },
     "NRF51_DK": {
         "supported_form_factors": ["ARDUINO"],
-        "inherits": ["MCU_NRF51_32K_UNIFIED"],
+        "inherits": ["MCU_NRF51_16K_UNIFIED"],
         "device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
         "release_versions": ["2", "5"],
         "device_name": "nRF51822_xxAA"