Skip to content

Commit 6813fe5

Browse files
committed
Update board template to reference G0
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 08d6b13 commit 6813fe5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

variants/board_template/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
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, H7, L0, L1, L4, WB)
25+
* where 'YY' could be F0, F1, F2, F3, F4, F7, G0, H7, L0, L1, L4, WB)
2626
*/

variants/board_template/stm32yyxx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* from ../../system/Drivers/STM32YYxx_HAL_Driver/Inc/stm32yyxx_hal_conf_template.h
44
* to
55
* stm32yyxx_hal_conf.h
6-
* where 'yy' could be f0, f1, f2, f3, f4, f7, h7, l0, l1, l4, wb)
6+
* where 'yy' could be f0, f1, f2, f3, f4, g0, f7, h7, l0, l1, l4, wb)
77
*
88
* Example for a STM32 F4 based board:
99
* cp ../../system/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h stm32f4xx_hal_conf.h

variants/board_template/variant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ WEAK void SystemClock_Config(void)
160160
// available in src/main.c
161161
// or
162162
// copied from a STM32CubeYY project examples
163-
// where 'YY' could be F0, F1, F2, F3, F4, F7, H7, L0, L1, L4, WB
163+
// where 'YY' could be F0, F1, F2, F3, F4, F7, G0, H7, L0, L1, L4, WB
164164
}
165165

166166
#ifdef __cplusplus

0 commit comments

Comments
 (0)