Brad Campbell
Brad Campbell
> Wouldn't Imix match Hail? It should, we should change hail to use 0x40000 for apps. But then it too is part of nrf52...
I wrote an example for GPIO here: #498. That should be a good starting point using the GPIO library.
We need the comment updated, and it should just be on its own line since it is a different architecture and may need to be handled differently.
Do we need this for an older version of the kernel? Or is OK if this only works on latest master of the kernel? If the latter, it would be...
I would like to try this out. It seems like it needs a rebase at this point. I was able to confirm that just including the relevant changes do work...
Any chance you have tried embedded graphics? https://crates.io/crates/embedded-graphics
> To merge this I think we should rename "display" to "screen" to be consistent with the kernel. The display crate should be renamed to screen and moved to a...
This looks good except for making the crate `apis/display/screen` so we can add other displays in the future.
@alexandruradovici can you review?
> > This PR is large and makes me nervous. My specific concerns that I can articulate right now: > > > > 1. Adding #ifdefs and a custom assembly...