Skip to content

Commit f02d3cc

Browse files
authored
[bsp][stm32][stm32h723-st-nucleo] fix bug#9995 : startup file names change to H723 (#10137)
[bsp][stm32][stm32h723-st-nucleo] fix bug ##9995 : startup file names change to H723
1 parent 151c7a6 commit f02d3cc

File tree

5 files changed

+198
-190
lines changed

5 files changed

+198
-190
lines changed

bsp/stm32/stm32h723-st-nucleo/.config

Lines changed: 42 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,92 +10,104 @@ CONFIG_BOARD_STM32H723_NUCLEO=y
1010
#
1111

1212
#
13-
# ------------rt_memset options------------
13+
# rt_vsnprintf options
14+
#
15+
# CONFIG_RT_KLIBC_USING_LIBC_VSNPRINTF is not set
16+
# CONFIG_RT_KLIBC_USING_VSNPRINTF_LONGLONG is not set
17+
# CONFIG_RT_KLIBC_USING_VSNPRINTF_STANDARD is not set
18+
# end of rt_vsnprintf options
19+
20+
#
21+
# rt_vsscanf options
22+
#
23+
# CONFIG_RT_KLIBC_USING_LIBC_VSSCANF is not set
24+
# end of rt_vsscanf options
25+
26+
#
27+
# rt_memset options
1428
#
1529
# CONFIG_RT_KLIBC_USING_USER_MEMSET is not set
1630
# CONFIG_RT_KLIBC_USING_LIBC_MEMSET is not set
1731
# CONFIG_RT_KLIBC_USING_TINY_MEMSET is not set
32+
# end of rt_memset options
1833

1934
#
20-
# ------------rt_memcpy options------------
35+
# rt_memcpy options
2136
#
2237
# CONFIG_RT_KLIBC_USING_USER_MEMCPY is not set
2338
# CONFIG_RT_KLIBC_USING_LIBC_MEMCPY is not set
2439
# CONFIG_RT_KLIBC_USING_TINY_MEMCPY is not set
40+
# end of rt_memcpy options
2541

2642
#
27-
# ------------rt_memmove options------------
43+
# rt_memmove options
2844
#
2945
# CONFIG_RT_KLIBC_USING_USER_MEMMOVE is not set
3046
# CONFIG_RT_KLIBC_USING_LIBC_MEMMOVE is not set
47+
# end of rt_memmove options
3148

3249
#
33-
# ------------rt_memcmp options------------
50+
# rt_memcmp options
3451
#
3552
# CONFIG_RT_KLIBC_USING_USER_MEMCMP is not set
3653
# CONFIG_RT_KLIBC_USING_LIBC_MEMCMP is not set
54+
# end of rt_memcmp options
3755

3856
#
39-
# ------------rt_strstr options------------
57+
# rt_strstr options
4058
#
4159
# CONFIG_RT_KLIBC_USING_USER_STRSTR is not set
4260
# CONFIG_RT_KLIBC_USING_LIBC_STRSTR is not set
61+
# end of rt_strstr options
4362

4463
#
45-
# ------------rt_strcasecmp options------------
64+
# rt_strcasecmp options
4665
#
4766
# CONFIG_RT_KLIBC_USING_USER_STRCASECMP is not set
67+
# end of rt_strcasecmp options
4868

4969
#
50-
# ------------rt_strncpy options------------
70+
# rt_strncpy options
5171
#
5272
# CONFIG_RT_KLIBC_USING_USER_STRNCPY is not set
5373
# CONFIG_RT_KLIBC_USING_LIBC_STRNCPY is not set
74+
# end of rt_strncpy options
5475

5576
#
56-
# ------------rt_strcpy options------------
77+
# rt_strcpy options
5778
#
5879
# CONFIG_RT_KLIBC_USING_USER_STRCPY is not set
5980
# CONFIG_RT_KLIBC_USING_LIBC_STRCPY is not set
81+
# end of rt_strcpy options
6082

6183
#
62-
# ------------rt_strncmp options------------
84+
# rt_strncmp options
6385
#
6486
# CONFIG_RT_KLIBC_USING_USER_STRNCMP is not set
6587
# CONFIG_RT_KLIBC_USING_LIBC_STRNCMP is not set
88+
# end of rt_strncmp options
6689

