Hi there,
menuconfig is a great tool.
It's number of menu items and selectable options is growing continuously.
Although some of them are self-explanatory and some are roughly explained,
I would very appreciate some deeper information about some items where no information can be retrieved
(when to choose (enabling/disabling) them, and which option and their aimed effect).
By the way: I usually stick to the default values and just modify the serial port configuration.
Of course, I want to tweak the menuconfig in order to get the most performance out of this great little esp32.
Thank you in advance.
DL88AI88
menuconfig - eplanation of menu items appreciated
Re: menuconfig - eplanation of menu items appreciated
menuconfig is likewise kernel menuconfigDL88AI88 wrote: I would very appreciate some deeper information about some items where no information can be retrieved
(when to choose (enabling/disabling) them, and which option and their aimed effect).
and your friend is lxdialog / dialog / xdialog
and in ESP-IDF.. kconfig
if you see in your ESP-IDF folder
look up in tools ....kconfig
you find the language for it too
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: menuconfig - eplanation of menu items appreciated
feel free to expand mconfDL88AI88 wrote:
Of course, I want to tweak the menuconfig in order to get the most performance out of this great little esp32.
if you check example your WIN folder there was a mconf.exe build after you used ESP_IDF first time...
this pharse the things..
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 9759
- Joined: Thu Nov 26, 2015 4:08 am
Re: menuconfig - eplanation of menu items appreciated
You have seen the 'help' option in Menuconfig? For every item in esp-idf, if you use up/down to move to that item to select it and then use left/right to highlight the 'Help' button on the bottom and press enter, you get a screen with a few lines explaining what the option does. Is that what you want?
If you already saw this but have items where you think the explanation is not expansive enough, feel free to indicate which menu items you want expanded and we'll see if we can change that.
If you already saw this but have items where you think the explanation is not expansive enough, feel free to indicate which menu items you want expanded and we'll see if we can change that.
Re: menuconfig - eplanation of menu items appreciated
Bonus tip: Pressing the '?' key is a shortcut for navigating to Help with the keyboard.
Re: menuconfig - eplanation of menu items appreciated
XXL Bonus Tip:
if you have your kconfig file ready
you can test it in console with
if you want test it with GUI
if you want use menuconfig in your own environment
you can use the generated .config file with defines then
best wishes
rudi
if you have your kconfig file ready
you can test it in console with
Code: Select all
conf kconfig
Code: Select all
mconf kconfig
you can use the generated .config file with defines then
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