Skip to content

Commit 33a1757

Browse files
committed
[STM32L1] Enable asynchronous serial
1 parent 1a3d94a commit 33a1757

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
@@ -940,7 +940,7 @@
940940
"inherits": ["Target"],
941941
"progen": {"target": "nucleo-l152re"},
942942
"detect_code": ["0710"],
943-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
943+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
944944
"release_versions": ["2", "5"]
945945
},
946946
"NUCLEO_L432KC": {

0 commit comments

Comments
 (0)