Skip to content

toolchain: Add cortex-M85 support

Tintu Thomas requested to merge tt/add_m85_support into main
  • Make necessary changes to add cortex-M85 support.

  • The CMSIS definitions for System control Register not in SCB (SCnSCB) are deprecated on M85 header. Armv8m based cores define a separate Implementation Control Registers instead. Hence change the arch/nvic reference accordingly.

Signed-off-by: Tintu Thomas tintu.thomas@arm.com

Merge request reports