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

feat(CMSIS): Add CMSIS 6.0 support to MAX32657 #1180

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. Use cmsis_gcc_m for MAX32657 if CMSIS equal to 6.0

    With CMSIS 6.0 cmsis_gcc.h file has been replaced with cmsis_gcc_m.h
    TF-M uses CMSIS v6.0 to support it without adding a wrapper file
    max32657.h file has been updated
    
    https://github.com/ARM-software/CMSIS_6/blob/v6.0.0/CMSIS/Core/Include/cmsis_version.h
    https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/main/platform/ext/cmsis/CMSIS/Core/Include/cmsis_version.h
    
    Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
    ozersa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    669be9f View commit details
    Browse the repository at this point in the history