6790
#
68-
# ------------rt_strcmp options------------
91+
# rt_strcmp options
6992
#
7093
# CONFIG_RT_KLIBC_USING_USER_STRCMP is not set
7194
# CONFIG_RT_KLIBC_USING_LIBC_STRCMP is not set
95+
# end of rt_strcmp options
7296

7397
#
74-
# ------------rt_strlen options------------
98+
# rt_strlen options
7599
#
76100
# CONFIG_RT_KLIBC_USING_USER_STRLEN is not set
77101
# CONFIG_RT_KLIBC_USING_LIBC_STRLEN is not set
102+
# end of rt_strlen options
78103

79104
#
80-
# ------------rt_strlen options------------
81-
#
82-
83-
#
84-
# ------------rt_strnlen options------------
105+
# rt_strnlen options
85106
#
86107
# CONFIG_RT_KLIBC_USING_USER_STRNLEN is not set
108+
# end of rt_strnlen options
87109

88-
#
89-
# ------------rt_vsscanf options------------
90-
#
91-
# CONFIG_RT_KLIBC_USING_LIBC_VSSCANF is not set
92-
93-
#
94-
# ------------rt_vsnprintf options------------
95-
#
96-
# CONFIG_RT_KLIBC_USING_LIBC_VSNPRINTF is not set
97-
# CONFIG_RT_KLIBC_USING_VSNPRINTF_LONGLONG is not set
98-
# CONFIG_RT_KLIBC_USING_VSNPRINTF_STANDARD is not set
110+
# CONFIG_RT_UTEST_TC_USING_KLIBC is not set
99111
# end of klibc options
100112

101113
CONFIG_RT_NAME_MAX=8
@@ -132,6 +144,7 @@ CONFIG_RT_DEBUGING_ASSERT=y
132144
CONFIG_RT_DEBUGING_COLOR=y
133145
CONFIG_RT_DEBUGING_CONTEXT=y
134146
# CONFIG_RT_DEBUGING_AUTO_INIT is not set
147+
# CONFIG_RT_USING_CI_ACTION is not set
135148

136149
#
137150
# Inter-Thread communication
@@ -227,6 +240,7 @@ CONFIG_RT_USING_SERIAL_V1=y
227240
# CONFIG_RT_USING_SERIAL_V2 is not set
228241
CONFIG_RT_SERIAL_USING_DMA=y
229242
CONFIG_RT_SERIAL_RB_BUFSZ=64
243+
# CONFIG_RT_USING_SERIAL_BYPASS is not set
230244
# CONFIG_RT_USING_CAN is not set
231245
# CONFIG_RT_USING_CPUTIME is not set
232246
# CONFIG_RT_USING_I2C is not set
@@ -1263,6 +1277,7 @@ CONFIG_BOARD_SERIES_STM32_NUCLEO_144=y
12631277
#
12641278
CONFIG_BSP_USING_GPIO=y
12651279
CONFIG_BSP_USING_UART=y
1280+
CONFIG_BSP_STM32_UART_V1_TX_TIMEOUT=6000
12661281
CONFIG_BSP_USING_UART3=y
12671282
# CONFIG_BSP_USING_CRC is not set
12681283
# CONFIG_BSP_USING_RNG is not set

bsp/stm32/stm32h723-st-nucleo/board/SConscript

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ path += [cwd + '/CubeMX_Config/Inc']
1515
startup_path_prefix = SDK_LIB
1616

1717
if rtconfig.PLATFORM in ['gcc']:
18-
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s']
18+
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h723xx.s']
1919
elif rtconfig.PLATFORM in ['armcc', 'armclang']:
20-
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s']
20+
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h723xx.s']
2121
elif rtconfig.PLATFORM in ['iccarm']:
22-
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h743xx.s']
22+
src += [startup_path_prefix + '/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h723xx.s']
2323

24-
# STM32H743xx || STM32H750xx || STM32F753xx
24+
# STM32H743xx || STM32H750xx || STM32F753xx || STM32H723xx
2525
# You can select chips from the list above
26-
CPPDEFINES = ['STM32H743xx']
26+
CPPDEFINES = ['STM32H723xx']
2727
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
2828

2929
Return('group')

0 commit comments

Comments
 (0)