123456789101112131415161718192021222324252627282930 |
- mainmenu "RT-Thread Project Configuration"
- BSP_DIR := .
- RTT_DIR := ../..
- PKGS_DIR := packages
- ENV_DIR := /
- source "$(RTT_DIR)/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- config SOC_LM3S8962
- bool
- select ARCH_ARM_CORTEX_M3
- default y
- config RT_LWIP_PBUF_POOL_BUFSIZE
- int "The size of each pbuf in the pbuf pool"
- range 1500 2000
- default 1500
- config RT_LWIP_ETH_PAD_SIZE
- int
- default 2
- config RT_USING_UART1
- bool
- default y
|