Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-2.7.6/tools/kconfig/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
7 scripts/kconfig/mconf.c
8 scripts/kconfig/conf.c
9 scripts/kconfig/confdata.c
10 scripts/kconfig/gconf.c
[all …]
Dstreamline_config.pl137 my $kconfig = $ARGV[1];
155 my ($kconfig) = @_;
163 my $source = "$ksource/$kconfig";
173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
192 my $kconfig = $1;
194 if (!defined($read_kconfigs{$kconfig})) {
195 $read_kconfigs{$kconfig} = 1;
196 read_kconfig($kconfig);
267 if ($kconfig) {
268 read_kconfig($kconfig);
Dkconfig-language.txt411 summarized as a circular dependency. The kconfig tools need to ensure that
413 that kconfig must determine the values that are possible for all Kconfig
441 Practical solutions to kconfig recursive issue
494 Future kconfig work
497 Work on kconfig is welcomed on both areas of clarifying semantics and on
558 http://kernelnewbies.org/KernelProjects/kconfig-sat
DMakefile121 $(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
/hal_espressif-2.7.6/tools/cmake/
Dkconfig.cmake37 set(src_path ${idf_path}/tools/kconfig)
104 file(GLOB kconfig "${component_dir}/Kconfig")
105 __component_set_property(${component_target} KCONFIG "${kconfig}")
106 file(GLOB kconfig "${component_dir}/Kconfig.projbuild")
107 __component_set_property(${component_target} KCONFIG_PROJBUILD "${kconfig}")
122 __component_get_property(kconfig ${component_target} KCONFIG)
125 if(kconfig)
126 list(APPEND kconfigs ${kconfig})
185 --kconfig ${root_kconfig}
299 --kconfig ${IDF_PATH}/Kconfig
Didf.cmake41 include(kconfig)
Dldgen.cmake72 --kconfig ${root_kconfig}
/hal_espressif-2.7.6/make/
Dldgen.mk20 --kconfig $(IDF_PATH)/Kconfig \
41 --kconfig $(IDF_PATH)/Kconfig \
Dproject_config.mk21 KCONFIG_TOOL_DIR=$(IDF_PATH)/tools/kconfig
86 --kconfig $(IDF_PATH)/Kconfig \
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-docker-image.rst79 If you intend to build the same project repeatedly, you may bind the ``tools/kconfig`` directory of…
81 …docker run --rm -v $PWD:/project -v kconfig:/opt/esp/idf/tools/kconfig -w /project espressif/idf m…
83 If you need clean up the ``kconfig`` volume, run ``docker volume rm kconfig``.
85 Binding the ``tools/kconfig`` directory to a volume is not necessary when using the CMake build sys…
/hal_espressif-2.7.6/tools/ci/
Dexecutable-list.txt80 tools/kconfig/check.sh
81 tools/kconfig/lxdialog/check-lxdialog.sh
82 tools/kconfig/merge_config.sh
83 tools/kconfig/streamline_config.pl
/hal_espressif-2.7.6/docs/zh_CN/api-reference/
Dkconfig.rst1 .. include:: ../../en/api-reference/kconfig.rst
Dindex.rst16 Configuration Options <kconfig>
/hal_espressif-2.7.6/docs/en/api-reference/
Dindex.rst16 Configuration Options <kconfig>
Dkconfig.rst88 .. include-build-file:: inc/kconfig.inc
99 .. _Kconfig: https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt
101 .. _kconfiglib extentions: https://pypi.org/project/kconfiglib/#kconfig-extensions
/hal_espressif-2.7.6/tools/kconfig_new/
Dconfserver.py71 run_server(args.kconfig, args.config, args.sdkconfig_rename)
74 def run_server(kconfig, sdkconfig, sdkconfig_rename, default_version=MAX_PROTOCOL_VERSION): argument
75 config = kconfiglib.Kconfig(kconfig)
DREADME.md3 kconfig_new is the kconfig support used by the CMake-based build system.
9 …want to allow editing sdkconfig, without needing to reproduce all of the kconfig logic in a partic…
62 …ey is optional. If present, its value must be a dictionary of new values to set on kconfig symbols.
Dconfgen.py247 config = kconfiglib.Kconfig(args.kconfig)
502 if node.dep is node.kconfig.y:
Dgen_kconfig_doc.py339 return ':ref:`%s%s`' % (sc.kconfig.config_prefix, sc.name)
/hal_espressif-2.7.6/docs/zh_CN/contribute/
Dadd-ons-reference.rst127 …``idf-info`` 事件,并使用 confgen 从默认构建项目所使用的部件中生成 ``kconfig.inc`` 文件。之后,这个文件将被存储至 :doc:`/api-reference/
/hal_espressif-2.7.6/docs/zh_CN/get-started/
Dwindows-setup-scratch.rst115 .. _kconfig-frontends releases page: https://github.com/espressif/kconfig-frontends/releases
/hal_espressif-2.7.6/tools/ldgen/
Dldgen.py120 kconfig_file = args.kconfig
/hal_espressif-2.7.6/docs/en/get-started/
Dwindows-setup-scratch.rst114 .. _kconfig-frontends releases page: https://github.com/espressif/kconfig-frontends/releases
/hal_espressif-2.7.6/
DKconfig3 # see kconfig/kconfig-language.txt.
/hal_espressif-2.7.6/docs/en/contribute/
Dadd-ons-reference.rst127 …enerate ``kconfig.inc`` from the components included in the default project build. This file is th…

12