20 lines
346 B
Plaintext
20 lines
346 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see tools/kconfiglib/kconfig-language.txt.
|
|
#
|
|
|
|
|
|
mainmenu "Phytium Freertos Configuration"
|
|
|
|
menu "Freertos Configuration"
|
|
config TARGET_NAME
|
|
string "Build Target Name"
|
|
default "freertos"
|
|
help
|
|
Build Target name for the demo
|
|
|
|
endmenu
|
|
|
|
source "$(FREERTOS_SDK_ROOT)/Kconfig"
|
|
|