Skip to content

Commit d2bcf3c

Browse files
Ron EldorRon Eldor
authored andcommitted
Change target name
Apply the CC changes to TARGET_MCU_NRF52840 , and not to the DK target alone
1 parent 23ba8bc commit d2bcf3c

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,8 +3624,10 @@
36243624
"TARGET_NRF52840",
36253625
"CMSIS_VECTAB_VIRTUAL",
36263626
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
3627-
"MBED_TICKLESS"
3627+
"MBED_TICKLESS",
3628+
"MBEDTLS_CONFIG_HW_SUPPORT"
36283629
],
3630+
"features": ["CRYPTOCELL310"],
36293631
"device_has": [
36303632
"ANALOGIN",
36313633
"FLASH",
@@ -3682,8 +3684,6 @@
36823684
"NRF52840_DK": {
36833685
"supported_form_factors": ["ARDUINO"],
36843686
"inherits": ["MCU_NRF52840"],
3685-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT"],
3686-
"features": ["CRYPTOCELL310"],
36873687
"release_versions": ["5"],
36883688
"device_name": "nRF52840_xxAA"
36893689
},

0 commit comments

Comments
 (0)