Skip to content

Commit 3c1e97a

Browse files
committed
[bsp] update all rtconfig.h
1 parent d2d22c6 commit 3c1e97a

File tree

629 files changed

+40445
-35620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

629 files changed

+40445
-35620
lines changed

bsp/CME_M7/.config

+779
Large diffs are not rendered by default.

bsp/CME_M7/Kconfig

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
mainmenu "RT-Thread Configuration"
2+
3+
config BSP_DIR
4+
string
5+
option env="BSP_ROOT"
6+
default "."
7+
8+
config RTT_DIR
9+
string
10+
option env="RTT_ROOT"
11+
default "../.."
12+
13+
# you can change the RTT_ROOT default "../.." to your rtthread_root,
14+
# example : default "F:/git_repositories/rt-thread"
15+
16+
config PKGS_DIR
17+
string
18+
option env="PKGS_ROOT"
19+
default "packages"
20+
21+
source "$RTT_DIR/Kconfig"
22+
source "$PKGS_DIR/Kconfig"
23+
24+
config SOC_CME_M7
25+
bool
26+
select ARCH_ARM_CORTEX_M3
27+
select RT_USING_COMPONENTS_INIT
28+
default y

0 commit comments

Comments
 (0)