summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkitayam <[email protected]>2021-12-27 21:28:46 +0900
committerkkitayam <[email protected]>2021-12-27 21:28:46 +0900
commita750c9c90244e54f95f4b801672c15ad7c7019bc (patch)
treebf72ace1360a46f18fe8affe11b677e9a0f48324
parenta76799b085ae157243ed002f8cf11a2d3eb0c6b9 (diff)
Increase stack size
-rw-r--r--hw/bsp/rx/boards/rx65n_target/r5f565ne.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/rx/boards/rx65n_target/r5f565ne.ld b/hw/bsp/rx/boards/rx65n_target/r5f565ne.ld
index 8e5617f23..27914e64f 100644
--- a/hw/bsp/rx/boards/rx65n_target/r5f565ne.ld
+++ b/hw/bsp/rx/boards/rx65n_target/r5f565ne.ld
@@ -1,5 +1,5 @@
-__USTACK_SIZE = 0x00000400;
-__ISTACK_SIZE = 0x00000400;
+__USTACK_SIZE = 0x00000800;
+__ISTACK_SIZE = 0x00000800;
MEMORY
{