Skip to content

Commit

Permalink
Rewrite command parsing/serialization (#231)
Browse files Browse the repository at this point in the history
* WIP

* Replace implicit polling tasks with explicit polling loop

* Get API unit tests passing

* Fix remaining unit tests

* Merge TX and RX schemas into a single object

* Match command responses by both command ID and the seq

* Increase test coverage

* Parse firmware structure

* Increase coverage

* Restrict `cancelling` to 3.11+

* Add unit test for `utils`

* Add unit tests for request retries

* Unit test request locking
  • Loading branch information
puddly authored Nov 10, 2023
1 parent 3c82aed commit 7264e6a
Show file tree
Hide file tree
Showing 12 changed files with 1,662 additions and 1,464 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- --safe

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
Loading

0 comments on commit 7264e6a

Please sign in to comment.