mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 20:02:33 +08:00
[bsp/xuantie] 添加bsp导入rt-studio相关文件 (#10728)
* [fix] 更新e906的以BSP导入RT-Studio相关文件
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
content-types/enabled=true
|
||||
content-types/org.eclipse.cdt.core.asmSource/file-extensions=s
|
||||
eclipse.preferences.version=1
|
||||
20
bsp/xuantie/smartl/e906/.settings/projcfg.ini
Normal file
20
bsp/xuantie/smartl/e906/.settings/projcfg.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
#RT-Thread Studio Project Configuration
|
||||
# Fri Sep 19 10:14:02 2025
|
||||
cfg_version=v3.0
|
||||
|
||||
board_name=
|
||||
bsp_version=
|
||||
bsp_path=
|
||||
chip_name=
|
||||
project_base_rtt_bsp=true
|
||||
is_use_scons_build=true
|
||||
hardware_adapter=
|
||||
selected_rtt_version=latest
|
||||
board_base_nano_proj=false
|
||||
is_base_example_project=false
|
||||
example_name=
|
||||
project_type=rt-thread
|
||||
os_branch=master
|
||||
os_version=latest
|
||||
project_name=project
|
||||
output_project_path=E:\rt-thread\bsp\xuantie\smartl\e906
|
||||
@@ -1,10 +1,27 @@
|
||||
mainmenu "RT-Thread Configuration"
|
||||
|
||||
BSP_DIR := .
|
||||
config BSP_DIR
|
||||
string
|
||||
option env="BSP_ROOT"
|
||||
default "."
|
||||
|
||||
RTT_DIR := ../../../..
|
||||
config RTT_DIR
|
||||
string
|
||||
option env="RTT_ROOT"
|
||||
default "rt-thread"
|
||||
|
||||
PKGS_DIR := packages
|
||||
# you can change the RTT_ROOT default "rt-thread"
|
||||
# example : default "F:/git_repositories/rt-thread"
|
||||
|
||||
config PKGS_DIR
|
||||
string
|
||||
option env="PKGS_ROOT"
|
||||
default "packages"
|
||||
|
||||
config ENV_DIR
|
||||
string
|
||||
option env="ENV_ROOT"
|
||||
default "/"
|
||||
|
||||
config XUANTIAN_SMARTL_E906
|
||||
bool
|
||||
@@ -13,6 +30,6 @@ config XUANTIAN_SMARTL_E906
|
||||
select RT_USING_USER_MAIN
|
||||
default y
|
||||
|
||||
source "$(RTT_DIR)/Kconfig"
|
||||
osource "$PKGS_DIR/Kconfig"
|
||||
rsource "board/Kconfig"
|
||||
source "$RTT_DIR/Kconfig"
|
||||
source "$PKGS_DIR/Kconfig"
|
||||
source "$BSP_DIR/board/Kconfig"
|
||||
|
||||
27
bsp/xuantie/smartl/e906/rtconfig_preinc.h
Normal file
27
bsp/xuantie/smartl/e906/rtconfig_preinc.h
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define CLI_CONFIG_STACK_SIZE 4096
|
||||
#define CONFIG_ARCH_INTERRUPTSTACK 4096
|
||||
#define CONFIG_ARCH_MAINSTACK 4096
|
||||
#define CONFIG_BOARD_SMARTL_EVB 1
|
||||
#define CONFIG_CPU_XUANTIE_E906FD 1
|
||||
#define CONFIG_CSI "csi2"
|
||||
#define CONFIG_CSI_V2 1
|
||||
#define CONFIG_KERNEL_RTTHREAD 1
|
||||
#define CONFIG_SUPPORT_IRQ_NESTED 0
|
||||
#define CONFIG_SUPPORT_TSPEND 0
|
||||
#define CONFIG_XIP 1
|
||||
#define RT_USING_LIBC
|
||||
#define RT_USING_NEWLIBC
|
||||
#define _POSIX_C_SOURCE 1
|
||||
#define __RTTHREAD__
|
||||
#define __RT_KERNEL_SOURCE__ 1
|
||||
#define _REENT_SMALL
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
||||
|
||||
Reference in New Issue
Block a user