No description
Find a file
Me No Dev 71de5299df
Esp32 s3 support (#62)
Fixes: https://github.com/espressif/arduino-esp32/issues/6187

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2022-03-28 12:11:21 +03:00
.github/workflows Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
components Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
configs Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
main Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
tools Esp32 s3 support (#62) 2022-03-28 12:11:21 +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