Skip to content

Commit 4650233

Browse files
Renamed some boards with better names
1 parent bd50e1d commit 4650233

135 files changed

Lines changed: 460 additions & 460 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -39,73 +39,73 @@ include(miosix/cmake/miosix_link_target.cmake)
3939
#-----------------------------------------------------------------------------#
4040

4141
add_executable(main main.cpp)
42-
miosix_link_target(main stm32f407vg_stm32f4discovery)
42+
miosix_link_target(main stm32f407vg_discovery)
4343

4444
add_executable(asm miosix/_examples/asm/main.s)
45-
miosix_link_target(asm stm32f407vg_stm32f4discovery)
45+
miosix_link_target(asm stm32f407vg_discovery)
4646

4747
add_executable(atsam4l_lcd miosix/_examples/atsam4l_lcd/main.cpp)
4848
miosix_link_target(atsam4l_lcd atsam4lc2aa_generic)
4949

5050
add_executable(blinking_led miosix/_examples/blinking_led/simple.cpp)
51-
miosix_link_target(blinking_led stm32f429zi_stm32f4discovery)
51+
miosix_link_target(blinking_led stm32f429zi_discovery)
5252

5353
add_executable(datalogger
5454
miosix/_examples/datalogger/main.cpp
5555
miosix/_examples/datalogger/Logger.cpp
5656
)
5757
target_link_libraries(datalogger PUBLIC tscpp)
58-
miosix_link_target(datalogger stm32f407vg_stm32f4discovery)
58+
miosix_link_target(datalogger stm32f407vg_discovery)
5959

6060
add_executable(hd44780 miosix/_examples/hd44780/hd44780.cpp)
61-
miosix_link_target(hd44780 stm32f407vg_stm32f4discovery)
61+
miosix_link_target(hd44780 stm32f407vg_discovery)
6262

6363
add_executable(ir_decoder miosix/_examples/ir_decoder/ir_decoder.cpp)
64-
miosix_link_target(ir_decoder stm32f407vg_stm32f4discovery)
64+
miosix_link_target(ir_decoder stm32f407vg_discovery)
6565

6666
add_executable(led_display miosix/_examples/led_display/main.cpp)
67-
miosix_link_target(led_display stm32f100rb_stm32vldiscovery)
67+
miosix_link_target(led_display stm32f100rb_discovery)
6868

6969
add_executable(sad_trombone
7070
miosix/_examples/sad_trombone/main.cpp
7171
miosix/_examples/sad_trombone/player.cpp
7272
miosix/_examples/sad_trombone/adpcm.c
7373
)
74-
miosix_link_target(sad_trombone stm32f407vg_stm32f4discovery)
74+
miosix_link_target(sad_trombone stm32f407vg_discovery)
7575

7676
add_executable(servo-prompt miosix/_examples/servo/prompt.cpp)
77-
miosix_link_target(servo-prompt stm32f407vg_stm32f4discovery)
77+
miosix_link_target(servo-prompt stm32f407vg_discovery)
7878

7979
add_executable(servo-sweep miosix/_examples/servo/sweep.cpp)
80-
miosix_link_target(servo-sweep stm32f407vg_stm32f4discovery)
80+
miosix_link_target(servo-sweep stm32f407vg_discovery)
8181

8282
add_executable(streamwriter miosix/_examples/streamwriter/streamwriter.cpp)
83-
miosix_link_target(streamwriter stm32f407vg_stm32f4discovery)
83+
miosix_link_target(streamwriter stm32f407vg_discovery)
8484

8585
add_executable(termios miosix/_examples/termios/main.cpp)
86-
miosix_link_target(termios stm32f407vg_stm32f4discovery)
86+
miosix_link_target(termios stm32f407vg_discovery)
8787

8888
add_executable(thread_native miosix/_examples/thread_native/native_thread_example.cpp)
89-
miosix_link_target(thread_native stm32f407vg_stm32f4discovery)
89+
miosix_link_target(thread_native stm32f407vg_discovery)
9090

9191
add_executable(thread_pthread miosix/_examples/thread_pthread/pthread_example.cpp)
92-
miosix_link_target(thread_pthread stm32f407vg_stm32f4discovery)
92+
miosix_link_target(thread_pthread stm32f407vg_discovery)
9393

9494
#-----------------------------------------------------------------------------#
9595
# Others #
9696
#-----------------------------------------------------------------------------#
9797

