Skip to content

Commit 2a7d364

Browse files
authored
Merge pull request #2301 from bridadan/enable-f429zi-rz_a1h-v5
Enable v5 release for NUCLEO_F429ZI and RZ_A1H
2 parents 6973ee6 + eacbc93 commit 2a7d364

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
@@ -793,7 +793,7 @@
793793
"progen": {"target": "nucleo-f429zi"},
794794
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
795795
"detect_code": ["0796"],
796-
"release_versions": ["2"]
796+
"release_versions": ["2", "5"]
797797
},
798798
"NUCLEO_F446RE": {
799799
"supported_form_factors": ["ARDUINO", "MORPHO"],
@@ -1635,7 +1635,7 @@
16351635
},
16361636
"device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
16371637
"features": ["IPV4"],
1638-
"release_versions": ["2"]
1638+
"release_versions": ["2", "5"]
16391639
},
16401640
"VK_RZ_A1H": {
16411641
"inherits": ["Target"],

0 commit comments

Comments
 (0)