Skip to content

Conversation

@ozersa
Copy link
Collaborator

@ozersa ozersa commented Jun 5, 2024

The .shared and .mailbox sections are for the dual-core parts and don’t exist for the MAX32662

This PR requires to fix below github actions for PR: add-MAX32662

https://github.com/zephyrproject-rtos/zephyr/actions/runs/9317652745/job/25649033826?pr=73578

Added a wrapper function to get UART interrupt enable register, which will be used by zephyr UART driver.

MSDK commit: analogdevicesinc/msdk@e836ab4

@ozersa
Copy link
Collaborator Author

ozersa commented Jun 11, 2024

@MaureenHelm FYI.

Copy link
Member

@MaureenHelm MaureenHelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes need to go into the MSDK first

@ozersa
Copy link
Collaborator Author

ozersa commented Jun 12, 2024

These changes need to go into the MSDK first

Its already merged into MSDK/main, please see:

analogdevicesinc/msdk@c3ee3fb
analogdevicesinc/msdk@e836ab4

@ozersa
Copy link
Collaborator Author

ozersa commented Jun 24, 2024

@MaureenHelm it is a kind reminder.

@MaureenHelm
Copy link
Member

This is needed for a new feature (introducing the MAX32662 SoC/board), so let's wait to merge until after v3.7 is released

The .shared and .mailbox sections are for the dual-core parts and
don’t exist for the MAX32662

Signed-off-by: Sadik Ozer <[email protected]>
@ozersa
Copy link
Collaborator Author

ozersa commented Aug 1, 2024

@MaureenHelm it is a kind reminder.

@MaureenHelm MaureenHelm merged commit 3472f94 into zephyrproject-rtos:main Aug 6, 2024
@ozersa ozersa deleted the dev branch August 7, 2024 06:31
petejohanson-adi pushed a commit to petejohanson-adi/hal_adi that referenced this pull request Jul 21, 2025
* MAX32655: Adding Coremark example.

* MAX32520:Adding Coremark example.

* MAX32520: Enabling ICC for Coremark example.

* MAX32655: Enabling ICC for Coremark example.

* MAX32572: Adding Coremark example and updating ICC references to SFCC.

* MAX32520: Updating Coremark example's project.mk.

* MAX32650: Adding Coremark example.

* MAX32650: Enabling ICC for Coremark example.

* MAX32660: Adding Coremark example.

* MAX32662: Adding Coremark example.

* MAX32665: Adding Coremark example.

* MAX32670: Adding Coremark example.

* MAX32672: Adding Coremark example.

* MAX32675: Adding Coremark example.

* MAX32675: Enabling ICC for Coremark example.

* MAX32680: Adding Coremark example.

* MAX78000: Adding Coremark example.

* MAX78002: Adding Coremark example.

* Creating Coremark library and removing all duplicates from each of the Coremark examples.

* Adding a README to each of the Coremark examples.

* Adding 'Coremark' to examples.txt.

* Updating clang-formatting workflows to ignore Coremark library.

* Updating clang format workflows to exclude Coremark example.

* Attempt zephyrproject-rtos#2 to exclude Coremark example from clang-format-check workflow.

* Updating Verify Register workflow to be compatible with forks.

* Updating Verify Register workflow to be compatible with forks. (Attempt 2)

* Verify_Register_SVD: Updated the steps so workflow will finish if no file changes were detected.

* ME55: Updated ICC -> SFCC SVD.

* Verify_Register_SVD: Added ME55 to supported parts list.

* Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)

* Revert "Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)"

This reverts commit 1aea2d31a269855087c1f32ba7201d075c1797c5.

* MAX32690: Adding Coremark example.

* Removing Coremark Library and examples from clang format checks.

* ME55: Added sema_reva2_me55.svd to fixed SVD Action errors.

* ME55: Coremark: Resolving register file differences.

* MAX32690: Adding 'Coremark' to examples.txt.

* Adding comments to Coremark example project.mk's.

* Fixing typo and re-organizing Coremark example project.mk's.

* Adding more information to Coremark example README's.

---------

Co-authored-by: Sihyung Woo <[email protected]>
MSDK-Commit: 672042047dacd2ec3a1e314c0cfd652000709c48
petejohanson-adi pushed a commit to petejohanson-adi/hal_adi that referenced this pull request Jul 21, 2025
* MAX32655: Adding Coremark example.

* MAX32520:Adding Coremark example.

* MAX32520: Enabling ICC for Coremark example.

* MAX32655: Enabling ICC for Coremark example.

* MAX32572: Adding Coremark example and updating ICC references to SFCC.

* MAX32520: Updating Coremark example's project.mk.

* MAX32650: Adding Coremark example.

* MAX32650: Enabling ICC for Coremark example.

* MAX32660: Adding Coremark example.

* MAX32662: Adding Coremark example.

* MAX32665: Adding Coremark example.

* MAX32670: Adding Coremark example.

* MAX32672: Adding Coremark example.

* MAX32675: Adding Coremark example.

* MAX32675: Enabling ICC for Coremark example.

* MAX32680: Adding Coremark example.

* MAX78000: Adding Coremark example.

* MAX78002: Adding Coremark example.

* Creating Coremark library and removing all duplicates from each of the Coremark examples.

* Adding a README to each of the Coremark examples.

* Adding 'Coremark' to examples.txt.

* Updating clang-formatting workflows to ignore Coremark library.

* Updating clang format workflows to exclude Coremark example.

* Attempt zephyrproject-rtos#2 to exclude Coremark example from clang-format-check workflow.

* Updating Verify Register workflow to be compatible with forks.

* Updating Verify Register workflow to be compatible with forks. (Attempt 2)

* Verify_Register_SVD: Updated the steps so workflow will finish if no file changes were detected.

* ME55: Updated ICC -> SFCC SVD.

* Verify_Register_SVD: Added ME55 to supported parts list.

* Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)

* Revert "Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)"

This reverts commit 1aea2d31a269855087c1f32ba7201d075c1797c5.

* MAX32690: Adding Coremark example.

* Removing Coremark Library and examples from clang format checks.

* ME55: Added sema_reva2_me55.svd to fixed SVD Action errors.

* ME55: Coremark: Resolving register file differences.

* MAX32690: Adding 'Coremark' to examples.txt.

* Adding comments to Coremark example project.mk's.

* Fixing typo and re-organizing Coremark example project.mk's.

* Adding more information to Coremark example README's.

---------

Co-authored-by: Sihyung Woo <[email protected]>
MSDK-Commit: 672042047dacd2ec3a1e314c0cfd652000709c48
petejohanson-adi pushed a commit to petejohanson-adi/hal_adi that referenced this pull request Jul 21, 2025
* MAX32655: Adding Coremark example.

* MAX32520:Adding Coremark example.

* MAX32520: Enabling ICC for Coremark example.

* MAX32655: Enabling ICC for Coremark example.

* MAX32572: Adding Coremark example and updating ICC references to SFCC.

* MAX32520: Updating Coremark example's project.mk.

* MAX32650: Adding Coremark example.

* MAX32650: Enabling ICC for Coremark example.

* MAX32660: Adding Coremark example.

* MAX32662: Adding Coremark example.

* MAX32665: Adding Coremark example.

* MAX32670: Adding Coremark example.

* MAX32672: Adding Coremark example.

* MAX32675: Adding Coremark example.

* MAX32675: Enabling ICC for Coremark example.

* MAX32680: Adding Coremark example.

* MAX78000: Adding Coremark example.

* MAX78002: Adding Coremark example.

* Creating Coremark library and removing all duplicates from each of the Coremark examples.

* Adding a README to each of the Coremark examples.

* Adding 'Coremark' to examples.txt.

* Updating clang-formatting workflows to ignore Coremark library.

* Updating clang format workflows to exclude Coremark example.

* Attempt zephyrproject-rtos#2 to exclude Coremark example from clang-format-check workflow.

* Updating Verify Register workflow to be compatible with forks.

* Updating Verify Register workflow to be compatible with forks. (Attempt 2)

* Verify_Register_SVD: Updated the steps so workflow will finish if no file changes were detected.

* ME55: Updated ICC -> SFCC SVD.

* Verify_Register_SVD: Added ME55 to supported parts list.

* Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)

* Revert "Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)"

This reverts commit 1aea2d31a269855087c1f32ba7201d075c1797c5.

* MAX32690: Adding Coremark example.

* Removing Coremark Library and examples from clang format checks.

* ME55: Added sema_reva2_me55.svd to fixed SVD Action errors.

* ME55: Coremark: Resolving register file differences.

* MAX32690: Adding 'Coremark' to examples.txt.

* Adding comments to Coremark example project.mk's.

* Fixing typo and re-organizing Coremark example project.mk's.

* Adding more information to Coremark example README's.

---------

Co-authored-by: Sihyung Woo <[email protected]>
MSDK-Commit: 672042047dacd2ec3a1e314c0cfd652000709c48
petejohanson-adi pushed a commit to petejohanson-adi/hal_adi that referenced this pull request Jul 21, 2025
* MAX32655: Adding Coremark example.

* MAX32520:Adding Coremark example.

* MAX32520: Enabling ICC for Coremark example.

