Skip to content

MbedCRC: make buffers const void * #10699

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

Merged
merged 2 commits into from
Jun 9, 2019
Merged

MbedCRC: make buffers const void * #10699

merged 2 commits into from
Jun 9, 2019

Conversation

gpsimenos
Copy link
Contributor

Description

In MbedCRC, changing the following buffers from void * to const void *:
int32_t compute(const void *buffer, crc_data_size_t size, uint32_t *crc)
int32_t compute_partial(const void *buffer, crc_data_size_t size, uint32_t *crc)

This addresses issue #8287 (IOTCORE-556)

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

@gpsimenos
Copy link
Contributor Author

My first PR to Mbed OS as a member of the Core & Platform team, testing the waters. Let me know if I missed anything, as we had a different process before in Update Client.

@40Grit
Copy link

40Grit commented May 29, 2019

@loverdeg-ep

@ciarmcom ciarmcom requested a review from a team May 29, 2019 11:00
@ciarmcom
Copy link
Member

@gpsimenos, thank you for your changes.
@ARMmbed/mbed-os-core @ARMmbed/mbed-os-maintainers please review.

@ciarmcom ciarmcom requested a review from a team May 29, 2019 11:00
@0xc0170
Copy link
Contributor

0xc0170 commented Jun 7, 2019

Ci started

@mbed-ci
Copy link

mbed-ci commented Jun 8, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants