803 Star 2.4K Fork 1.2K

GVPHuawei LiteOS / LiteOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.config 8.38 KB
一键复制 编辑 原始数据 按行查看 历史
王树林 提交于 2021-07-28 15:29 . Repair the uart error
# Generated by Huawei LiteOS Kconfig Tool
#
# Compiler
#
LOSCFG_COMPILER_GCC=y
# LOSCFG_COMPILER_HIMIX_32 is not set
LOSCFG_COMPILER_ARM_NONE_EABI=y
#
# Compiler Options
#
# end of Compiler Options
# LOSCFG_COMPILER_OPTIMIZE_NONE is not set
LOSCFG_COMPILER_OPTIMIZE_SPEED=y
# LOSCFG_COMPILER_OPTIMIZE_SIZE is not set
# end of Compiler
#
# Targets
#
LOSCFG_FAMILY_STM32=y
# LOSCFG_FAMILY_QEMU is not set
# LOSCFG_FAMILY_GD is not set
# LOSCFG_FAMILY_CSKY is not set
# LOSCFG_FAMILY_SIFIVE is not set
LOSCFG_PLATFORM="Cloud_STM32F429IGTx_FIRE"
LOSCFG_PLATFORM_STM32F429IGTX=y
# LOSCFG_PLATFORM_STM32F072_Nucleo is not set
# LOSCFG_PLATFORM_STM32F103_FIRE_ARBITRARY is not set
# LOSCFG_PLATFORM_STM32F407_ATK_EXPLORER is not set
# LOSCFG_PLATFORM_STM32F769IDISCOVERY is not set
# LOSCFG_PLATFORM_STM32L4R9I_DISCOVERY is not set
# LOSCFG_PLATFORM_STM32L073_NUCLEO is not set
# LOSCFG_PLATFORM_STM32L431_BearPi is not set
# LOSCFG_PLATFORM_STM32L476_NB476 is not set
# LOSCFG_PLATFORM_STM32L496_NUCLEO is not set
# LOSCFG_PLATFORM_STM32L552_NUCLEO is not set
LOSCFG_HW_SD_CARD=y
LOSCFG_DRIVER_HAL_LIB=y
LOSCFG_HW_SPI_FLASH=y
LOSCFG_USING_BOARD_LD=y
LOSCFG_ARCH_ARM_AARCH32=y
LOSCFG_ARCH_ARM_CORTEX_M=y
LOSCFG_ARCH_ARM_V7M=y
LOSCFG_ARCH_ARM_VER="armv7-m"
LOSCFG_ARCH_FPU_VFP_V4=y
LOSCFG_ARCH_FPU_VFP_D16=y
LOSCFG_ARCH_FPU="fpv4-sp-d16"
LOSCFG_ARCH_CORTEX_M4=y
LOSCFG_ARCH_CPU="cortex-m4"
LOSCFG_ARCH_FPU_ENABLE=y
LOSCFG_APC_ENABLE=y
# LOSCFG_FPB_ENABLE is not set
# end of Targets
#
# Kernel
#
# LOSCFG_KERNEL_SMP is not set
#
# Basic Config
#
LOSCFG_SCHED_SQ=y
#
# Task
#
LOSCFG_BASE_CORE_TIMESLICE=y
LOSCFG_BASE_CORE_TIMESLICE_TIMEOUT=2
LOSCFG_OBSOLETE_API=y
LOSCFG_BASE_CORE_TSK_MONITOR=y
# LOSCFG_TASK_STATIC_ALLOCATION is not set
LOSCFG_BASE_CORE_TSK_LIMIT=16
LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE=1024
LOSCFG_BASE_CORE_TSK_DEFAULT_STACK_SIZE=1536
LOSCFG_BASE_CORE_TSK_SWTMR_STACK_SIZE=1536
LOSCFG_BASE_CORE_TSK_IDLE_STACK_SIZE=2048
LOSCFG_BASE_CORE_TSK_DEFAULT_PRIO=10
LOSCFG_BASE_CORE_TICK_PER_SECOND=1000
# end of Task
LOSCFG_BASE_CORE_USE_MULTI_LIST=y
# LOSCFG_BASE_CORE_USE_SINGLE_LIST is not set
# end of Basic Config
#
# Memory Management
#
# LOSCFG_KERNEL_MEM_BESTFIT is not set
LOSCFG_KERNEL_MEM_BESTFIT_LITTLE=y
# LOSCFG_KERNEL_MEM_SLAB_EXTENTION is not set
LOSCFG_MEM_TASK_STAT=y
LOSCFG_KERNEL_MEMBOX=y
LOSCFG_KERNEL_MEMBOX_STATIC=y
# LOSCFG_KERNEL_MEMBOX_DYNAMIC is not set
# end of Memory Management
#
# Interrupt Management
#
LOSCFG_SHARED_IRQ=y
LOSCFG_PLATFORM_HWI_LIMIT=256
LOSCFG_HWI_PRIO_LIMIT=32
# end of Interrupt Management
#
# Exception Management
#
# LOSCFG_ARCH_EXC_SIMPLE_INFO is not set
# LOSCFG_SHELL_EXCINFO_DUMP is not set
# end of Exception Management
LOSCFG_BASE_CORE_SWTMR=y
LOSCFG_BASE_CORE_SWTMR_LIMIT=16
# LOSCFG_BASE_CORE_SWTMR_IN_ISR is not set
LOSCFG_BASE_IPC_QUEUE=y
# LOSCFG_QUEUE_STATIC_ALLOCATION is not set
LOSCFG_BASE_IPC_QUEUE_LIMIT=10
LOSCFG_BASE_IPC_EVENT=y
LOSCFG_BASE_IPC_MUX=y
LOSCFG_MUTEX_WAITMODE_PRIO=y
# LOSCFG_MUTEX_WAITMODE_FIFO is not set
LOSCFG_BASE_IPC_MUX_LIMIT=20
LOSCFG_BASE_IPC_SEM=y
LOSCFG_BASE_IPC_SEM_LIMIT=20
# LOSCFG_KERNEL_NX is not set
# LOSCFG_KERNEL_RINGBUF is not set
LOSCFG_KERNEL_EXTKERNEL=y
LOSCFG_KERNEL_CPPSUPPORT=y
# LOSCFG_KERNEL_CPUP is not set
LOSCFG_KERNEL_LOWPOWER=y
#
# Low Power Management Configure
#
LOSCFG_KERNEL_TICKLESS=y
# LOSCFG_KERNEL_POWER_MGR is not set
# end of Low Power Management Configure
# LOSCFG_KERNEL_TRACE is not set
# end of Kernel
#
# Lib
#
LOSCFG_LIB_LIBC=y
LOSCFG_COMPAT_POSIX=y
LOSCFG_LIB_LIBM=y
LOSCFG_LIB_STDIO=y
LOSCFG_SUPPORT_LONG_DOUBLE=y
LOSCFG_LIB_ZLIB=y
# LOSCFG_LIB_CPP_EXTEND is not set
# end of Lib
#
# Compat
#
LOSCFG_COMPAT_CMSIS=y
CMSIS_OS_VER=1
# end of Compat
#
# Components
#
#
# Ai
#
# LOSCFG_COMPONENTS_AI is not set
# end of Ai
#
# Connectivity
#
# LOSCFG_COMPONENTS_CONNECTIVITY is not set
# end of Connectivity
#
# FileSystem
#
# LOSCFG_COMPONENTS_FS_FATFS is not set
# LOSCFG_COMPONENTS_FS_LITTLEFS is not set
# LOSCFG_COMPONENTS_FS_RAMFS is not set
# LOSCFG_COMPONENTS_FS_SPIFFS is not set
# end of FileSystem
#
# Graphical User Interface
#
# end of Graphical User Interface
#
# Language
#
# LOSCFG_COMPONENTS_LUA is not set
# end of Language
#
# Lib
#
# LOSCFG_COMPONENTS_LIB_CJSON is not set
# end of Lib
#
# Log
#
# LOSCFG_COMPONENTS_LOG is not set
# end of Log
#
# Media
#
# LOSCFG_COMPONENTS_LIBPNG is not set
# LOSCFG_COMPONENTS_OPENEXIF is not set
# LOSCFG_COMPONENTS_OPUS is not set
# LOSCFG_COMPONENTS_UPNP is not set
# end of Media
#
# Network
#
# LOSCFG_COMPONENTS_NET_AT is not set
# LOSCFG_COMPONENTS_NET_LWIP is not set
# LOSCFG_COMPONENTS_NET_SAL is not set
# LOSCFG_COMPONENTS_NET_IFCONFIG is not set
# LOSCFG_COMPONENTS_IPERF is not set
# LOSCFG_COMPONENTS_PCAP is not set
# LOSCFG_COMPONENTS_NET_PING is not set
# LOSCFG_COMPONENTS_TFTP_SERVER is not set
# end of Network
#
# Security
#
# LOSCFG_COMPONENTS_SECURITY is not set
# LOSCFG_COMPONENTS_OPENSSL is not set
# end of Security
#
# Sensorhub
#
# LOSCFG_COMPONENTS_SENSORHUB is not set
# end of Sensorhub
#
# Utility
#
# LOSCFG_COMPONENTS_BIDIREFERENCE is not set
# LOSCFG_COMPONENTS_CURL is not set
# LOSCFG_COMPONENTS_FASTLZ is not set
# LOSCFG_COMPONENTS_FREETYPE is not set
# LOSCFG_COMPONENTS_HARFBUZZ is not set
# LOSCFG_COMPONENTS_ICONV is not set
# LOSCFG_COMPONENTS_INIPARSER is not set
# LOSCFG_COMPONENTS_JSON_C is not set
# LOSCFG_COMPONENTS_JSONCPP is not set
# LOSCFG_COMPONENTS_LIBXML2 is not set
# LOSCFG_COMPONENTS_SQLITE is not set
# LOSCFG_COMPONENTS_THTTPD is not set
# LOSCFG_COMPONENTS_TINYXML2 is not set
# end of Utility
# end of Components
#
# Demos
#
#
# Agent Tiny Lwm2m Demo
#
# LOSCFG_DEMOS_AGENT_TINY_LWM2M is not set
# end of Agent Tiny Lwm2m Demo
#
# Agent Tiny Mqtt Demo
#
# LOSCFG_DEMOS_AGENT_TINY_MQTT is not set
# end of Agent Tiny Mqtt Demo
#
# Ai Demo
#
# LOSCFG_DEMOS_AI is not set
# end of Ai Demo
#
# Drivers Demo
#
# LOSCFG_DEMO_CAN is not set
# end of Drivers Demo
#
# Dtls Server Demo
#
# LOSCFG_DEMOS_DTLS_SERVER is not set
# end of Dtls Server Demo
#
# FileSystem Demo
#
# LOSCFG_DEMOS_FS_FAT is not set
# LOSCFG_DEMOS_FS_LITTLEFS is not set
# LOSCFG_DEMOS_FS_RAM is not set
# LOSCFG_DEMOS_FS_SPIF is not set
# end of FileSystem Demo
#
# Graphical User Interface Demo
#
# end of Graphical User Interface Demo
#
# Ipv6 Client Demo
#
# LOSCFG_DEMOS_IPV6_CLIENT is not set
# end of Ipv6 Client Demo
#
# Kernel Demo
#
# LOSCFG_DEMOS_KERNEL is not set
# end of Kernel Demo
#
# Language Demo
#
# LOSCFG_DEMOS_LUA is not set
# end of Language Demo
#
# LMS Demo
#
# end of LMS Demo
#
# Media Demo
#
# LOSCFG_DEMOS_LIBPNG is not set
# LOSCFG_DEMOS_OPENEXIF is not set
# LOSCFG_DEMOS_OPUS is not set
# LOSCFG_DEMOS_UPNP is not set
# end of Media Demo
#
# NB-IoT Demo Without Atiny
#
# LOSCFG_DEMOS_NBIOT_WITHOUT_ATINY is not set
# end of NB-IoT Demo Without Atiny
#
# Security Demo
#
# LOSCFG_DEMOS_OPENSSL is not set
# end of Security Demo
#
# Sensorhub Demo
#
#
# only support Cloud_STM32F429IGTx_FIRE
#
# LOSCFG_DEMOS_SENSORHUB is not set
# end of Sensorhub Demo
#
# Trace Demo
#
# LOSCFG_DEMOS_TRACE is not set
# end of Trace Demo
#
# Utility Demo
#
# LOSCFG_DEMOS_BIDIREFERENCE is not set
# LOSCFG_DEMOS_CURL is not set
# LOSCFG_DEMOS_FASTLZ is not set
# LOSCFG_DEMOS_FREETYPE is not set
# LOSCFG_DEMOS_HARFBUZZ is not set
# LOSCFG_DEMOS_ICONV is not set
# LOSCFG_DEMOS_INIPARSER is not set
# LOSCFG_DEMOS_JSON_C is not set
# LOSCFG_DEMOS_JSONCPP is not set
# LOSCFG_DEMOS_LIBXML2 is not set
# LOSCFG_DEMOS_SQLITE is not set
# LOSCFG_DEMOS_TINYXML2 is not set
# end of Utility Demo
# end of Demos
#
# Debug
#
LOSCFG_COMPILE_DEBUG=y
LOSCFG_PLATFORM_ADAPT=y
LOSCFG_BACKTRACE=y
# LOSCFG_ENABLE_MAGICKEY is not set
# LOSCFG_THUMB is not set
LOSCFG_DEBUG_VERSION=y
# LOSCFG_DEBUG_KERNEL is not set
LOSCFG_SHELL=y
LOSCFG_SHELL_UART=y
LOSCFG_SHELL_EXTENDED_CMDS=y
# LOSCFG_SHELL_DMESG is not set
# LOSCFG_MEM_DEBUG is not set
LOSCFG_SERIAL_OUTPUT_ENABLE=y
#
# TestSuite or AppInit
#
LOSCFG_PLATFORM_OSAPPINIT=y
# LOSCFG_TEST is not set
# LOSCFG_TESTSUIT_SHELL is not set
# LOSCFG_TEST_MANUAL_TEST is not set
# LOSCFG_FUZZ_DT is not set
# end of TestSuite or AppInit
# end of Debug
#
# Driver
#
# LOSCFG_DRIVERS_BASE is not set
LOSCFG_CORTEX_M_NVIC=y
LOSCFG_CORTEX_M_SYSTICK=y
LOSCFG_DRIVERS_SIMPLE_UART=y
# end of Driver
#
# Stack Smashing Protector (SSP) Compiler Feature
#
# LOSCFG_CC_NO_STACKPROTECTOR is not set
# LOSCFG_CC_STACKPROTECTOR is not set
LOSCFG_CC_STACKPROTECTOR_STRONG=y
# LOSCFG_CC_STACKPROTECTOR_ALL is not set
# end of Stack Smashing Protector (SSP) Compiler Feature
C
1
https://gitee.com/LiteOS/LiteOS.git
git@gitee.com:LiteOS/LiteOS.git
LiteOS
LiteOS
LiteOS
master

搜索帮助