mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 09:26:21 +04:00
2906c8c895
Add basic DMAC support (SPI/LCD first). The current implementation (adding _dma to LCD traits) is really, really awkward and just for testing. Probably it would be better for the LCD to own its own dedicated DMA channel to avoid having to pass them in for every… single… thing… |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
memory.x | ||
README.md |
k210-console
Console emulator written in rust for the Maix Go.
Barely functional at the moment. This is really a test for some functionality like SPI and driving the display from Rust.