diff options
| author | kkitayam <[email protected]> | 2021-12-27 21:28:46 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-12-27 21:28:46 +0900 |
| commit | a750c9c90244e54f95f4b801672c15ad7c7019bc (patch) | |
| tree | bf72ace1360a46f18fe8affe11b677e9a0f48324 | |
| parent | a76799b085ae157243ed002f8cf11a2d3eb0c6b9 (diff) | |
Increase stack size
| -rw-r--r-- | hw/bsp/rx/boards/rx65n_target/r5f565ne.ld | 4 |
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 { |
