mirror of https://github.com/ARMmbed/mbed-os.git
STM32L1 - Enable the low power timer
Enable the low power timer for the NUCLEO_L152REpull/2763/head
parent
37ee192205
commit
e38b1d12fb
|
|
@ -965,7 +965,7 @@
|
|||
"inherits": ["Target"],
|
||||
"progen": {"target": "nucleo-l152re"},
|
||||
"detect_code": ["0710"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"release_versions": ["2", "5"]
|
||||
},
|
||||
"NUCLEO_L432KC": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue