Skip to content

Commit

Permalink
Add Cortex-M33 to the supported ARM CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-camp committed Nov 6, 2023
1 parent fe5c005 commit fb3df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/cmake/arm-none-eabi-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(CMAKE_EXE_LINKER_FLAGS "-specs=nosys.specs" CACHE INTERNAL "")

# Define ARM_CPU property
set(ARM_CPU cortex-m4 CACHE STRING "CPU for which to compile")
set(ARM_CPU_VALUES "cortex-m4;cortex-m7;cortex-m55" CACHE INTERNAL "List of possible CPUs")
set(ARM_CPU_VALUES "cortex-m4;cortex-m7;cortex-m33;cortex-m55" CACHE INTERNAL "List of possible CPUs")
set_property(CACHE ARM_CPU PROPERTY STRINGS ${ARM_CPU_VALUES})
string(TOLOWER "${ARM_CPU}" ARM_CPU)

Expand Down

0 comments on commit fb3df28

Please sign in to comment.