Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c9a704

Browse files
committed
[L5] Update board template to reference L5
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent690d51b commit6c9a704

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎variants/board_template/ldscript.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
/* Copy here linker script for the new STM32 Device
1919
* or
2020
* replace this file by the new one with the same file name
21-
* It could be get thanks STM32CubeMX after code generationfor Toolchain/IDE: 'SW4STM32',
21+
* It could be get thanks STM32CubeMX after code generationfor Toolchain/IDE: 'STM32CubeIDE',
2222
* ldscript will be availabe in the root folder (STM32YYxxxxxx_FLASH.ld)
2323
* or
2424
* copied from a STM32CubeYY project examples
25-
* where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, WB)
25+
* where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4,L5, MP1,WB)
2626
*/

‎variants/board_template/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ extern "C" {
8181
WEAKvoidSystemClock_Config(void)
8282
{
8383
// Here copy the desired System Clock Configuration
84-
// It could be generated thanks STM32CubeMX after code generation for Toolchain/IDE: 'SW4STM32',
84+
// It could be generated thanks STM32CubeMX after code generation for Toolchain/IDE: 'STM32CubeIDE',
8585
// available in src/main.c
8686
// or
8787
// copied from a STM32CubeYY project examples
88-
// where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, MP1, WB
88+
// where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4,L5,MP1, WB
8989
}
9090

9191
#ifdef __cplusplus

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp