No description
Find a file
2020-01-27 00:22:27 +02:00
.github/workflows Update cron.yml 2020-01-27 00:22:27 +02:00
components/fb_gfx Initial Commit 2019-09-02 01:37:03 +03:00
main Initial Commit 2019-09-02 01:37:03 +03:00
tools Merge branch 'master' into release/v3.3 2020-01-20 21:30:10 +02:00
.gitignore Archive each build 2019-09-25 01:11:32 +03:00
.travis.yml Create .travis.yml 2019-09-22 10:22:45 +03:00
build.sh Update cron.yml 2019-09-28 02:32:57 +03:00
Makefile Fix includes not copied if idf is in the project 2019-09-25 01:44:05 +03:00
README.md Update README.md 2019-09-22 10:49:14 +03:00
sdkconfig Update sdkconfig 2020-01-25 02:41:17 +02: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