Skip to content

Commit 5908e44

Browse files
committed
STM32F3 : Fix RTOS GCC_ARM test failed.
remove target with RAM too small for RTOS GCC_ARM. since newlib is used for RTOS re-entrance suport instead of nano-newlib : Heap size is reduced because sdata and bss have increased.
1 parent a1bd087 commit 5908e44

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hal/targets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@
715715
"progen": {"target": "nucleo-f302r8"},
716716
"detect_code": ["0705"],
717717
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
718+
"default_build": "small",
718719
"release_versions": ["2"]
719720
},
720721
"NUCLEO_F303K8": {
@@ -726,6 +727,7 @@
726727
"inherits": ["Target"],
727728
"progen": {"target": "nucleo-f303k8"},
728729
"detect_code": ["0775"],
730+
"default_build": "small",
729731
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
730732
"release_versions": ["2"]
731733
},
@@ -751,6 +753,7 @@
751753
"progen": {"target": "nucleo-f334r8"},
752754
"detect_code": ["0735"],
753755
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
756+
"default_build": "small",
754757
"release_versions": ["2"]
755758
},
756759
"NUCLEO_F401RE": {
@@ -1025,7 +1028,8 @@
10251028
"progen": {"target": "disco-f334c8"},
10261029
"detect_code": ["0810"],
10271030
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1028-
"release_versions": ["2"]
1031+
"default_build": "small",
1032+
"release_versions": ["2"]
10291033
},
10301034
"DISCO_F407VG": {
10311035
"inherits": ["Target"],

0 commit comments

Comments
 (0)