Skip to content

Commit

Permalink
Merge pull request #656 from jeromecoutant/PR_H747
Browse files Browse the repository at this point in the history
STM32H7 boards: add DISCO-H747I and update NUCLEO-H743ZI
  • Loading branch information
flit authored Jun 20, 2019
2 parents 96c125e + bb9c4f6 commit 741e45b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyocd/board/board_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def __init__(self, name, target, binary):
"0805": BoardInfo( "DISCO-L053C8", "stm32l053c8", None, ),
"0810": BoardInfo( "DISCO-F334C8", "stm32f334c8", None, ),
"0812": BoardInfo( "NUCLEO-F722ZE", "stm32f722ze", None, ),
"0813": BoardInfo( "NUCLEO-H743ZI", "stm32h743zi", None, ),
"0813": BoardInfo( "NUCLEO-H743ZI", "stm32h743zitx", None, ),
"0814": BoardInfo( "DISCO-H747I", "stm32h747xihx", None, ),
"0815": BoardInfo( "DISCO-F746NG", "stm32f746ng", None, ),
"0816": BoardInfo( "NUCLEO-F746ZG", "stm32f746zg", None, ),
"0817": BoardInfo( "DISCO-F769NI", "stm32f769ni", None, ),
Expand All @@ -140,6 +141,7 @@ def __init__(self, name, target, binary):
"0830": BoardInfo( "DISCO-F407VG", "stm32f407vg", None, ),
"0833": BoardInfo( "DISCO-L072CZ-LRWAN1", "stm32l072cz", None, ),
"0835": BoardInfo( "NUCLEO-F207ZG", "stm32f207zg", None, ),
"0836": BoardInfo( "NUCLEO-H743ZI2", "stm32h743zitx", None, ),
"0839": BoardInfo( "NUCLEO-WB55RG", "stm32wb55rg", None, ),
"0840": BoardInfo( "B96B-F446VE", "stm32f446ve", None, ),
"0854": BoardInfo( "NUCLEO-L552ZE-Q", "stm32l552ze", None, ),
Expand Down

0 comments on commit 741e45b

Please sign in to comment.