-
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
Fix some places where we use OCTET_STRING when we should use CHAR_STRING #10745
Fix some places where we use OCTET_STRING when we should use CHAR_STRING #10745
Conversation
This size is obviously wrong. Seeconnectedhomeip/examples/bridge-app/linux/main.cpp Lines 203 to 213 in 4f35db6
This comment was generated by todo based on a
|
This size is obviously wrong. Seeconnectedhomeip/examples/bridge-app/linux/main.cpp Lines 208 to 213 in 4f35db6
This comment was generated by todo based on a
|
Size increase report for "gn_qpg-example-build" from 6e22d13
Full report output
|
PR #10745: Size comparison from 6e22d13 to 4f35db6 20 builds (for efr32, k32w, linux, p6, qpg, telink)
2 builds (for mbed)
10 builds (for nrfconnect)
|
4f35db6
to
847294c
Compare
PR #10745: Size comparison from 6e22d13 to 847294c 12 builds (for efr32, k32w, p6, qpg, telink)
10 builds (for linux, mbed)
|
Fixes project-chip#5542 Fixes project-chip#6112 Fixes project-chip#7112 Fixes project-chip#7322 Fixes project-chip#7654 Fixes project-chip#7655 Fixes project-chip#8704 Fixes project-chip#8705 Fixes project-chip#8706 Fixes project-chip#8707 Fixes project-chip#9797 Fixes project-chip#9798 Fixes project-chip#10508 Fixes project-chip#10509
847294c
to
71e75e9
Compare
PR #10745: Size comparison from 6e22d13 to 71e75e9 8 builds (for k32w, p6, qpg, telink)
14 builds (for efr32, linux, mbed)
12 builds (for esp32, nrfconnect)
|
Size increase report for "nrfconnect-example-build" from 6e22d13
Full report output
|
Size increase report for "esp32-example-build" from 6e22d13
Full report output
|
Problem
Various XML uses OCTET_STRING for historical reasons when it should use CHAR_STRING.
Change overview
Fix XML to use CHAR_STRING as needed, fix up a few zapt files to correctly log CHAR_STRING, fix resulting compile errors.
Fixes #5542
Fixes #6112
Fixes #7322
Fixes #7654
Fixes #7655
Fixes #8704
Fixes #8705
Fixes #8706
Fixes #8707
Fixes #9797
Fixes #9798
Fixes #10508
Fixes #10509
Testing
Compiled the tree.