
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
idf-build-apps
is a tool that helps users find and build ESP-IDF, and ESP8266 RTOS projects in a large scale.
app
?A project using ESP-IDF SDK, or ESP8266 RTOS SDK typically contains:
app
is the abbreviation for application. An application is a set of binary files that is being built with the specified sdkconfig and the target chip. idf-build-apps
could build one project into a number of applications according to the matrix of these two parameters.
pip install idf-build-apps
or pipx
pipx install idf-build-apps
idf-build-apps
is a python package that could be used as a library or a CLI tool.
As a CLI tool, it contains three sub-commands.
find
to find the buildable applicationsbuild
to build the found applicationscompletions
to activate autocompletions or print instructions for manual activationFor detailed explanation to all CLI options, you may run
idf-build-apps -h
idf-build-apps find -h
idf-build-apps build -h
idf-build-apps completions -h
As a library, you may check the API documentation for more information. Overall it provides
find_apps
and build_apps
CMakeApp
and MakeApp
To build ESP-IDF hello world example project with ESP32:
idf-build-apps build -p $IDF_PATH/examples/get-started/hello_world/ --target esp32
The binary files will be generated under $IDF_PATH/examples/get-started/hello_world/build
directory.
For detailed information, please refer to our documentation site!
Thanks for your contribution! Please refer to our Contributing Guide
FAQs
Tools for building ESP-IDF related apps.
We found that idf-build-apps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.