mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
Decide what to do with HD44780/clerk crate #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @therealprof on GitHub (Aug 9, 2018).
Originally assigned to: @berkus on GitHub.
As pointed out by @JohnDoneth, @kunerd crate HD44780 is doing custom bitbanging via sysfs instead of using the
embedded-haltraits which means that this driver does not fulfil the criteria for a "driver crate" as mentioned on the page:We could move it down a section to the
no_stdcrates.@kunerd What do you think?
@kunerd commented on GitHub (Aug 9, 2018):
I have started porting the lib to use the
embedded-haltraits some time ago, but had some issues and some discussions started on how to handle parallel ports withinembedded-hal. After that I unfortunately haven't had enough time to do further work on this. I also haven't tracked the discussions on parallel ports, so I don't know the current state on that. But, I have no problem withclerkbeing moved tono_std.@therealprof commented on GitHub (Aug 11, 2018):
@kunerd Would you mind creating a PR for the move between sections?
@berkus commented on GitHub (Nov 22, 2024):
It's in the "WIP drivers" section, asking for help in porting, so it seems to be in the right spot for now.