No description
Find a file
2023-04-11 15:59:44 +03:00
.github/workflows Run Cron on IDF v5.1 2023-04-11 01:43:46 +03:00
components Organize sdkconfig options for all chips (#68) 2022-05-19 17:35:59 +03:00
configs fix: rainmaker examples crashing on s3 due to low stack memory. (#106) 2023-02-21 16:26:33 +02:00
main Added config to detect lib_builder is used. (#100) 2022-12-10 01:00:37 +02:00
tools Support repository dispatch based on ESP-IDF tag 2023-04-11 15:59:44 +03:00
.gitignore Fix RainMaker compilation 2023-04-10 16:13:08 +03:00
build.sh Update package json with tolls matching the ESP-IDF version 2023-02-10 00:29:51 +02:00
CMakeLists.txt Fix RainMaker compilation 2023-04-10 16:13:08 +03:00
README.md README.md: Add jq as dependency. (#76) 2022-08-23 16:30:13 +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 jq
sudo pip install --upgrade pip
git clone https://github.com/espressif/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh