-
Notifications
You must be signed in to change notification settings - Fork 29
feat(dispatcher): stream_frame codec + Dispatcher multiplexer; OTA rides them #747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
bac571f
feat(dispatcher): stream_frame codec + Dispatcher multiplexer; OTA ri…
finger563 3c44c82
refactor(stream_frame): v2 framing — full-byte module + type + flags
finger563 744262e
feat(coredump): migrate to v2 stream_frame (module 4) + Dispatcher; d…
finger563 2afafc5
feat(dispatcher): Python (xplat) bindings, C++ + Python examples, hos…
finger563 f2c3c31
fix(dispatcher): static-analysis + python-lint follow-ups
finger563 463d193
fix(dispatcher): re-entrancy safety, binding lifetimes, v2 doc correc…
finger563 144058f
fix(bldc_haptics): migrate the haptics USB protocol to v2 stream_fram…
finger563 af8ad9a
fix(dispatcher): v2 direction hardening + finish v1->v2 doc sweep
finger563 f52fd54
feat(stream_frame): optional correlation/sequence id + role-agnostic …
finger563 7206d23
perf(dispatcher): zero-copy re-entrancy-safe dispatch (defer mutations)
finger563 3676ddb
chore(dispatcher): make manifests release-ready (drop stream_frame ov…
finger563 882f822
fix(dispatcher): exception-safe dispatch depth + upload order + stale…
finger563 651d18a
fix(dispatcher): suppress cppcheck throwInEntryPoint false positive i…
finger563 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| idf_component_register(SRC_DIRS "." | ||
| INCLUDE_DIRS "." | ||
| REQUIRES bldc_driver bldc_haptics bldc_motor i2c motorgo-axis motorgo-mini | ||
| mt6701 ota task usb_device esp_tinyusb esp_timer espcoredump) | ||
| mt6701 ota stream_frame task usb_device esp_tinyusb esp_timer espcoredump) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.