k210-sdk-stuff/rust/k210-shared
Wladimir J. van der Laan 7cc906d349 rust: Don't require resetting AES engine before every use
When using the AES engine in GCM mode, the hardware *requires*
verifying a tag even if we don't care about the result. Otherwise it
will hang in unfinished state, and needs a reset every time.

By going through these motions (like the SDK does) this costly reset can
be avoided.
2020-04-27 19:47:32 +00:00
..
src rust: Don't require resetting AES engine before every use 2020-04-27 19:47:32 +00:00
.gitignore rust: Add mandelbrot 2019-05-12 18:17:42 +00:00
build.rs rust: Add mandelbrot 2019-05-12 18:17:42 +00:00
Cargo.toml rust: Clean up cargo patches 2019-12-28 20:17:37 +00:00
memory.x rust: Add mandelbrot 2019-05-12 18:17:42 +00:00
README.md Unify license and CoC 2019-05-20 15:59:28 +02:00

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.