No description
Find a file
2023-11-16 18:05:56 +02:00
.github/workflows Update cron.yml (#147) 2023-11-10 10:39:45 +02:00
components Release/v5.1 (#115) 2023-10-05 16:15:25 +03:00
configs Fix: increase ESP32-S3 Bluetooth tasks stack size to 8k (#141) 2023-11-10 01:23:31 +02:00
main Enable ESP-DL for ESP32, ESP32-S2 and ESP32-S3 2023-11-16 18:05:56 +02:00
patches Release/v5.1 (#115) 2023-10-05 16:15:25 +03:00
tools esp-dl as managed component (#148) 2023-11-11 01:09:24 +02:00
.gitignore Release/v5.1 (#115) 2023-10-05 16:15:25 +03:00
build.sh Using most IDF Managed Components instead of git-clone (#145) 2023-11-09 23:09:07 +02:00
CMakeLists.txt Using most IDF Managed Components instead of git-clone (#145) 2023-11-09 23:09:07 +02:00
partitions.csv Release/v5.1 (#115) 2023-10-05 16:15:25 +03:00
README.md Update build badge in README.md 2023-04-25 03:07:28 +03:00

ESP32 Arduino Lib Builder ESP32 Arduino Libs CI

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 jq
sudo pip install --upgrade pip
git clone https://github.com/espressif/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh