Releases: cleishm/idfxx
v2026.04.24 — Initial public release
First public release of idfxx, a modern C++23 component library for ESP-IDF.
All 30 components published at version 1.0.0. See the README for an overview, install instructions, and usage examples; see CHANGELOG.md for the full component list.
Components
Core infrastructure: idfxx_core, idfxx_log, idfxx_event, idfxx_event_group, idfxx_queue, idfxx_task, idfxx_timer, idfxx_hw_support
System services: idfxx_console, idfxx_nvs, idfxx_ota, idfxx_partition
Networking: idfxx_netif, idfxx_wifi, idfxx_http, idfxx_http_client, idfxx_http_server, idfxx_https_server
Peripherals: idfxx_gpio, idfxx_spi, idfxx_i2c, idfxx_onewire, idfxx_pwm, idfxx_button, idfxx_rotary_encoder
Display: idfxx_lcd, idfxx_lcd_ili9341, idfxx_lcd_touch, idfxx_lcd_touch_stmpe610
Sensors: idfxx_ds18x20
Installation
Add to your project's idf_component.yml:
dependencies:
cleishm/idfxx_core:
version: "^1.0.0"
cleishm/idfxx_gpio:
version: "^1.0.0"