8000 GitHub - planevina/esp32-arduino-lib-builder at planevina-v3.0.7-h80
[go: up one dir, main page]

Skip to content

planevina/esp32-arduino-lib-builder

 
 

Repository files navigation

ESP32 Arduino Lib Builder

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

// Build all targets
./build.sh

// Build specific targets, e.g. ESP32-S3
./build.sh -t esp32s3

Documentation

For more information about how to use the Library builder, please refer to this Documentation page