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);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ extern int main(void);
127127//
128128//*****************************************************************************
129129__attribute__ ((section (".stack" )))
130- static uint32_t g_pui32Stack [1024 ];
130+ static uint32_t g_pui32Stack [20 * 1024 ];
131131
132132//*****************************************************************************
133133//
You can’t perform that action at this time.
0 commit comments