mirror of https://github.com/ARMmbed/mbed-os.git
Disable platforms not supporting new RTC
parent
81e6c96014
commit
2826e4e416
|
@ -2851,7 +2851,7 @@
|
|||
"macros": ["__SYSTEM_HFX=96000000","TARGET=MAX32620","TARGET_REV=0x4332","OPEN_DRAIN_LEDS"],
|
||||
"extra_labels": ["Maxim", "MAX32620C"],
|
||||
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
|
||||
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES", "USTICKER"],
|
||||
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES", "USTICKER"],
|
||||
"release_versions": ["2", "5"]
|
||||
},
|
||||
"MAX32625_BASE": {
|
||||
|
|
Loading…
Reference in New Issue