https://github.com/markuspi/boost-esp
Boost C++ library for ESP32
https://github.com/markuspi/boost-esp
boost cpp esp-idf esp32
Last synced: about 2 months ago
JSON representation
Boost C++ library for ESP32
- Host: GitHub
- URL: https://github.com/markuspi/boost-esp
- Owner: markuspi
- License: bsl-1.0
- Created: 2024-09-30T22:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T22:24:49.000Z (over 1 year ago)
- Last Synced: 2025-04-02T04:50:48.181Z (about 1 year ago)
- Topics: boost, cpp, esp-idf, esp32
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Boost-ESP
Boost C++ library for ESP-IDF.
Easy integration of [Boost libraries](https://github.com/boostorg/boost) into ESP32 projects.
## Installation
[](https://components.espressif.com/components/markuspi/boost-esp)
In your component directory (either `main` or any other component in `components/`), 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"
```