Skip to content

Commit e38b1d1

Browse files
committed
STM32L1 - Enable the low power timer
Enable the low power timer for the NUCLEO_L152RE
1 parent 37ee192 commit e38b1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
"inherits": ["Target"],
966966
"progen": {"target": "nucleo-l152re"},
967967
"detect_code": ["0710"],
968-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
968+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
969969
"release_versions": ["2", "5"]
970970
},
971971
"NUCLEO_L432KC": {

0 commit comments

Comments
 (0)