No description
Find a file
Me No Dev 3544fe40d7
Do not append digest to the bootloader bin (#70)
Allows the bootloaders to be flashed with esptool v4 on devices with different size flash
2022-05-25 19:02:05 +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 Organize sdkconfig options for all chips (#68) 2022-05-19 17:35:59 +03:00
main Esp32 s3 support (#62) 2022-03-28 12:11:21 +03:00
tools Do not append digest to the bootloader bin (#70) 2022-05-25 19:02:05 +03:00
.gitignore Do not append digest to the bootloader bin (#70) 2022-05-25 19:02:05 +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