Skip to content

Commit

Permalink
autodiscover new nrf52840dk on openocd
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jun 28, 2024
1 parent 02200af commit 26c8878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tockloader/openocd.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def _list_emulators(self):
# openocd output, board is the name in the known boards struct.
magic_strings_boards = [
("J-Link OB-SAM3U128-V2-NordicSemi", "nrf52dk"),
("J-Link OB-nRF5340-NordicSemi", "nrf52dk"),
("(mfg: 0x049 (Xilinx), part: 0x3631, ver: 0x1)", "arty"),
("SWD DPIDR 0x2ba01477", "microbit_v2"),
("stm32f4x.cpu", "stm32f4discovery"),
Expand Down

0 comments on commit 26c8878

Please sign in to comment.