Skip to content
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

What about Framework Configuration? #7

Closed
moelski opened this issue Oct 7, 2016 · 1 comment
Closed

What about Framework Configuration? #7

moelski opened this issue Oct 7, 2016 · 1 comment

Comments

@moelski
Copy link

moelski commented Oct 7, 2016

Hi,
great that work has begun on this topic :-)
In the ESP32 samples I see often a framework configuration. But I can´t find anything here in this code tree.
Don´t we need the config for the arduino-esp part? Or will it be implemented later?

kconfig

btw: Hope to get my first ESP32 next week. So I can do some tests..

Dominik

@me-no-dev
Copy link
Member

currently all libs that come in IDF are prebuilt. Configuration used is in tools/sdk/include/config.
What you can do though is start an IDF project and import the repo as component (clone in components/arduino in the project) then you can use the menuconfig to setup anything you want and compile all from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants