Skip to content

Commit

Permalink
unified apollo3 and apollo3p reset sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-nmi committed Sep 22, 2024
1 parent afa066b commit 45e8793
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 384 deletions.
2 changes: 1 addition & 1 deletion records/board/nm180410.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ common:
- source/board/nm180410.c
family:
- source/family/ambiq/ama3b1kk/target.c
- source/family/ambiq/ama3b1kk/target_reset.c
- source/family/ambiq/target_reset_ama3bx.c
2 changes: 1 addition & 1 deletion records/board/nm180411.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ common:
- source/board/nm180411.c
family:
- source/family/ambiq/ama3b2kk/target.c
- source/family/ambiq/ama3b2kk/target_reset.c
- source/family/ambiq/target_reset_ama3bx.c
2 changes: 1 addition & 1 deletion source/board/nm180410.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

const board_info_t g_board_info = {
.info_version = kBoardInfoVersion,
.family_id = kAmbiq_ama3b1kk_FamilyID,
.family_id = kAmbiq_ama3bxkk_FamilyID,
.target_cfg = &target_device,
.daplink_url_name = "NMI HTM",
.daplink_drive_name = "NMI ",
Expand Down
2 changes: 1 addition & 1 deletion source/board/nm180411.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

const board_info_t g_board_info = {
.info_version = kBoardInfoVersion,
.family_id = kAmbiq_ama3b2kk_FamilyID,
.family_id = kAmbiq_ama3bxkk_FamilyID,
.target_cfg = &target_device,
.daplink_url_name = "NMI HTM",
.daplink_drive_name = "NMI ",
Expand Down
188 changes: 0 additions & 188 deletions source/family/ambiq/ama3b1kk/target_reset.c

This file was deleted.

Loading

0 comments on commit 45e8793

Please sign in to comment.