-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * Fix `exportLinkKeyByIndex` * Fix `setExtendedTimeout` * Fix `sendUnicast` and `sendBroadcast * Update `sl_Status` enum and remove all use of `EmberStatus` * Compatibility with EZSP v9 * Compatibility with EZSP v4 * Handle `EmberStatus.ERR_FATAL` * Handle `EmberStatus.MAC_INDIRECT_TIMEOUT` * Add a few more network status codes * Fix `launchStandaloneBootloader` * Log `Unknown status` warning one frame earlier * Fix unit tests * Fix stack status unit tests * Migrate version-specific logic into `EZSP` subclasses * Move network and TCLK key reading as well * Move NWK and APS frame counter writing * Move child table writing and APS link key writing * Move network initialization * Move version-specific unit tests into EZSP test files * Mark abstract methods * Annotations for old Python * More annotations * Last one :) * Rename `write_child_table` to `write_child_data` * WIP: tests * Finish unit tests for EZSP protocol handlers * Drop `async_mock` * Move `tokenFactoryReset` to EZSPv13, it's not in v8 * Reorganize incoming frame handling to make mapping more explicit * Abstract away `send_unicast`, `send_multicast`, and `send_broadcast` * Oops, forgot to commit `test_ezsp_v14.py` * Fix application unit tests * Test `load_network_info` * Test `write_network_info`
- Loading branch information
Showing
40 changed files
with
2,585 additions
and
4,328 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
Oops, something went wrong.