We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fa0a9 commit 19f797fCopy full SHA for 19f797f
records/board/max32625mbed.yaml
@@ -4,3 +4,4 @@ common:
4
- source/board/max32625mbed.c
5
family:
6
- source/family/maxim/max32625/target.c
7
+ - source/family/maxim/target_reset_max32xxx.c
source/board/max32625mbed.c
@@ -25,7 +25,7 @@
25
const board_info_t g_board_info = {
26
.info_version = kBoardInfoVersion,
27
.board_id = "0415",
28
- .family_id = kStub_HWReset_FamilyID,
+ .family_id = kMaxim_MAX3262X_FamilyID,
29
.flags = kEnablePageErase,
30
.target_cfg = &target_device,
31
.daplink_url_name = "MAX32625HTM",
source/family/maxim/max32620/target_reset.c
0 commit comments