*/ #include "FreeRTOS.h" #include "task.h" #undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE /*---*/ /* Registers required to configure the RTI. */ #define portRTI_GCTRL_REG ( * ( ( volatile unsigned long * ) 0xFFFFFC00 ) ) #define portRTI_TBCTRL_REG ( * ( ( volatile unsigned...
#endif /* MPU_WRAPPERS_INCLUDED_FROM_API_FILE */ #else /* portUSING_MPU_WRAPPERS */ 1,907 changes: 1,499 additions & 408 deletions 1,907 portable/Common/mpu_wrappers.c Load diff Large diffs are not rendered by default. 56 changes: 44 additions & 12 deletions 56 portable/GCC/ARM...