forked from FactbirdHQ/atat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move blocking parts to blocking module * Fix compile error in blocking client * Use Frame type using bincode in favor of custom Encoded * Add async client * Move buffers to shared * Async should not be a default feature * Fix compile error * Formatting * Let Ingress be shared between blocking and async * Add some docs to async client trait * Forward defmt feature to embedded-io * Remove old async client trait (now moved to mod) * Let ingress expose its buffer * Remove overflow error * Add async ingress advance * Migrate all timing/delay/timeout handling to embassy-time * Run GH actions tests with std feature flag, to enable time-driver * Add missing start_cooldown_timer to blocking client * Remove unused embedded-hal dependency * Add compile checks on buffer capacities * Remove embedded-time * Let tests run with cargo --test * Revert "Run GH actions tests with std feature flag, to enable time-driver" This reverts commit b52355c. * Formatting * Add example test on why we need double buffer capacity * Fix ingress regression for processing available bytes in buffer * Add write() convenience function to AtatIngress * Fix digest buffer slice * Let timeouts in config be Duration * Let error response be a warning - it may be deliberate * Add std example based on tokio * Move examples to seperate workspace member, and add embassy async example * Fix clippy recommendations * Use nightly toolchain in most of CI * Add thumbv6 feature in CI * Update readme with async feature and new examples --------- Co-authored-by: Mathias <mk@blackbird.online>
- Loading branch information
1 parent
ec094e1
commit 70283be
Showing
36 changed files
with
1,725 additions
and
1,846 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.