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

More efficient memory writes and importable as module #1

Merged
merged 2 commits into from
Jul 30, 2018

Conversation

Atokulus
Copy link

No description provided.

Atokulus added 2 commits July 5, 2018 19:17
The script took up to 0.3s for one 256 Byte block on legacy single board computers, due to invoking a write per byte, rather than writing the data block in bulk.

Verified on STM32L443C6, STM32L433C6
@florisla
Copy link
Owner

Thanks, I never got round to checking if bulk write was actually working.

I'll merge this in the next few days.

I'll make a PyPI package later on now that I know it's actually requested.

@florisla florisla merged commit 1648aec into florisla:master Jul 30, 2018
@florisla florisla mentioned this pull request Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants