Skip to content

Commit 369ecf2

Browse files
committed
STM32F0 - Enable the low power timer
Enable the low power timer for the following targets: - NUCLEO_F070RB - NUCLEO_F072RB - NUCLEO_F091RC
1 parent e4f6431 commit 369ecf2

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
@@ -615,7 +615,7 @@
615615
"inherits": ["Target"],
616616
"progen": {"target": "nucleo-f030r8"},
617617
"detect_code": ["0725"],
618-
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
618+
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
619619
"default_lib": "small",
620620
"release_versions": ["2"]
621621
},

0 commit comments

Comments
 (0)