Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

espressif/esp32-arduino-lib-builder

Repository files navigation

This repository contains the scripts that produce the libraries included with esp32-arduino.

Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS.

Build on Ubuntu and Raspberry Pi

sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache jqsudo pip install --upgrade pipgit clone https://github.com/espressif/esp32-arduino-lib-buildercd esp32-arduino-lib-builder./build.sh

Using the User Interface

You can more easily build the libraries using the user interface found in thetools/config_editor/ folder.It is a Python script that allows you to select and edit the options for the libraries you want to build.The script has mouse support and can also be pre-configured using the same command line arguments as thebuild.sh script.For more information and troubleshooting, please refer to theUI README.

To use it, follow these steps:

  1. Make sure you have the following prerequisites:
  • Python 3.9 or later
  • All the dependencies listed in the previous section
  1. Install the required UI packages usingpip install -r tools/config_editor/requirements.txt.

  2. Execute the scripttools/config_editor/app.py from any folder. It will automatically detect the path to the root of the repository.

  3. Configure the compilation and ESP-IDF options as desired.

  4. Click on the "Compile Static Libraries" button to start the compilation process.

  5. The script will show the compilation output in a new screen. Note that the compilation process can take many hours, depending on the number of libraries selected and the options chosen.

  6. If the compilation is successful and the option to copy the libraries to the Arduino Core folder is enabled, it will already be available for use in the Arduino IDE. Otherwise, you can find the compiled libraries in theesp32-arduino-libs folder alongside this repository.

  • Note that the copy operation doesn't currently support the core downloaded from the Arduino IDE Boards Manager, only the manual installation from thearduino-esp32 repository.

Documentation

For more information about how to use the Library builder, please refer to thisDocumentation page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors27


[8]ページ先頭

©2009-2025 Movatter.jp