Skip to content

Commit b61f787

Browse files
committed
Add Nucleo L152RE in the menu
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 0c3e666 commit b61f787

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

boards.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,20 @@ Nucleo_64.menu.board_part_num.NUCLEO_L053R8.build.variant=NUCLEO_L053R8
171171
Nucleo_64.menu.board_part_num.NUCLEO_L053R8.build.cmsis_lib_gcc=arm_cortexM0l_math
172172
Nucleo_64.menu.board_part_num.NUCLEO_L053R8.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx} -D__CORTEX_SC=0
173173

174+
# NUCLEO_L152RE board
175+
# Support: Serial1 (USART1 on PA10, PA9) and Serial2 (UART4 on PC11, PC10)
176+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE=Nucleo L152RE
177+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.node="NODE_L152RE,NUCLEO"
178+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.upload.maximum_size=524288
179+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.upload.maximum_data_size=81920
180+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.mcu=cortex-m3
181+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.f_cpu=32000000L
182+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.board=NUCLEO_L152RE
183+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.series=STM32L1xx
184+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.product_line=STM32L152xE
185+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.variant=NUCLEO_L152RE
186+
Nucleo_64.menu.board_part_num.NUCLEO_L152RE.build.cmsis_lib_gcc=arm_cortexM3l_math
187+
174188
# NUCLEO_L476RG board
175189
# Support: Serial1 (USART1 on PA10, PA9)
176190
Nucleo_64.menu.board_part_num.NUCLEO_L476RG=Nucleo L476RG

0 commit comments

Comments
 (0)