Skip to content

Commit c9292d6

Browse files
svastm0xc0170
authored andcommitted
Enable asynchronous serial
1 parent 58ed74b commit c9292d6

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
@@ -947,7 +947,7 @@
947947
"inherits": ["Target"],
948948
"progen": {"target": "nucleo-l152re"},
949949
"detect_code": ["0710"],
950-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
950+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
951951
"release_versions": ["2", "5"]
952952
},
953953
"NUCLEO_L432KC": {

0 commit comments

Comments
 (0)