Skip to content

Commit 82dc86e

Browse files
authored
Merge pull request #1006 from trunet/add-nucleo-stm32l432kc
add NUCLEO-L432KC board support
2 parents cd502a7 + 3ea5144 commit 82dc86e

File tree

4 files changed

+51357
-1
lines changed

4 files changed

+51357
-1
lines changed

pyocd/board/board_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(self, name, target, binary):
121121
"0760": BoardInfo( "NUCLEO-L073RZ", "stm32l073rztx", None, ),
122122
"0764": BoardInfo( "DISCO-L475VG-IOT01A", "stm32l475xg", "stm32l475vg_iot01a.bin",),
123123
"0765": BoardInfo( "NUCLEO-L476RG", "stm32l476rgtx", "NUCLEO_L476RG.bin", ),
124-
"0770": BoardInfo( "NUCLEO-L432KC", "stm32l432kcux", None, ),
124+
"0770": BoardInfo( "NUCLEO-L432KC", "stm32l432kcux", "NUCLEO_L432KC.bin", ),
125125
"0774": BoardInfo( "DISCO-L4R9I", "stm32l4r9aiix", None, ),
126126
"0775": BoardInfo( "NUCLEO-F303K8", "stm32f303k8tx", None, ),
127127
"0776": BoardInfo( "NUCLEO-L4R5ZI", "stm32l4r5zitx", None, ),

0 commit comments

Comments
 (0)