mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Update portSTACK_REGION macro for continuity with user Regions (#713)
This commit is contained in:
parent
2cdd0e5e55
commit
83da5fc958
4 changed files with 8 additions and 8 deletions
|
@ -175,8 +175,8 @@ typedef unsigned long UBaseType_t;
|
|||
#define configTEX_S_C_B_SRAM ( 0x07UL )
|
||||
#endif
|
||||
|
||||
#define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 5UL )
|
||||
#define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 4UL )
|
||||
#define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
|
||||
#define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
|
||||
#define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
|
||||
#define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
|
||||
#define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue