No description
Find a file
2022-06-14 14:15:59 +03: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 Change sntp update interval from 1 to 3 hours. (#71) 2022-06-14 14:15:59 +03:00
main Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
tools Improve support for hand-written asm source files in PIO 2022-06-13 00:56:30 +03:00
.gitignore Do not append digest to the bootloader bin (#70) 2022-05-25 19:02:05 +03:00
build.sh Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
CMakeLists.txt Improve support for hand-written asm source files in PIO 2022-06-13 00:56:30 +03:00
README.md Update README.md 2019-09-22 10:49:14 +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
sudo pip install --upgrade pip
git clone https://github.com/espressif/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh