fix: allow FreeRTOS examples to compile

This commit is contained in:
James Sandison
2025-06-04 13:52:35 +10:00
parent 5c4b2c75d2
commit b956d10487
3 changed files with 15 additions and 10 deletions

View File

@@ -44,10 +44,11 @@
// skip if included from IAR assembler
#ifndef __IASMARM__
#include "stm32h7rsxx.h"
#include "stm32n6xx.h"
#endif
/* Cortex M23/M33 port configuration. */
/* Cortex M55 port configuration. */
#define configENABLE_MVE 0
#define configENABLE_MPU 0
#define configENABLE_FPU 1
#define configENABLE_TRUSTZONE 0