⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.cris

📁 一个嵌入式的C++库
💻 CRIS
字号:
## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config HAVE_ELF	bool	default yconfig TARGET_ARCH	default "cris"config ARCH_CFLAGS	stringconfig ARCH_LDFLAGS	stringconfig LIBGCC_CFLAGS	stringchoice	prompt "Target Architecture Type"	default CONFIG_CRIS	help		This is the architecture type of your CPU. This information is used for		optimizing purposes.		These are the possible settings:		- CRIS  Generic support for Axis' CRIS architecture.config CONFIG_CRIS	select ARCH_LITTLE_ENDIAN	bool "CRIS"endchoice

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -