Skip to content

Commit d2db0d5

Browse files
ozersamathias-arm
authored andcommitted
Add CMSIS DAP 2.1 additional information for target and board
Signed-off-by: Sadik.Ozer <[email protected]>
1 parent 074b6f9 commit d2db0d5

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

source/board/max32650fthr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ const board_info_t g_board_info = {
3030
.target_cfg = &target_device,
3131
.daplink_url_name = "MAX32650HTM",
3232
.daplink_target_url = "http://www.maximintegrated.com/max32650FTHR",
33+
.board_vendor = "Maxim Integrated",
34+
.board_name = "MAX32650FTHR",
3335
};

source/board/max32670evkit.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ const board_info_t g_board_info = {
3030
.target_cfg = &target_device,
3131
.daplink_url_name = "MAX32670HTM",
3232
.daplink_target_url = "http://www.maximintegrated.com/max32670evkit",
33+
.board_vendor = "Maxim Integrated",
34+
.board_name = "MAX32670EVKIT",
3335
};

source/family/maxim/max32650/target.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ target_cfg_t target_device = {
3333
.flash_regions[0].flash_algo = (program_target_t *) &flash,
3434
.ram_regions[0].start = 0x20000000,
3535
.ram_regions[0].end = 0x20000000 + MB(1),
36+
.target_vendor = "Maxim",
37+
.target_part_number = "MAX32650",
3638
};

source/family/maxim/max32670/target.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ target_cfg_t target_device = {
3333
.flash_regions[0].flash_algo = (program_target_t *) &flash,
3434
.ram_regions[0].start = 0x20000000,
3535
.ram_regions[0].end = 0x20000000 + KB(160),
36+
.target_vendor = "Maxim",
37+
.target_part_number = "MAX32670",
3638
};

0 commit comments

Comments
 (0)