markuspi/boost-esp

1.84.0~1

uploaded 2 weeks ago
Boost C++ library for ESP-IDF

readme

# Boost-ESP

Boost C++ library for ESP-IDF.

Easy integration of [Boost libraries](https://github.com/boostorg/boost) into ESP32 projects.

## Installation

[![Component Registry](https://components.espressif.com/components/markuspi/boost-esp/badge.svg)](https://components.espressif.com/components/markuspi/boost-esp)

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:

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

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

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

Links

  • Repository Repository

Supports all targets

License: BSL-1.0

To add this component to your project, run:

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

or download archive

Stats

  • Archive size
    Archive size: 107.06 KB
  • Downloaded in total
    Downloaded in total 3 times
  • Downloaded this version
    This version: 3 times

Badge

markuspi/boost-esp version: 1.84.0~1
|