14 Star 23 Fork 21

Phytium嵌入式软件 / Phytium-FreeRTOS-SDK

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
freertos.kconfig 613 Bytes
Copy Edit Raw Blame History
黄锦 authored 2023-11-10 10:19 . !37修改can测试例程
STANDALONE_DIR := $(SDK_DIR)
FREERTOS_SDK_DIR := $(SDK_DIR)/..
config USE_FREERTOS
bool
default y
source "$(SDK_DIR)/arch/arch.kconfig"
source "$(SDK_DIR)/soc/soc.kconfig"
source "$(SDK_DIR)/board/board.kconfig"
source "$(SDK_DIR)/common/common.kconfig"
source "$(SDK_DIR)/drivers/drivers.kconfig"
source "$(SDK_DIR)/tools/build/build.kconfig"
menu "Component Configuration"
source "$(FREERTOS_SDK_DIR)/drivers/Kconfig"
endmenu
source "$(FREERTOS_SDK_DIR)/third-party/third-party.kconfig"
source "$(FREERTOS_SDK_DIR)/third-party/freertos/freertos.kconfig"
#source "$(SDK_DIR)/lib/Kconfig"
C
1
https://gitee.com/phytium_embedded/phytium-free-rtos-sdk.git
git@gitee.com:phytium_embedded/phytium-free-rtos-sdk.git
phytium_embedded
phytium-free-rtos-sdk
Phytium-FreeRTOS-SDK
master

Search