File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
artemis_thing_plus/startup
redboard_artemis_atp/startup
redboard_artemis_nano/startup Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127
127
//
128
128
//*****************************************************************************
129
129
__attribute__ ((section (".stack" )))
130
- static uint32_t g_pui32Stack [1024 ];
130
+ static uint32_t g_pui32Stack [20 * 1024 ];
131
131
132
132
//*****************************************************************************
133
133
//
You can’t perform that action at this time.
0 commit comments