Skip to content

Commit

Permalink
[bsp] update all rtconfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiller committed Dec 15, 2021
1 parent d2d22c6 commit a8bc66f
Show file tree
Hide file tree
Showing 630 changed files with 40,451 additions and 35,619 deletions.
779 changes: 779 additions & 0 deletions bsp/CME_M7/.config

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions bsp/CME_M7/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
mainmenu "RT-Thread Configuration"

config BSP_DIR
string
option env="BSP_ROOT"
default "."

config RTT_DIR
string
option env="RTT_ROOT"
default "../.."

# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"

config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"

source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"

config SOC_CME_M7
bool
select ARCH_ARM_CORTEX_M3
select RT_USING_COMPONENTS_INIT
default y
Loading

0 comments on commit a8bc66f

Please sign in to comment.