Skip to content
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

Add support for big endian in function endpoint_attribute_list (#141) #142

Merged
merged 1 commit into from
May 7, 2021

Conversation

pjzander-signify
Copy link
Contributor

The function generates defaults for big endian systems.
The function can be (optional) called with:
endian=<'big'|'little'> (default='little')
pointer= (default=4)
Examples:
#define GENERATED_ATTRIBUTES {{ endpoint_attribute_list endian="big" pointer=4}}
#define GENERATED_ATTRIBUTES {{ endpoint_attribute_list}}

Fixes issue 141

@pjzander-signify
Copy link
Contributor Author

Hello @tecimovic , can you please review my pull request?
If you have additional questions you can contact me.

@tecimovic
Copy link
Collaborator

Hello @tecimovic , can you please review my pull request?
If you have additional questions you can contact me.

Hey! Thanks for contributing, Paul!

I'm letting the CI run and if there are no weird issues, I'll merge it in.

@tecimovic tecimovic merged commit e3a60c2 into project-chip:master May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants