Skip to content

Commit 6c9a704

Browse files
committed
[L5] Update board template to reference L5
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 690d51b commit 6c9a704

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: variants/board_template/ldscript.ld

+2-2
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 generation for Toolchain/IDE: 'SW4STM32',
21+
* It could be get thanks STM32CubeMX after code generation for 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
*/

Diff for: variants/board_template/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ extern "C" {
8181
WEAK void SystemClock_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)