Skip to content

Commit 4cf91b9

Browse files
committed
Fix up targets.json to replace instances of default_lib that have crept
across from master during automatic merging, with default_build (which is the correct form for 5.1)
1 parent 0f155b1 commit 4cf91b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

hal/targets.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
"progen": {"target": "nucleo-f030r8"},
617617
"detect_code": ["0725"],
618618
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
619-
"default_lib": "small",
619+
"default_build": "small",
620620
"release_versions": ["2"]
621621
},
622622
"NUCLEO_F031K6": {
@@ -718,7 +718,7 @@
718718
"progen": {"target": "nucleo-f302r8"},
719719
"detect_code": ["0705"],
720720
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
721-
"default_lib": "small",
721+
"default_build": "small",
722722
"release_versions": ["2"]
723723
},
724724
"NUCLEO_F303K8": {
@@ -731,7 +731,7 @@
731731
"inherits": ["Target"],
732732
"progen": {"target": "nucleo-f303k8"},
733733
"detect_code": ["0775"],
734-
"default_lib": "small",
734+
"default_build": "small",
735735
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
736736
"release_versions": ["2"]
737737
},
@@ -769,7 +769,7 @@
769769
"progen": {"target": "nucleo-f334r8"},
770770
"detect_code": ["0735"],
771771
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
772-
"default_lib": "small",
772+
"default_build": "small",
773773
"release_versions": ["2"]
774774
},
775775
"NUCLEO_F401RE": {
@@ -946,7 +946,7 @@
946946
"progen": {"target": "nucleo-l053r8"},
947947
"detect_code": ["0715"],
948948
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
949-
"default_lib": "small",
949+
"default_build": "small",
950950
"release_versions": ["2"]
951951
},
952952
"NUCLEO_L073RZ": {
@@ -1057,7 +1057,7 @@
10571057
"progen": {"target": "disco-f334c8"},
10581058
"detect_code": ["0810"],
10591059
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1060-
"default_lib": "small",
1060+
"default_build": "small",
10611061
"release_versions": ["2"]
10621062
},
10631063
"DISCO_F407VG": {
@@ -1101,7 +1101,7 @@
11011101
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
11021102
"progen": {"target": "disco-l053c8"},
11031103
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1104-
"default_lib": "small",
1104+
"default_build": "small",
11051105
"release_versions": ["2"]
11061106
},
11071107
"DISCO_F746NG": {
@@ -1187,7 +1187,7 @@
11871187
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
11881188
"progen": {"target": "xdot-l151cc"},
11891189
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1190-
"default_lib": "std",
1190+
"default_build": "std",
11911191
"release_versions": ["5"]
11921192
},
11931193
"MOTE_L152RC": {

0 commit comments

Comments
 (0)