Skip to main content

Tools for building ESP-IDF related apps.

Reason this release was yanked:

bug with config file

Project description

idf-build-apps

Documentation Status pypi_package_version supported_python_versions

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.

  • find to find the buildable applications
  • build to build the found applications
  • completions to 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_apps and build_apps
  • Two classes, CMakeApp and MakeApp

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

idf_build_apps-2.5.0.tar.gz (81.3 kB view details)

Uploaded Source

Built Distribution

idf_build_apps-2.5.0-py3-none-any.whl (52.2 kB view details)

Uploaded Python 3

File details

Details for the file idf_build_apps-2.5.0.tar.gz.

File metadata

  • Download URL: idf_build_apps-2.5.0.tar.gz
  • Upload date:
  • Size: 81.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for idf_build_apps-2.5.0.tar.gz
Algorithm Hash digest
SHA256 b06f5b4c158347e22b5ac6e0d1e86e84099953d59c1eef61435dc82810152c74
MD5 5b926053340652eb30d77cba0233e3f0
BLAKE2b-256 7e0a38b4e1d76caeb7732d6689fa8ce6ddc464edd49fdd390d849aecf9eb22c7

See more details on using hashes here.

File details

Details for the file idf_build_apps-2.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for idf_build_apps-2.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80542a4e9df4f3e9d1e0764bfb037c2d5dd9a8fbb678ed7cdb38068d0efa0781
MD5 8437b6354ae10e48f20b970a4d5a1bbf
BLAKE2b-256 1a41441e72b30f9a0409174938f8e430a27ce20a759fbf052f0d0f42d43bee5f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page