Skip to content

Commit 2826e4e

Browse files
committed
Disable platforms not supporting new RTC
1 parent 81e6c96 commit 2826e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@
28512851
"macros": ["__SYSTEM_HFX=96000000","TARGET=MAX32620","TARGET_REV=0x4332","OPEN_DRAIN_LEDS"],
28522852
"extra_labels": ["Maxim", "MAX32620C"],
28532853
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
2854-
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES", "USTICKER"],
2854+
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES", "USTICKER"],
28552855
"release_versions": ["2", "5"]
28562856
},
28572857
"MAX32625_BASE": {

0 commit comments

Comments
 (0)