No description
Find a file
2019-09-22 09:59:31 +03:00
.github/workflows Add Github CI script 2019-09-22 09:59:31 +03: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 pull request #2 from lbernstone/idfcommit_out 2019-09-22 09:43:49 +03:00
.gitignore ignore any localized idf 2019-09-20 13:41:54 -06:00
build.sh Fix build for linux 2019-09-02 02:59:17 +03:00
Makefile Initial Commit 2019-09-02 01:37:03 +03:00
README.md Add build instructions for Linux 2019-09-02 11:04:14 +03:00
sdkconfig Enable OV7725 support and allocate lwip in RAM 2019-09-13 01:00:09 +03:00

#ESP32 Arduino Lib Builder

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