File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,6 @@ const board_info_t g_board_info = {
30
30
.target_cfg = & target_device ,
31
31
.daplink_url_name = "MAX32650HTM" ,
32
32
.daplink_target_url = "http://www.maximintegrated.com/max32650FTHR" ,
33
+ .board_vendor = "Maxim Integrated" ,
34
+ .board_name = "MAX32650FTHR" ,
33
35
};
Original file line number Diff line number Diff line change @@ -30,4 +30,6 @@ const board_info_t g_board_info = {
30
30
.target_cfg = & target_device ,
31
31
.daplink_url_name = "MAX32670HTM" ,
32
32
.daplink_target_url = "http://www.maximintegrated.com/max32670evkit" ,
33
+ .board_vendor = "Maxim Integrated" ,
34
+ .board_name = "MAX32670EVKIT" ,
33
35
};
Original file line number Diff line number Diff line change @@ -33,4 +33,6 @@ target_cfg_t target_device = {
33
33
.flash_regions [0 ].flash_algo = (program_target_t * ) & flash ,
34
34
.ram_regions [0 ].start = 0x20000000 ,
35
35
.ram_regions [0 ].end = 0x20000000 + MB (1 ),
36
+ .target_vendor = "Maxim" ,
37
+ .target_part_number = "MAX32650" ,
36
38
};
Original file line number Diff line number Diff line change @@ -33,4 +33,6 @@ target_cfg_t target_device = {
33
33
.flash_regions [0 ].flash_algo = (program_target_t * ) & flash ,
34
34
.ram_regions [0 ].start = 0x20000000 ,
35
35
.ram_regions [0 ].end = 0x20000000 + KB (160 ),
36
+ .target_vendor = "Maxim" ,
37
+ .target_part_number = "MAX32670" ,
36
38
};
You can’t perform that action at this time.
0 commit comments