tools: ota_upgrade: filter by board name - #143
Merged
Merged
Conversation
Add and test CRC16 functions for the common `CRC16-CCITT` variant. Signed-off-by: Jordan Yates <jordan@embeint.com>
Fix several new typing issues raised by newer versions of `mypy`. Signed-off-by: Jordan Yates <jordan@embeint.com>
Do not consider devices for upgrade if the board target does not match. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add and test a helper function for retrieving an RPC wrapper by the command ID. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add missing `#!/usr/bin/env python3` to test files. Signed-off-by: Jordan Yates <jordan@embeint.com>
Enable RPC wrappers to handle json responses from the cloud directly. This allows nicer output than dumping the dictionary to the console. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add json handling for a number of RPCs. Signed-off-by: Jordan Yates <jordan@embeint.com>
Set the remote time before running the throughput test to avoid the remote regenerating keys on every packet sent and received. Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
feature/ota_upgrade_board_filter
branch
from
June 2, 2026 03:34
03c5639 to
55ce515
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Do not consider devices for upgrade if the board target does not match.