4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 06:53:29 +08:00

[bsp][tms320f28379d] Classify c28x into ti-dsp

This commit is contained in:
xuzhuoyi 2018-11-24 17:41:55 +08:00
parent 17301e463c
commit 6c081947b5
8 changed files with 17 additions and 13 deletions

View File

@ -62,7 +62,8 @@ CONFIG_RT_USING_DEVICE=y
CONFIG_RT_USING_CONSOLE=y
CONFIG_RT_CONSOLEBUF_SIZE=128
CONFIG_RT_CONSOLE_DEVICE_NAME="uart"
CONFIG_ARCH_C28X=y
CONFIG_ARCH_TIDSP=y
CONFIG_ARCH_TIDSP_C28X=y
CONFIG_ARCH_CPU_STACK_GROWS_UPWARD=y
#

View File

@ -25,15 +25,15 @@
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>C28X</name>
<type>2</type>
<locationURI>PARENT-2-PROJECT_LOC/libcpu/c28x</locationURI>
</link>
<link>
<name>Kernel</name>
<type>2</type>
<locationURI>PARENT-2-PROJECT_LOC/src</locationURI>
</link>
<link>
<name>c28x</name>
<type>2</type>
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c28x</locationURI>
</link>
</linkedResources>
</projectDescription>

View File

@ -1,10 +1,10 @@
eclipse.preferences.version=1
encoding//Debug/C28X/subdir_rules.mk=UTF-8
encoding//Debug/C28X/subdir_vars.mk=UTF-8
encoding//Debug/Kernel/subdir_rules.mk=UTF-8
encoding//Debug/Kernel/subdir_vars.mk=UTF-8
encoding//Debug/applications/subdir_rules.mk=UTF-8
encoding//Debug/applications/subdir_vars.mk=UTF-8
encoding//Debug/c28x/subdir_rules.mk=UTF-8
encoding//Debug/c28x/subdir_vars.mk=UTF-8
encoding//Debug/drivers/subdir_rules.mk=UTF-8
encoding//Debug/drivers/subdir_vars.mk=UTF-8
encoding//Debug/libraries/common/source/subdir_rules.mk=UTF-8
@ -13,8 +13,6 @@ encoding//Debug/libraries/headers/cmd/subdir_rules.mk=UTF-8
encoding//Debug/libraries/headers/cmd/subdir_vars.mk=UTF-8
encoding//Debug/libraries/headers/source/subdir_rules.mk=UTF-8
encoding//Debug/libraries/headers/source/subdir_vars.mk=UTF-8
encoding//Debug/libraries/subdir_rules.mk=UTF-8
encoding//Debug/libraries/subdir_vars.mk=UTF-8
encoding//Debug/makefile=UTF-8
encoding//Debug/objects.mk=UTF-8
encoding//Debug/sources.mk=UTF-8

View File

@ -20,7 +20,7 @@ config $PKGS_DIR
config SOC_TMS320F28X
bool
select ARCH_C28X
select ARCH_TIDSP_C28X
default y
source "$RTT_DIR/Kconfig"

View File

@ -40,7 +40,8 @@
#define RT_USING_CONSOLE
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart"
#define ARCH_C28X
#define ARCH_TIDSP
#define ARCH_TIDSP_C28X
#define ARCH_CPU_STACK_GROWS_UPWARD
/* RT-Thread Components */

View File

@ -86,8 +86,12 @@ config ARCH_RISCV
config ARCH_IA32
bool
config ARCH_C28X
config ARCH_TIDSP
bool
config ARCH_TIDSP_C28X
bool
select ARCH_TIDSP
select ARCH_CPU_STACK_GROWS_UPWARD
config ARCH_HOST_SIMULATOR