-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run menuconfig to update Kconfig for ESP32 ? #1691
Comments
This should work. Can you provide what you have put there and the command from the console you and the command you want?
If they are not talking about the menu options is project/properties/Sloeber I have no clue what they are talking about. |
I add
They are talking about the Kconfig file. The problem is that my program continue to crash with this message: |
EDIT : If I decompose the line in the log, you can see some mistakes on line 27 and 31: the quote " is in bad position.
But I don't think this is the origin of the problem. |
NOTE2: |
And that is how far my knowledge goes. I mean Sloeber creates commands based on the Arduino framework and if these commands are compliant with expectations there is little I can contribute because I do not know many boards.
After taking a quick look at the link it looks to me they have designed a tool to create a file that should be put in the root of your project. The page states.
I assume this is a way around the fact that arduino IDE does not support command line modification next to the menu options.
As stated above. I have no clue about this very board specific behavior. |
I try to directly add this two lines:
in sdkconfig.h files in dio_qspi and qio_qspi include directory but with no more success. In Kconfig.projbuild, I can read this paragraph:
I need a way to change the default "n" to "y". But how, that's the big question ! |
That is a question for the esp community. If you know how to do it in the Arduino IDE we can see how to get it working in Sloeber. |
Ok, I found the response in the FAQ of Espressif. |
So the questions are:
|
Not in the Arduino framework. In fact, it is strange that continuous ADC is provided but is unusable because the directive
I don't think so. There are some tools but it is out of my knowledge. We really need to use the "menuconfig" of ESP-IDF. |
As ESP32 has a gazillion boards I would assume they have a board with this option. |
Yes, not a Sloeber issue. Maybe a future enhancement but probably hard to code ;) |
Hi,
I need to add some directives to my project (
CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE
andCONFIG_GDMA_ISR_IRAM_SAFE
).It doesn't work if I add this directives with project/properties/Sloeber/"Compile options" with "append to C/C++" or Link.
I ask in Espressif forum and the answer is to use
menuconfig
.How can do that with Sloeber ?
Best regards,
Lionel
The text was updated successfully, but these errors were encountered: