Skip to content

Commit a2aadc2

Browse files
committed
[STM32F1] Enable asynchronous serial
1 parent c9db4ba commit a2aadc2

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
@@ -690,7 +690,7 @@
690690
"inherits": ["Target"],
691691
"progen": {"target": "nucleo-f103rb"},
692692
"detect_code": ["0700"],
693-
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
693+
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
694694
"release_versions": ["2", "5"]
695695
},
696696
"NUCLEO_F207ZG": {

0 commit comments

Comments
 (0)