-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python] Add timed request support #13318
[python] Add timed request support #13318
Conversation
PR #13318: Size comparison from 206e173 to 65b13d7 Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the logic that ensures that commands that have to be run as timed as defined in schema will always do so?
65b13d7
to
5bd77aa
Compare
Thanks for notice, code & tests updated. |
5bd77aa
to
99051be
Compare
PR #13318: Size comparison from b81facc to 99051be Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
99051be
to
214ec33
Compare
PR #13318: Size comparison from b81facc to 214ec33 Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
214ec33
to
7d21905
Compare
7d21905
to
56e43be
Compare
PR #13318: Size comparison from 19f61eb to 56e43be Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
fast track: open for a while, created and reviewed by a domain owner, python code is test support code. |
* [python] Add timed request support * Run Codegen
* [python] Add timed request support * Run Codegen
Problem
Python cannot send timed requests
Change overview
Add timed request support to chip-repl
Testing