brentru / esp32-arduino-lib-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Arduino Lib Builder ESP32 Arduino Libs CI

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

About


Languages

Language:C 57.3%Language:Shell 29.2%Language:Python 11.0%Language:CMake 2.3%Language:C++ 0.1%Language:Makefile 0.0%