9898
add_executable(delay_test miosix/_tools/delay_test/delay_test.cpp)
99-
miosix_link_target(delay_test stm32f407vg_stm32f4discovery)
99+
miosix_link_target(delay_test stm32f407vg_discovery)
100100

101101
add_executable(feedforward_profiling miosix/_tools/feedforward_profiling/test.cpp)
102-
miosix_link_target(feedforward_profiling stm32f407vg_stm32f4discovery)
102+
miosix_link_target(feedforward_profiling stm32f407vg_discovery)
103103

104104
add_executable(fs_backend miosix/_tools/fs_backend/backend_benchmark.cpp)
105-
miosix_link_target(fs_backend stm32f407vg_stm32f4discovery)
105+
miosix_link_target(fs_backend stm32f407vg_discovery)
106106

107107
add_executable(fs_misc_testcode miosix/_tools/fs_misc_testcode/dirlist.cpp)
108-
miosix_link_target(fs_misc_testcode stm32f407vg_stm32f4discovery)
108+
miosix_link_target(fs_misc_testcode stm32f407vg_discovery)
109109

110110
# To build this entrypoint remember to:
111111
# - Define WITH_PROCESSES in miosix_settings.h
@@ -117,64 +117,64 @@ miosix_link_target(fs_misc_testcode stm32f407vg_stm32f4discovery)
117117
# PRE_BUILD COMMAND make
118118
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/miosix/_tools/processes/process_template
119119
# )
120-
# miosix_link_target(processes stm32f407vg_stm32f4discovery)
120+
# miosix_link_target(processes stm32f407vg_discovery)
121121

122122
add_executable(ram_test
123123
miosix/_tools/ram_test/main.cpp
124124
miosix/_tools/ram_test/sha1.cpp
125125
)
126-
miosix_link_target(ram_test stm32f407vg_stm32f4discovery)
126+
miosix_link_target(ram_test stm32f407vg_discovery)
127127

128128
# If you want to test the MPU remember to run build.sh in miosix/_tools/testsuite
129129
# add_executable(testsuite miosix/_tools/testsuite/testsuite.cpp)
130-
# miosix_link_target(testsuite stm32f407vg_stm32f4discovery)
130+
# miosix_link_target(testsuite stm32f407vg_discovery)
131131

132132
# Build the testsuite for all supported boards to test compilation
133133
set(TESTSUITE_BOARDS
134134
lpc2138_miosix_board
135-
# stm32f072rb_stm32f0discovery
135+
# stm32f072rb_discovery
136136
efm32gg332f1024_wandstem
137137
# stm32f100c8_microboard
138138
# stm32f100c8_vaisala_rs41
139139
# stm32f100cb_tempsensor
140140
# stm32f100cx_generic
141-
# stm32f100rb_stm32vldiscovery
141+
# stm32f100rb_discovery
142142
stm32f100rc_solertegiard
143143
# stm32f103c8_breakout
144144
# stm32f103cb_als_mainboard_rev2
145145
# stm32f103cx_generic
146146
stm32f103ve_mp3v2
147147
stm32f103ve_strive_mini
148148
stm32f103ze_redbull_v2
149-
stm32f103ze_stm3210e-eval
149+
stm32f103ze_evaluation
150150
stm32f205_generic
151151
stm32f205rc_skyward_stormtrooper
152-
stm32f205rg_sony-newman
153-
stm32f207ig_stm3220g-eval
152+
stm32f205rg_sony_newman
153+
stm32f207ig_evaluation
154154
stm32f207ze_als_camboard
155-
stm32f207zg_EthBoardV2
155+
stm32f207zg_ethboard_v2
156156
stm32f207zg_nucleo
157157
# stm32l151c8_als_mainboard
158158
# atsam4lcc
159-
stm32f303vc_stm32f3discovery
159+
stm32f303vc_discovery
160160
stm32f401re_nucleo
161-
stm32f401vc_stm32f4discovery
161+
stm32f401vc_discovery
162162
stm32f407vg_bitsboard
163-
stm32f407vg_stm32f4discovery
163+
stm32f407vg_discovery
164164
stm32f407vg_thermal_test_chip
165165
stm32f411ce_blackpill
166166
stm32f411re_nucleo
167167
stm32f429zi_oledboard2
168168
stm32f429zi_skyward_anakin
169169
stm32f429zi_skyward_homeone
170-
stm32f429zi_stm32f4discovery
171-
stm32f469ni_stm32f469i-disco
170+
stm32f429zi_discovery
171+
stm32f469ni_discovery
172172
stm32l4r9zi_sensortile
173173
stm32l476rg_nucleo
174174
stm32f746zg_nucleo
175175
stm32f767zi_nucleo
176176
# stm32f769ni_discovery
177-
stm32h753xi_eval
177+
stm32h753xi_evaluation
178178
)
179179
foreach(OPT_BOARD ${TESTSUITE_BOARDS})
180180
add_executable(testsuite-${OPT_BOARD} miosix/_tools/testsuite/testsuite.cpp)

