Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) #942

Merged
merged 59 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
0b626b8
use configSTACK_DEPTH_TYPE consequently
feilipu May 29, 2021
848a70c
update default to uint32_t
feilipu Jun 2, 2021
51934b6
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 2, 2021
cde8062
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 11, 2021
5157761
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 19, 2021
4dceecd
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 23, 2021
be27225
Update FreeRTOS.h
feilipu Jun 23, 2021
779d915
Update portable.h
feilipu Jun 23, 2021
4a74dfe
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 25, 2021
158730b
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 30, 2021
9867312
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jun 30, 2021
f3ca628
configSTACK_DEPTH_TYPE - unify stack variable naming
feilipu Jul 1, 2021
6b8489d
update lexicon.txt
feilipu Jul 1, 2021
f7fff74
update typo lexicon.txt
feilipu Jul 1, 2021
f1e095d
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Jul 21, 2021
c188eac
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Aug 14, 2021
27c0794
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Sep 8, 2021
92052c3
Update task.h
feilipu Sep 8, 2021
37d1177
Update timers.h
feilipu Sep 8, 2021
bd7810e
Merge branch 'main' into consequent_configSTACK_DEPTH_TYPE
feilipu Sep 21, 2021
08f3a3e
10.4.6 - 7 August snapshot
feilipu Aug 7, 2022
970f5a0
Merge pull request #2 from FreeRTOS/main
feilipu Sep 17, 2022
4f8d991
adapt to 10.5.0
feilipu Sep 17, 2022
e39fc16
Merge branch 'FreeRTOS:main' into main
feilipu Jan 1, 2024
4115ec8
resolve conflicts
feilipu Jan 1, 2024
a7cf0ed
fix merge typo
feilipu Jan 1, 2024
b0dbc35
fix stack type
feilipu Jan 1, 2024
d7ae2b3
fix timer stack type
feilipu Jan 1, 2024
65b4a90
fix timer stack more
feilipu Jan 1, 2024
3902dfa
fix affinity set stack
feilipu Jan 1, 2024
54b792c
adjust ports to use configSTACK_DEPTH_TYPE
feilipu Jan 1, 2024
edce7fd
fix vTaskListTasks
feilipu Jan 1, 2024
4e7b84b
set default stack depth type in portable.h
feilipu Jan 1, 2024
ebe8582
fix History.txt
feilipu Jan 1, 2024
f301dac
update affinityset
feilipu Jan 1, 2024
9a5b20a
resolve reviewer comments
feilipu Jan 2, 2024
3e94e30
fix prvTaskCheckFreeStackSpace for variable stack size type
feilipu Jan 2, 2024
f071ef1
restore CoRoutine defines
feilipu Jan 2, 2024
85960e5
remove obsolete stack ttype casts
feilipu Jan 2, 2024
345ff92
fix (attempt) for format portable.h
feilipu Jan 3, 2024
1b8b685
Merge branch 'main' into main
kar-rahul-aws Jan 5, 2024
7ccc2f8
Formatting fixes
Skptak Jan 5, 2024
ce04a97
prvTaskCheckFreeStackSpace make variable naming compliant
feilipu Jan 8, 2024
515753d
Merge branch 'main' into main
feilipu Jan 8, 2024
fe1b12c
Merge branch 'main' into main
feilipu Jan 8, 2024
a5c2779
Merge branch 'main' into main
kar-rahul-aws Jan 9, 2024
ee5725b
Merge branch 'main' into main
feilipu Jan 11, 2024
45f3611
Merge branch 'main' into main
Skptak Jan 18, 2024
f3ff2be
Merge branch 'main' into main
feilipu Jan 18, 2024
b834528
Update portable/GCC/ARM_CM33/non_secure/port.c
feilipu Jan 19, 2024
f810a37
Update portable/GCC/ARM_CM23/non_secure/port.c
feilipu Jan 19, 2024
e4d1b38
Apply suggestions from code review
feilipu Jan 19, 2024
8f16862
Correct uxStackDepth in port.c
feilipu Jan 20, 2024
595e1ab
Update ARM CM3 MPU port.c
feilipu Jan 20, 2024
374a27b
Merge pull request #4 from FreeRTOS/main
feilipu Jan 23, 2024
548bac2
Merge branch 'main' into main
Skptak Jan 23, 2024
ae885c9
Merge branch 'main' into main
aggarg Jan 25, 2024
f187faa
Code review suggestions
aggarg Jan 25, 2024
418ce5b
Merge branch 'main' into main
kar-rahul-aws Jan 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust ports to use configSTACK_DEPTH_TYPE
  • Loading branch information
feilipu committed Jan 1, 2024
commit 54b792c9d152d4abe779b5cbf6630345f62bd2e9
2 changes: 1 addition & 1 deletion portable/ARMv8M/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM23/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM23_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM33/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM33_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM35P/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM3_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ void vPortSwitchToUserMode( void )
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
extern uint32_t __SRAM_segment_start__[];
extern uint32_t __SRAM_segment_end__[];
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM4_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ void vPortSwitchToUserMode( void )
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
#if defined( __ARMCC_VERSION )

Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM55/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM55_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM85/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM85_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM23/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM23_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM33/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM33_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM35P/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM4F_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ static uint32_t prvGetMPURegionSizeSetting( uint32_t ulActualSizeInBytes )
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
extern uint32_t __SRAM_segment_start__[];
extern uint32_t __SRAM_segment_end__[];
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM55/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM55_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
vPortStoreTaskMPUSettings ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM85/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM85_NTZ/non_secure/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ void vPortEndScheduler( void ) /* PRIVILEGED_FUNCTION */
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
uint32_t ulRegionStartAddress, ulRegionEndAddress, ulRegionNumber;
int32_t lIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion portable/RVDS/ARM_CM4_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ void vPortSwitchToUserMode( void )
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
feilipu marked this conversation as resolved.
Show resolved Hide resolved
{
extern uint32_t __SRAM_segment_start__;
extern uint32_t __SRAM_segment_end__;
Expand Down
2 changes: 1 addition & 1 deletion portable/ThirdParty/XCC/Xtensa/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ BaseType_t xPortSysTickHandler( void )
void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
const struct xMEMORY_REGION * const xRegions,
StackType_t * pxBottomOfStack,
uint32_t ulStackDepth )
configSTACK_DEPTH_TYPE ulStackDepth )
{
#if XCHAL_CP_NUM > 0
xMPUSettings->coproc_area = ( StackType_t * ) ( ( uint32_t ) ( pxBottomOfStack + ulStackDepth - 1 ) );
Expand Down