mirror of https://github.com/ARMmbed/mbed-os.git
Remove support for the RTC. Only early versions of the interface firmware provided a clock for the RTC that was used. This has long been depreciated since it also routed the same pin to an ADC on the arduino connector which caused wiring conflicts
parent
fb4b43fb9f
commit
d8f44bb4c1
|
@ -470,7 +470,7 @@
|
|||
"inherits": ["Target"],
|
||||
"progen": {"target": "frdm-kl25z"},
|
||||
"detect_code": ["0200"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"release": true
|
||||
},
|
||||
"KL26Z": {
|
||||
|
|
Loading…
Reference in New Issue