No description
Find a file
2022-12-10 02:38:26 +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 Implement JTAG Debug for Arduino IDE 2.0 (#90) 2022-12-10 02:28:17 +02:00
main Added config to detect lib_builder is used. (#100) 2022-12-10 01:00:37 +02:00
tools Implement JTAG Debug for Arduino IDE 2.0 (#90) 2022-12-10 02:28:17 +02:00
.gitignore Update .gitignore 2022-12-10 02:38:26 +02:00
build.sh python v3 is standard (#83) 2022-08-29 11:18:06 +03: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