Git Product home page Git Product logo

Comments (3)

dlarue avatar dlarue commented on July 20, 2024

do I have it right, I copy components/arduino/tools/sdk/esp32/sdkconfig to root of the libBuilder, then run idf.py menuconfig and setup my configuration, save and exit. Then I copy the sdkconfig back to components/arduino/tools/sdk/esp32 directory before running ./build.sh -t esp32?

from esp32-arduino-lib-builder.

me-no-dev avatar me-no-dev commented on July 20, 2024

build.sh -t [target] -b menuconfig is meant to prepare the project for testing and building a new option only for particular target and should be followed by idf.py build. If you want to change an option for the resulting libs, you need to adjust one of the configs in https://github.com/espressif/esp32-arduino-lib-builder/tree/master/configs Which one, depends on if you want to change something for all supported chips or just for particular one. After adjusting the proper config, you can run build.sh to generate all libs

from esp32-arduino-lib-builder.

dlarue avatar dlarue commented on July 20, 2024

I will test if doing build.sh -t [target] -b menuconfig followed by idf.py build does the trick. I will also look at what changes to ./configs/defconfig.esp32 could be made. Thank you.

from esp32-arduino-lib-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.