Skip to content

Commit 7c384c9

Browse files
committed
[STM32L4] Enable asynchronous serial
1 parent bad850c commit 7c384c9

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
@@ -946,7 +946,7 @@
946946
"inherits": ["Target"],
947947
"progen": {"target": "nucleo-l476rg"},
948948
"detect_code": ["0765"],
949-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
949+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
950950
"release_versions": ["2", "5"]
951951
},
952952
"STM32F3XX": {

0 commit comments

Comments
 (0)