Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependency-refresh-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependency Refresh Tests
on:
push:
branches:
- feature/47-timing-2.2.4-dependency-refresh
- main
pull_request:
branches:
- main
Expand Down
8 changes: 4 additions & 4 deletions ESPRESSIO_DEPENDENCY_CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ EXECUTION

TRANSPORT / EVENT
├── Sockets 0.5.0
├── ESP-Now 0.5.2 (planned downstream refresh)
└── Event 5.8.2 (planned downstream convergence)
├── ESP-Now 0.5.2
└── Event 5.8.2

DIAGNOSTICS / OPERATOR
└── Serial 0.5.1 (release candidate)
└── Serial 0.5.1
```

## Downstream consumers

Event 5.8.2 will consume Threads 3.1.4 as a required dependency. Serial 0.5.1
Event 5.8.2 consumes Threads 3.1.4 as a required dependency. Serial 0.5.1
may consume Threads directly only through its opt-in diagnostic integration.

Threads itself remains independent of Event and Serial.
Expand Down
Loading