Skip to content

Commit f299b11

Browse files
committed
Adding K64F config properties while retaining additional targets LOWPOWERTIMER
1 parent 6d76dac commit f299b11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hal/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
"inherits": ["Target"],
577577
"progen": {"target": "nucleo-f030r8"},
578578
"detect_code": ["0725"],
579-
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
579+
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
580580
"default_build": "small"
581581
},
582582
"NUCLEO_F031K6": {
@@ -612,7 +612,7 @@
612612
"inherits": ["Target"],
613613
"progen": {"target": "nucleo-f070rb"},
614614
"detect_code": ["0755"],
615-
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
615+
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
616616
"default_build": "small"
617617
},
618618
"NUCLEO_F072RB": {
@@ -624,7 +624,7 @@
624624
"inherits": ["Target"],
625625
"progen": {"target": "nucleo-f072rb"},
626626
"detect_code": ["0730"],
627-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
627+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
628628
"default_build": "small"
629629
},
630630
"NUCLEO_F091RC": {
@@ -636,7 +636,7 @@
636636
"inherits": ["Target"],
637637
"progen": {"target": "nucleo-f091rc"},
638638
"detect_code": ["0750"],
639-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
639+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
640640
"default_build": "small"
641641
},
642642
"NUCLEO_F103RB": {

0 commit comments

Comments
 (0)