Skip to content

Commit d2f0135

Browse files
Edmund Hsubulislaw
authored andcommitted
ADI: Re-enable DEVICE_RTC for EV_COG_AD3029LZ and EV_COG_AD4050LZ
1 parent c14f45d commit d2f0135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
647647
"macros": ["__ADUCM4050__", "EV_COG_AD4050LZ"],
648648
"extra_labels": ["Analog_Devices", "ADUCM4X50", "ADUCM4050", "EV_COG_AD4050LZ", "FLASH_CMSIS_ALGO"],
649-
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "SPI", "I2C", "FLASH", "ANALOGIN"],
649+
"device_has": ["RTC", "SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "SPI", "I2C", "FLASH", "ANALOGIN"],
650650
"device_name": "ADuCM4050",
651651
"detect_code": ["0603"],
652652
"release_versions": ["5"],
@@ -658,7 +658,7 @@
658658
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
659659
"macros": ["__ADUCM3029__", "EV_COG_AD3029LZ"],
660660
"extra_labels": ["Analog_Devices", "ADUCM302X", "ADUCM3029", "EV_COG_AD3029LZ", "FLASH_CMSIS_ALGO"],
661-
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "SPI", "I2C", "FLASH", "ANALOGIN"],
661+
"device_has": ["RTC", "SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "SPI", "I2C", "FLASH", "ANALOGIN"],
662662
"device_name": "ADuCM3029",
663663
"detect_code": ["0602"],
664664
"release_versions": ["5"],

0 commit comments

Comments
 (0)