No description
Find a file
2022-01-18 18:00:13 +02:00
.github/workflows Stop builds for v3.3 2021-12-13 15:39:15 +02:00
components Update DCD xfer->max_size 2021-10-24 14:35:08 +03:00
main Add support for CMake, ESP32-S2 and IDF master 2021-04-05 14:15:55 +03:00
tools Update IDF target branch to v4.4 2021-10-24 13:07:06 +03:00
.gitignore Change MSC Buffer size to 4K 2021-10-13 16:20:01 +03:00
.travis.yml Create .travis.yml 2019-09-22 10:22:45 +03:00
build.sh Update build.sh 2021-06-13 18:13:05 -03:00
CMakeLists.txt Add support for CMake, ESP32-S2 and IDF master 2021-04-05 14:15:55 +03:00
README.md Update README.md 2019-09-22 10:49:14 +03:00
sdkconfig.esp32 Raise CONFIG_HTTPD_MAX_REQ_HDR_LEN to 1024 2022-01-18 18:00:13 +02:00
sdkconfig.esp32c3 Raise CONFIG_HTTPD_MAX_REQ_HDR_LEN to 1024 2022-01-18 18:00:13 +02:00
sdkconfig.esp32s2 Raise CONFIG_HTTPD_MAX_REQ_HDR_LEN to 1024 2022-01-18 18:00:13 +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