Tools for building ESP-IDF related apps.
Project description
idf-build-apps
idf-build-apps is a tool that helps users find and build ESP-IDF, and ESP8266 RTOS projects in a large scale.
What is an app?
A project using ESP-IDF SDK, or ESP8266 RTOS SDK typically contains:
- Build recipe in CMake or Make and the main component with app sources
- (Optional) One or more sdkconfig files
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.
Installation
pip install idf-build-apps
or pipx
pipx install idf-build-apps
Basic Usage
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.
findto find the buildable applicationsbuildto build the found applicationscompletionsto activate autocompletions or print instructions for manual activation
For 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
- Two functions,
find_appsandbuild_apps - Two classes,
CMakeAppandMakeApp
Quick CLI Example
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.
Documentation
For detailed information, please refer to our documentation site!
Contributing
Thanks for your contribution! Please refer to our Contributing Guide
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file idf_build_apps-2.15.1.tar.gz.
File metadata
- Download URL: idf_build_apps-2.15.1.tar.gz
- Upload date:
- Size: 96.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9271c6f3729189dc60914450f288a1a277d23260c13cbab88d3b3d80ebc78138
|
|
| MD5 |
99d13c65971e92ed2ef742e5a8b206af
|
|
| BLAKE2b-256 |
3e0470de1f53fd5d10a3a7dfe9438743643914af33936168cf74f53dc751dedb
|
File details
Details for the file idf_build_apps-2.15.1-py3-none-any.whl.
File metadata
- Download URL: idf_build_apps-2.15.1-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0c7fe10f236bebcf8e47f92010dbdfafd5f0f843c983bbb19ddcaf82f2c40b4
|
|
| MD5 |
676f9777cfe2ecffaf45d96d67f7b11e
|
|
| BLAKE2b-256 |
cf6aa259441b468587d0753dda21b2a6885fb3498efbb65ec13845af60600596
|