No description
Find a file
2022-12-21 00:04:13 +02:00
.github/workflows Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
components Organize sdkconfig options for all chips (#68) 2022-05-19 17:35:59 +03:00
configs Added Insights configs to common defs (#101) 2022-12-13 11:00:44 +02:00
main Added config to detect lib_builder is used. (#100) 2022-12-10 01:00:37 +02:00
tools Fix build for latest ESP-SR 2022-12-21 00:04:13 +02:00
.gitignore Update scripts 2022-12-10 03:30:40 +02:00
build.sh Update scripts 2022-12-10 03:30:40 +02:00
CMakeLists.txt Include ESP-Insights component for esp32 target (#99) 2022-12-10 02:27:37 +02:00
README.md README.md: Add jq as dependency. (#76) 2022-08-23 16:30:13 +03:00

ESP32 Arduino Lib Builder Build Status

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