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.
Fork of mbed-dev by
Revision 180:d79f997829d6, committed 2017-12-18
- 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 |
--- 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"