-
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 ICD support to Python binding #33533
[python] Add ICD support to Python binding #33533
Conversation
PR #33533: Size comparison from 7e7d2f9 to 1817977 Decreases (1 build for efr32)
Full report (50 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
1817977
to
407fbdc
Compare
PR #33533: Size comparison from b5d13a7 to 407fbdc Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.cpp
Outdated
Show resolved
Hide resolved
src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.cpp
Outdated
Show resolved
Hide resolved
src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.h
Outdated
Show resolved
Hide resolved
407fbdc
to
07a1262
Compare
PR #33533: Size comparison from c3ef110 to 07a1262 Decreases (1 build for efr32)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
07a1262
to
4b9334f
Compare
PR #33533: Size comparison from c3ef110 to 4b9334f Decreases (1 build for efr32)
Full report (52 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
eb434cd
to
8713f26
Compare
8713f26
to
54459c0
Compare
7ebe230
to
8f9c33f
Compare
8f9c33f
to
f8dcf16
Compare
PR #33533: Size comparison from 201d5fa to f8dcf16 Full report (48 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
PR #33533: Size comparison from 201d5fa to ea934c5 Increases above 0.2%:
Increases (15 builds for esp32, linux)
Decreases (10 builds for linux)
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
6622dd0
to
cdce7fa
Compare
PR #33533: Size comparison from 44526d2 to 17da042 Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33533: Size comparison from 44526d2 to 56eaf4c Increases above 0.2%:
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
This PR adds ICD support to Python binding, including:
APIs added:
ICD functions requires running chip-repl with
-s
.