4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-10 19:01:25 +08:00

15 lines
257 B
Plaintext
Executable File

mainmenu "RT-Thread Project Configuration"
BSP_DIR := .
RTT_DIR := ../../../..
PKGS_DIR := packages
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "board/Kconfig"
config __STACKSIZE__
int "stack size for interrupt"
default 4096