-
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
Switch the zpro encoder/decoder to using BufBound #2073
Labels
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Working on this currently |
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 13, 2020
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 13, 2020
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 13, 2020
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 20, 2020
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 21, 2020
bhaskar-apple
pushed a commit
to bhaskar-apple/connectedhomeip
that referenced
this issue
Aug 25, 2020
woody-apple
pushed a commit
that referenced
this issue
Aug 25, 2020
* Switch the zpro encoder/decoder to using BufBound #2073 * Replace extraneous printf * Fix build * PR Feedback * Fix the measure case for encodeAPSFrame * PR Feedback round 2 * PR feedback round 3 Co-authored-by: Bhaskar Sarma <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
There's a bunch of manual buffer management code in
src/app/chip-zcl-zpro/command-encoder/encoder.c
that can useBufBound
now that @rwalker-apple's #1947 has landed.Proposed Solution
Switch these files from C to C++ (still with an
extern "C"
API) and use BufBound where appropriate.The text was updated successfully, but these errors were encountered: