Change target name

Apply the CC changes to TARGET_MCU_NRF52840 , and not to
the DK target alone
pull/6794/head
Ron Eldor 2018-05-22 09:24:37 +03:00
parent 23ba8bc1f5
commit d2bcf3c356
11 changed files with 3 additions and 3 deletions

View File

@ -3624,8 +3624,10 @@
"TARGET_NRF52840",
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
"MBED_TICKLESS"
"MBED_TICKLESS",
"MBEDTLS_CONFIG_HW_SUPPORT"
],
"features": ["CRYPTOCELL310"],
"device_has": [
"ANALOGIN",
"FLASH",
@ -3682,8 +3684,6 @@
"NRF52840_DK": {
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF52840"],
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT"],
"features": ["CRYPTOCELL310"],
"release_versions": ["5"],
"device_name": "nRF52840_xxAA"
},