espressif/adf_event_hub

0.5.0

Latest
uploaded 22 hours 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

License: Custom

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 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/adf_event_hub version: 0.5.0
|