Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 693 Bytes

Boost-ESP

Boost C++ library for ESP-IDF.

Easy integration of Boost libraries into ESP32 projects.

Installation

Component Registry

In your component directory (either main or any other component in components/<name>), edit or create the idf_component.yml manifest file and add markuspi/boost-esp as a dependency:

dependencies:
  markuspi/boost-esp: "^1.84.0~1"

Or use the following command to add it to your project:

idf.py add-dependency "markuspi/boost-esp^1.84.0~1"