]> patrickod personal git archive - keywing-rs.git/commit
Initial port to Feather M4
authorPatrick O'Doherty <p@trickod.com>
Sun, 20 Sep 2020 17:51:31 +0000 (10:51 -0700)
committerPatrick O'Doherty <p@trickod.com>
Sun, 20 Sep 2020 23:13:41 +0000 (16:13 -0700)
commit2c5a6ce701efb11787525a42b6ced9957e32e6ca
treeb72bed58089218621cbb67f30e1dc1ee62fc8626
parentae7e9009c24193d06daa77bdfcde9caeb37053e4
Initial port to Feather M4

Changes:
 * Update the SPI and i2c bus initialization to use the handy feather_m4 hal
   helper methods.
 * Hack out some timer code in the invalid key handler due to differences in
   timer/delay API to return to later.
 * update memory.x referencing the atsamd feather_m4 board definition &
   reserving 1KB for panic dumping
.gitmodules
keywing/.cargo/config
keywing/Cargo.lock
keywing/Cargo.toml
keywing/Embed.toml [deleted file]
keywing/memory.x
keywing/src/main.rs
nrf-hal [deleted submodule]
shell.nix