-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create EZSPv13 definitions * [WIP] Key reading rewrite * Abstract adding transient link keys * Fix `setChildData` schema * Remove extraneous `key = ...` * Drop `EmberEUI64` alias * Drop `EmberKeyData` alias * Log when frames have unparsed trailing data * Add undocumented `timeout_remaining` field to `EmberChildData` * Fix `getNetworkKeyInfo` command format * Ensure v13 types override v12 * Speed up key table scanning by reading the table size * Speed up reading of address tables * Set frame counters before setting security state * Ensure child restoration works * Ensure unit tests run on 3.8 * Use v12 config as base * `setSourceRoute` was only removed from the docs, it still exists? * Make sure proper protocol version is being used * Fix existing unit tests * Add a test for v13 * Use `CONFIG_KEY_TABLE_SIZE` for all versions * Mock network state loading for v13 * Fix `test_ezsp_v13` command tests * Ensure child table is restored * Increase coverage
- Loading branch information
Showing
52 changed files
with
1,635 additions
and
704 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
Oops, something went wrong.