Skip to content

Commit 1bdade9

Browse files
committed
Use GCC small build for 64K flash STM32
1 parent 842546d commit 1bdade9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hal/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@
616616
"progen": {"target": "nucleo-f030r8"},
617617
"detect_code": ["0725"],
618618
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
619+
"default_build": "small",
619620
"release_versions": ["2"]
620621
},
621622
"NUCLEO_F031K6": {
@@ -924,6 +925,7 @@
924925
"progen": {"target": "nucleo-l053r8"},
925926
"detect_code": ["0715"],
926927
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
928+
"default_build": "small",
927929
"release_versions": ["2"]
928930
},
929931
"NUCLEO_L073RZ": {
@@ -1075,6 +1077,7 @@
10751077
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
10761078
"progen": {"target": "disco-l053c8"},
10771079
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1080+
"default_build": "small",
10781081
"release_versions": ["2"]
10791082
},
10801083
"DISCO_F746NG": {

0 commit comments

Comments
 (0)