No description
Find a file
2022-09-13 18:45:21 +03:00
.github/workflows Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
components Organize sdkconfig options for all chips (#68) 2022-05-19 17:35:59 +03:00
configs Skip version check for Rainmaker OTA (#86) 2022-09-13 18:45:21 +03:00
main Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
tools Add file in sdk with all component versions 2022-08-22 15:10:08 +03:00
.gitignore Do not append digest to the bootloader bin (#70) 2022-05-25 19:02:05 +03:00
build.sh python v3 is standard (#83) 2022-08-29 11:18:06 +03:00
CMakeLists.txt Implement memory variants on all chips to fix flash modes 2022-06-25 00:33:26 +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