Searched refs:kconfig (Results 1 – 25 of 33) sorted by relevance
12
/hal_espressif-2.7.6/tools/kconfig/ |
D | POTFILES.in | 1 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 …]
|
D | streamline_config.pl | 137 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);
|
D | kconfig-language.txt | 411 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
|
D | Makefile | 121 $(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
|
/hal_espressif-2.7.6/tools/cmake/ |
D | kconfig.cmake | 37 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
|
D | idf.cmake | 41 include(kconfig)
|
D | ldgen.cmake | 72 --kconfig ${root_kconfig}
|
/hal_espressif-2.7.6/make/ |
D | ldgen.mk | 20 --kconfig $(IDF_PATH)/Kconfig \ 41 --kconfig $(IDF_PATH)/Kconfig \
|
D | project_config.mk | 21 KCONFIG_TOOL_DIR=$(IDF_PATH)/tools/kconfig 86 --kconfig $(IDF_PATH)/Kconfig \
|
/hal_espressif-2.7.6/docs/en/api-guides/tools/ |
D | idf-docker-image.rst | 79 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/ |
D | executable-list.txt | 80 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/ |
D | kconfig.rst | 1 .. include:: ../../en/api-reference/kconfig.rst
|
D | index.rst | 16 Configuration Options <kconfig>
|
/hal_espressif-2.7.6/docs/en/api-reference/ |
D | index.rst | 16 Configuration Options <kconfig>
|
D | kconfig.rst | 88 .. 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/ |
D | confserver.py | 71 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)
|
D | README.md | 3 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.
|
D | confgen.py | 247 config = kconfiglib.Kconfig(args.kconfig) 502 if node.dep is node.kconfig.y:
|
D | gen_kconfig_doc.py | 339 return ':ref:`%s%s`' % (sc.kconfig.config_prefix, sc.name)
|
/hal_espressif-2.7.6/docs/zh_CN/contribute/ |
D | add-ons-reference.rst | 127 …``idf-info`` 事件,并使用 confgen 从默认构建项目所使用的部件中生成 ``kconfig.inc`` 文件。之后,这个文件将被存储至 :doc:`/api-reference/…
|
/hal_espressif-2.7.6/docs/zh_CN/get-started/ |
D | windows-setup-scratch.rst | 115 .. _kconfig-frontends releases page: https://github.com/espressif/kconfig-frontends/releases
|
/hal_espressif-2.7.6/tools/ldgen/ |
D | ldgen.py | 120 kconfig_file = args.kconfig
|
/hal_espressif-2.7.6/docs/en/get-started/ |
D | windows-setup-scratch.rst | 114 .. _kconfig-frontends releases page: https://github.com/espressif/kconfig-frontends/releases
|
/hal_espressif-2.7.6/ |
D | Kconfig | 3 # see kconfig/kconfig-language.txt.
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | add-ons-reference.rst | 127 …enerate ``kconfig.inc`` from the components included in the default project build. This file is th…
|
12