Skip to content

espressif/esp32-arduino-lib-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7df5ab5 · Feb 27, 2024
Feb 27, 2024
Oct 5, 2023
Feb 22, 2024
Nov 21, 2023
Jan 8, 2024
Feb 27, 2024
Oct 5, 2023
Nov 9, 2023
Dec 6, 2023
Feb 27, 2024
Oct 5, 2023

Repository files navigation

ESP32 Arduino Lib Builder ESP32 Arduino Libs CI

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 jq
sudo pip install --upgrade pip
git clone https://github.com/espressif/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh

Documentation

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