CLSH1001-Firmware/managed_components/espressif__esp-idf-cxx
2024-03-05 16:09:49 -06:00
..
examples first-commit 2024-03-05 16:09:49 -06:00
host_test first-commit 2024-03-05 16:09:49 -06:00
include first-commit 2024-03-05 16:09:49 -06:00
private_include first-commit 2024-03-05 16:09:49 -06:00
test_apps first-commit 2024-03-05 16:09:49 -06:00
.component_hash first-commit 2024-03-05 16:09:49 -06:00
.editorconfig first-commit 2024-03-05 16:09:49 -06:00
.gitignore first-commit 2024-03-05 16:09:49 -06:00
CMakeLists.txt first-commit 2024-03-05 16:09:49 -06:00
CONTRIBUTING.md first-commit 2024-03-05 16:09:49 -06:00
esp_event_api.cpp first-commit 2024-03-05 16:09:49 -06:00
esp_event_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00
esp_exception.cpp first-commit 2024-03-05 16:09:49 -06:00
esp_timer_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00
gpio_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00
i2c_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00
idf_component.yml first-commit 2024-03-05 16:09:49 -06:00
LICENSE first-commit 2024-03-05 16:09:49 -06:00
README.md first-commit 2024-03-05 16:09:49 -06:00
spi_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00
spi_host_cxx.cpp first-commit 2024-03-05 16:09:49 -06:00

ESP-IDF-C++

This project provides C++ wrapper classes around some components of esp-idf. It is organized as a component for the IDF component manager. You can find this component in the component registry.

NOTE

This component is in a beta-release phase. Some bits that are still missing (non-exhaustive list):

  • MQTT C++ classes
  • Default pin definition on Kconfig for some examples

A road map and detailed release document will be announced soon.

Requirements

No other special requirements are necessary.

Usage

Set up the IDF environment (i.e., . ./export.sh inside esp-idf). Then go to your project directory, use idf.py add-dependency espressif/esp-idf-cxx^1.0.0-beta (should only be done once) and you should be able to use this component.