Skip to content

Commit

Permalink
Add MAX32670EVKIT board (pyocd#1344)
Browse files Browse the repository at this point in the history
Signed-off-by: Sadik.Ozer <[email protected]>
  • Loading branch information
ozersa authored Feb 28, 2022
1 parent dc657d8 commit 1334c88
Show file tree
Hide file tree
Showing 5 changed files with 9,792 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyocd/board/board_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class BoardInfo(NamedTuple):
"0418": BoardInfo( "MAX32620FTHR", "max32620", "max32620fthr.bin", ),
"0420": BoardInfo( "MAX32630HSP3", "max32630", None ),
"0421": BoardInfo( "MAX32660EVSYS", "max32660", "max32660evsys.bin", ),
"0424": BoardInfo( "MAX32670EVKIT", "max32670", "max32670evkit.bin", ),
"0451": BoardInfo( "MTB MXChip EMW3166", "stm32f412xg", "mtb_mxchip_emw3166.bin",),
"0459": BoardInfo( "MTB Advantech WISE-1530", "stm32f412xg", "mtb_wise-1530.bin", ),
"0462": BoardInfo( "MTB USI WM-BN-BM-22", "stm32f412xg", "mtb_usi_wm-bn-bm-22.bin",),
Expand Down
Loading

0 comments on commit 1334c88

Please sign in to comment.