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

uctypes: Implement assign to an array of scalar #1745

Closed
wants to merge 2 commits into from
Closed

uctypes: Implement assign to an array of scalar #1745

wants to merge 2 commits into from

Conversation

Anton-2
Copy link
Contributor

@Anton-2 Anton-2 commented Dec 23, 2015

Fix #1743

There is still some weirdness when doing unaligned access with a native layout. Data seems to be written with the wrong endianness.

The corresponding test case at the end of tests/extmod/uctypes_array_assign_native.py are commented out. I dont know how to fix it, and it may be related to #1698, needing more deeper changes.

@Anton-2
Copy link
Contributor Author

Anton-2 commented Dec 27, 2015

Superseded by #1754.

@Anton-2 Anton-2 closed this Dec 27, 2015
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Apr 5, 2019
…efactor

ROTARYIO_MODULE typo; EIC interrupt handler refactor
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.

uctypes: assign to scalar in an array is not fully implemented
1 participant