espressif/adf_event_hub

0.5.0

uploaded 1 month ago
ADF domain-scoped publish-subscribe event hub with queue and callback delivery modes

Changelog

# Changelog

## v0.5.0

### Features

- Initial version of `adf_event_hub`
- Domain-scoped publish/subscribe event hub with queue and callback delivery modes
- Subscription filtering by event id set or ANY_ID wildcard
- Thread-safe module (internal mutex); callback delivery runs in the publisher task; queue mode uses caller-provided FreeRTOS queues with `adf_event_hub_delivery_done()` for shared payload lifetime

Links

Supports all targets

To add this component to your project, run:

idf.py add-dependency "espressif/adf_event_hub^0.5.0"

download archive

Stats

  • Archive size
    Archive size ~ 90.05 KB
  • Downloaded in total
    Downloaded in total 8 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 8 times

Badge

espressif/adf_event_hub version: 0.5.0
|