* MAX32655: Enabling ICC for Coremark example.

* MAX32572: Adding Coremark example and updating ICC references to SFCC.

* MAX32520: Updating Coremark example's project.mk.

* MAX32650: Adding Coremark example.

* MAX32650: Enabling ICC for Coremark example.

* MAX32660: Adding Coremark example.

* MAX32662: Adding Coremark example.

* MAX32665: Adding Coremark example.

* MAX32670: Adding Coremark example.

* MAX32672: Adding Coremark example.

* MAX32675: Adding Coremark example.

* MAX32675: Enabling ICC for Coremark example.

* MAX32680: Adding Coremark example.

* MAX78000: Adding Coremark example.

* MAX78002: Adding Coremark example.

* Creating Coremark library and removing all duplicates from each of the Coremark examples.

* Adding a README to each of the Coremark examples.

* Adding 'Coremark' to examples.txt.

* Updating clang-formatting workflows to ignore Coremark library.

* Updating clang format workflows to exclude Coremark example.

* Attempt zephyrproject-rtos#2 to exclude Coremark example from clang-format-check workflow.

* Updating Verify Register workflow to be compatible with forks.

* Updating Verify Register workflow to be compatible with forks. (Attempt 2)

* Verify_Register_SVD: Updated the steps so workflow will finish if no file changes were detected.

* ME55: Updated ICC -> SFCC SVD.

* Verify_Register_SVD: Added ME55 to supported parts list.

* Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)

* Revert "Resolving SVD workflow error. (Attempt zephyrproject-rtos#1)"

This reverts commit 1aea2d31a269855087c1f32ba7201d075c1797c5.

* MAX32690: Adding Coremark example.

* Removing Coremark Library and examples from clang format checks.

* ME55: Added sema_reva2_me55.svd to fixed SVD Action errors.

* ME55: Coremark: Resolving register file differences.

* MAX32690: Adding 'Coremark' to examples.txt.

* Adding comments to Coremark example project.mk's.

* Fixing typo and re-organizing Coremark example project.mk's.

* Adding more information to Coremark example README's.

---------

Co-authored-by: Sihyung Woo <[email protected]>
MSDK-Commit: 672042047dacd2ec3a1e314c0cfd652000709c48
petejohanson-adi pushed a commit that referenced this pull request Sep 30, 2025
* MAX32655: Adding Coremark example.

* MAX32520:Adding Coremark example.

* MAX32520: Enabling ICC for Coremark example.

* MAX32655: Enabling ICC for Coremark example.

* MAX32572: Adding Coremark example and updating ICC references to SFCC.

* MAX32520: Updating Coremark example's project.mk.

* MAX32650: Adding Coremark example.

* MAX32650: Enabling ICC for Coremark example.

* MAX32660: Adding Coremark example.

* MAX32662: Adding Coremark example.

* MAX32665: Adding Coremark example.

* MAX32670: Adding Coremark example.

* MAX32672: Adding Coremark example.

* MAX32675: Adding Coremark example.

* MAX32675: Enabling ICC for Coremark example.

* MAX32680: Adding Coremark example.

* MAX78000: Adding Coremark example.

* MAX78002: Adding Coremark example.

* Creating Coremark library and removing all duplicates from each of the Coremark examples.

* Adding a README to each of the Coremark examples.

* Adding 'Coremark' to examples.txt.

* Updating clang-formatting workflows to ignore Coremark library.

* Updating clang format workflows to exclude Coremark example.

* Attempt #2 to exclude Coremark example from clang-format-check workflow.

* Updating Verify Register workflow to be compatible with forks.

* Updating Verify Register workflow to be compatible with forks. (Attempt 2)

* Verify_Register_SVD: Updated the steps so workflow will finish if no file changes were detected.

* ME55: Updated ICC -> SFCC SVD.

* Verify_Register_SVD: Added ME55 to supported parts list.

* Resolving SVD workflow error. (Attempt #1)

* Revert "Resolving SVD workflow error. (Attempt #1)"

This reverts commit 1aea2d31a269855087c1f32ba7201d075c1797c5.

* MAX32690: Adding Coremark example.

* Removing Coremark Library and examples from clang format checks.

* ME55: Added sema_reva2_me55.svd to fixed SVD Action errors.

* ME55: Coremark: Resolving register file differences.

* MAX32690: Adding 'Coremark' to examples.txt.

* Adding comments to Coremark example project.mk's.

* Fixing typo and re-organizing Coremark example project.mk's.

* Adding more information to Coremark example README's.

---------

Co-authored-by: Sihyung Woo <[email protected]>
MSDK-Commit: 672042047dacd2ec3a1e314c0cfd652000709c48
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