rt-thread/bsp/cvitek/cv18xx_risc-v
Chen Wang c8914c7f2b 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-24 23:18:25 +08:00
..
applications [bsp/cvitek]update gpio driver (#8946) 2024-05-13 18:20:57 -04:00
board bsp:cvitek: add pinmux for adc 2024-07-16 18:29:17 +08:00
dtb support cvitek bsp spinor flash 2024-04-09 18:09:54 -04:00
.config bsp: cvitek: fixed stacksize issue 2024-07-24 23:18:25 +08:00
.gitignore support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
Kconfig [libcpu/rv64] feat: unify tick.c 2024-07-15 12:06:39 +08:00
SConscript support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
SConstruct bsp: cvitek: fixed stacksize issue 2024-07-24 23:18:25 +08:00
link.lds support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
link_stacksize.lds bsp: cvitek: fixed stacksize issue 2024-07-24 23:18:25 +08:00
rtconfig.h bsp: cvitek: fixed stacksize issue 2024-07-24 23:18:25 +08:00
rtconfig.py [bsp/cvitek]update cvitek sdhci drvier (#8874) 2024-04-28 23:07:42 +08:00