Sestaveni upravenych knihoven pro Arduino framework a ESP32
Go to file
Pavel Brychta 4868978856 Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
components Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
configs Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
main Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
tools Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
.gitignore Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
CMakeLists.txt Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
README.md Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00
build.sh Jen ulozeni kopie z githubu 2022-07-07 08:53:01 +02:00

README.md

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