Skip to content

A fork of espressif/esp32-arduino-lib-builder configured for esp32-solo single-core modules.

Notifications You must be signed in to change notification settings

pauln/esp32-arduino-lib-builder

 
 

Repository files navigation

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

About

A fork of espressif/esp32-arduino-lib-builder configured for esp32-solo single-core modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 53.1%
  • C 44.8%
  • Makefile 1.7%
  • Other 0.4%