Skip to content

Commit 64cfee5

Browse files
committed
[STM32L0] Enable asynchronous serial
1 parent 2613bc7 commit 64cfee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@
940940
"inherits": ["Target"],
941941
"progen": {"target": "nucleo-l053r8"},
942942
"detect_code": ["0715"],
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
"default_lib": "small",
945945
"release_versions": ["2"]
946946
},
@@ -953,7 +953,7 @@
953953
"inherits": ["Target"],
954954
"progen": {"target": "nucleo-l073rz"},
955955
"detect_code": ["0760"],
956-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
956+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
957957
"release_versions": ["2", "5"]
958958
},
959959
"NUCLEO_L152RE": {

0 commit comments

Comments
 (0)