Skip to content

Commit a132415

Browse files
committed
[STM32F0] Enable asynchronous serial
1 parent 12210bc commit a132415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hal/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
"inherits": ["Target"],
657657
"progen": {"target": "nucleo-f070rb"},
658658
"detect_code": ["0755"],
659-
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
659+
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
660660
"release_versions": ["2", "5"]
661661
},
662662
"NUCLEO_F072RB": {
@@ -668,7 +668,7 @@
668668
"inherits": ["Target"],
669669
"progen": {"target": "nucleo-f072rb"},
670670
"detect_code": ["0730"],
671-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
671+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
672672
"release_versions": ["2", "5"]
673673
},
674674
"NUCLEO_F091RC": {
@@ -680,7 +680,7 @@
680680
"inherits": ["Target"],
681681
"progen": {"target": "nucleo-f091rc"},
682682
"detect_code": ["0750"],
683-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
683+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
684684
"release_versions": ["2", "5"]
685685
},
686686
"NUCLEO_F103RB": {

0 commit comments

Comments
 (0)