File tree Expand file tree Collapse file tree 4 files changed +72
-6
lines changed
Expand file tree Collapse file tree 4 files changed +72
-6
lines changed Original file line number Diff line number Diff line change 1+ content-types/enabled =true
2+ content-types/org.eclipse.cdt.core.asmSource/file-extensions =s
3+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change 1+ # RT-Thread Studio Project Configuration
2+ # Fri Sep 19 10:14:02 2025
3+ cfg_version =v3.0
4+
5+ board_name =
6+ bsp_version =
7+ bsp_path =
8+ chip_name =
9+ project_base_rtt_bsp =true
10+ is_use_scons_build =true
11+ hardware_adapter =
12+ selected_rtt_version =latest
13+ board_base_nano_proj =false
14+ is_base_example_project =false
15+ example_name =
16+ project_type =rt-thread
17+ os_branch =master
18+ os_version =latest
19+ project_name =project
20+ output_project_path =E:\rt-thread\bsp\xuantie\smartl\e906
Original file line number Diff line number Diff line change 11mainmenu "RT-Thread Configuration"
22
3- BSP_DIR := .
3+ config BSP_DIR
4+ string
5+ option env="BSP_ROOT"
6+ default "."
47
5- RTT_DIR := ../../../..
8+ config RTT_DIR
9+ string
10+ option env="RTT_ROOT"
11+ default "rt-thread"
612
7- PKGS_DIR := packages
13+ # you can change the RTT_ROOT default "rt-thread"
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+ config ENV_DIR
22+ string
23+ option env="ENV_ROOT"
24+ default "/"
825
926config XUANTIAN_SMARTL_E906
1027 bool
@@ -13,6 +30,6 @@ config XUANTIAN_SMARTL_E906
1330 select RT_USING_USER_MAIN
1431 default y
1532
16- source "$( RTT_DIR) /Kconfig"
17- osource "$PKGS_DIR/Kconfig"
18- rsource " board/Kconfig"
33+ source "$RTT_DIR/Kconfig"
34+ source "$PKGS_DIR/Kconfig"
35+ source "$BSP_DIR/ board/Kconfig"
Original file line number Diff line number Diff line change 1+
2+ #ifndef RTCONFIG_PREINC_H__
3+ #define RTCONFIG_PREINC_H__
4+
5+ /* Automatically generated file; DO NOT EDIT. */
6+ /* RT-Thread pre-include file */
7+
8+ #define CLI_CONFIG_STACK_SIZE 4096
9+ #define CONFIG_ARCH_INTERRUPTSTACK 4096
10+ #define CONFIG_ARCH_MAINSTACK 4096
11+ #define CONFIG_BOARD_SMARTL_EVB 1
12+ #define CONFIG_CPU_XUANTIE_E906FD 1
13+ #define CONFIG_CSI "csi2"
14+ #define CONFIG_CSI_V2 1
15+ #define CONFIG_KERNEL_RTTHREAD 1
16+ #define CONFIG_SUPPORT_IRQ_NESTED 0
17+ #define CONFIG_SUPPORT_TSPEND 0
18+ #define CONFIG_XIP 1
19+ #define RT_USING_LIBC
20+ #define RT_USING_NEWLIBC
21+ #define _POSIX_C_SOURCE 1
22+ #define __RTTHREAD__
23+ #define __RT_KERNEL_SOURCE__ 1
24+ #define _REENT_SMALL
25+
26+ #endif /*RTCONFIG_PREINC_H__*/
You can’t perform that action at this time.
0 commit comments