File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 86
86
#define portMPU_REGION_CACHEABLE_BUFFERABLE ( 0x07UL << 16UL )
87
87
#define portMPU_REGION_EXECUTE_NEVER ( 0x01UL << 28UL )
88
88
89
- #define portGENERAL_PERIPHERALS_REGION ( 3UL )
90
- #define portSTACK_REGION ( 4UL )
89
+ #define portSTACK_REGION ( 3UL )
90
+ #define portGENERAL_PERIPHERALS_REGION ( 4UL )
91
91
#define portUNPRIVILEGED_FLASH_REGION ( 5UL )
92
92
#define portPRIVILEGED_FLASH_REGION ( 6UL )
93
93
#define portPRIVILEGED_RAM_REGION ( 7UL )
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ typedef unsigned long UBaseType_t;
175
175
#define configTEX_S_C_B_SRAM ( 0x07UL )
176
176
#endif
177
177
178
- #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 5UL )
179
- #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 4UL )
178
+ #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
179
+ #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
180
180
#define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
181
181
#define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
182
182
#define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ typedef unsigned long UBaseType_t;
177
177
#define configTEX_S_C_B_SRAM ( 0x07UL )
178
178
#endif
179
179
180
- #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 5UL )
181
- #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 4UL )
180
+ #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
181
+ #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
182
182
#define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
183
183
#define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
184
184
#define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ typedef unsigned long UBaseType_t;
174
174
#define configTEX_S_C_B_SRAM ( 0x07UL )
175
175
#endif
176
176
177
- #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 5UL )
178
- #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 4UL )
177
+ #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
178
+ #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
179
179
#define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
180
180
#define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
181
181
#define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
You can’t perform that action at this time.
0 commit comments