No description
Find a file
me-no-dev bf3d652a31 Disable allocation to PSRAM for LwIP and WiFi on ESP32
Having it enabled is causing bad packets being transmitted in some situations
2022-04-21 14:32:32 +03:00
.github/workflows Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
components Add support for drawing to more frame buffer formats 2022-04-19 23:30:33 +03:00
configs Disable allocation to PSRAM for LwIP and WiFi on ESP32 2022-04-21 14:32:32 +03:00
main Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
tools Prevent cron from failing because build was skipped 2022-03-29 16:09:36 +03:00
.gitignore Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
build.sh Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
CMakeLists.txt Esp32 s3 support (#62) 2022-03-28 12:11:21 +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