miosix/_doc/textdoc/stm32-bootloader.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Loading code using the bootloader in external RAM
4141
1) Make sure Miosix is configured to run from the STM32'e external RAM:
4242
in miosix/config/Makefile.inc options:
4343

44-
OPT_BOARD := stm32f103ze_stm3210e-eval
44+
OPT_BOARD := stm32f103ze_evaluation
4545

4646
LINKER_SCRIPT := $(LINKER_SCRIPT_PATH)stm32_512k+64k_all_in_xram.ld
4747

@@ -76,7 +76,7 @@ interrupts @ 0x6800000, or Miosix will fail at the first interrupt.
7676

7777
Then run openocd in a shell:
7878

79-
sudo openocd -f miosix/arch/cortexM3_stm32f1/stm32f103ze_stm3210e-eval/stm32f10x_eval.cfg
79+
sudo openocd -f miosix/arch/cortexM3_stm32f1/stm32f103ze_evaluation/stm32f10x_evaluation.cfg
8080

8181
and in another shell type:
8282

@@ -103,7 +103,7 @@ In miosix/config/Makefile.inc
103103

104104
select:
105105

106-
OPT_BOARD := stm32f103ze_stm3210e-eval
106+
OPT_BOARD := stm32f103ze_evaluation
107107

108108
LINKER_SCRIPT := $(LINKER_SCRIPT_PATH)stm32_512k+64k_rom.ld
109109

miosix/_examples/sad_trombone/Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This example supports the following two boards:
99
===================
1010

1111
This board has a builting I2S audio DAC, just configure the kernel for
12-
this board (OPT_BOARD := stm32f407vg_stm32f4discovery in Makefile.inc),
12+
this board (OPT_BOARD := stm32f407vg_discovery in Makefile.inc),
1313
make; make program and plug headphone jack to the board's connector.
1414

1515
2) stm32vldiscovery

miosix/arch/cortexM0_stm32f0/common/interfaces-impl/portability_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const int stackPtrOffsetInCtxsave=0; ///< Allows to locate the stack pointer
7171
* barrier IRQfindNextThread() would occasionally read the previous value and
7272
* perform a context switch while the kernel was paused, leading to deadlock.
7373
* The failure was only observed within the exception_test() in the testsuite
74-
* running on the stm32f429zi_stm32f4discovery.
74+
* running on the stm32f429zi_discovery.
7575
*/
7676

7777
#define saveContext() \

miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/core/stage_1_boot.cpp renamed to miosix/arch/cortexM0_stm32f0/stm32f072rb_discovery/core/stage_1_boot.cpp

File renamed without changes.

miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/interfaces-impl/bsp.cpp renamed to miosix/arch/cortexM0_stm32f0/stm32f072rb_discovery/interfaces-impl/bsp.cpp

File renamed without changes.

miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/interfaces-impl/bsp_impl.h renamed to miosix/arch/cortexM0_stm32f0/stm32f072rb_discovery/interfaces-impl/bsp_impl.h

File renamed without changes.

miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/stm32_128k+16k_rom.ld renamed to miosix/arch/cortexM0_stm32f0/stm32f072rb_discovery/stm32_128k+16k_rom.ld

File renamed without changes.

miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/stm32vldiscovery.cfg renamed to miosix/arch/cortexM0_stm32f0/stm32f072rb_discovery/stm32vldiscovery.cfg

File renamed without changes.

miosix/arch/cortexM3_efm32gg/common/interfaces-impl/portability_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const int stackPtrOffsetInCtxsave=0; ///< Allows to locate the stack pointer
7272
* barrier IRQfindNextThread() would occasionally read the previous value and
7373
* perform a context switch while the kernel was paused, leading to deadlock.
7474
* The failure was only observed within the exception_test() in the testsuite
75-
* running on the stm32f429zi_stm32f4discovery.
75+
* running on the stm32f429zi_discovery.
7676
*/
7777
#define saveContext() \
7878
{ \

0 commit comments

Comments
 (0)