Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analog Devices Inc. (ADI) Updates #986

Merged
merged 6 commits into from
Nov 22, 2022

Conversation

ozersa
Copy link
Contributor

@ozersa ozersa commented Nov 21, 2022

  • Update flash blob for MAX32666 (to support two flash block)
  • Increase reset wait time for ADI customer reset function
  • Add MAX32670 device support
  • Add MAX32650 device support

ozersa and others added 5 commits November 19, 2022 12:48
Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
It requires for MAX32650, can be used for all existing ADI devices

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
@mathias-arm
Copy link
Collaborator

MAX32670 and MAX32650 seem to have CMSIS packs. Would you mind adding the CMSIS DAP 2.1 additional information for target and board? Here are some existing examples:

target_cfg_t target_device = {
[...]
    .target_vendor                  = "Maxim",
    .target_part_number             = "MAX32666",
};
const board_info_t g_board_info = {
[...]
    .board_vendor = "Maxim Integrated",
    .board_name = "MAX32666FTHR",
};

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
@ozersa
Copy link
Contributor Author

ozersa commented Nov 22, 2022

MAX32670 and MAX32650 seem to have CMSIS packs. Would you mind adding the CMSIS DAP 2.1 additional information for target and board? Here are some existing examples:

target_cfg_t target_device = {
[...]
    .target_vendor                  = "Maxim",
    .target_part_number             = "MAX32666",
};
const board_info_t g_board_info = {
[...]
    .board_vendor = "Maxim Integrated",
    .board_name = "MAX32666FTHR",
};

Done, thanks for remind that.

@mathias-arm mathias-arm merged commit d2db0d5 into ARMmbed:develop Nov 22, 2022
@ozersa ozersa deleted the dev-ADI_Devices branch November 22, 2022 20:15
@mbrossard mbrossard added this to the v0258 milestone Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants