Skip to content

Commit 6cb1a23

Browse files
authored
NRF52840: add the device configuration STCLK_OFF_DURING_SLEEP
1 parent d76a5a7 commit 6cb1a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,6 +3081,7 @@
30813081
"inherits": ["Target"],
30823082
"core": "Cortex-M4F",
30833083
"macros": ["TARGET_NRF52840", "BLE_STACK_SUPPORT_REQD", "SOFTDEVICE_PRESENT", "S140", "NRF_SD_BLE_API_VERSION=5", "NRF52840_XXAA", "NRF_DFU_SETTINGS_VERSION=1", "NRF_SD_BLE_API_VERSION=5", "CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""],
3084+
"device_has": ["STCLK_OFF_DURING_SLEEP"],
30843085
"extra_labels": ["NORDIC", "MCU_NRF52840", "NRF5", "SDK13", "NRF52_COMMON"],
30853086
"OUTPUT_EXT": "hex",
30863087
"is_disk_virtual": true,
@@ -3119,7 +3120,7 @@
31193120
"supported_form_factors": ["ARDUINO"],
31203121
"inherits": ["MCU_NRF52840"],
31213122
"macros_add": ["BOARD_PCA10056", "CONFIG_GPIO_AS_PINRESET", "SWI_DISABLE0", "NRF52_ERRATA_20"],
3122-
"device_has": ["FLASH", "ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "TRNG"],
3123+
"device_has_add": ["FLASH", "ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "TRNG"],
31233124
"release_versions": ["2", "5"],
31243125
"device_name": "nRF52840_xxAA"
31253126
},

0 commit comments

Comments
 (0)