This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread-official
mirror of
https://github.com/RT-Thread/rt-thread.git
Watch
4
Star
0
Fork
You've already forked rt-thread-official
0
Code
Issues
Releases
Wiki
Activity
master
rt-thread-official
/
bsp
/
cvitek
/
cv18xx_risc-v
/
link_stacksize.lds
2 lines
22 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
bsp: cvitek: fixed stacksize issue In the original Sconstruct script, `GetDepend('__STACKSIZE__')` is placed before the call to `PrepareBuilding()`, which causes the value of `GetDepend('__STACKSIZE__')` to always be False, and the value of `__STACKSIZE__` in `link_stacksize.lds` will not be updated. Solution: move the call if `PrepareBuilding()` ahead. Also sync and update the .config and rtconfig.h, plus the link_stacksize.lds. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2024-07-23 13:58:24 +08:00
__STACKSIZE__ = 8192;