iqlusioninc / usbarmory.rs

Bare metal Rust support for USB armory MkII devices
Apache License 2.0
58 stars 4 forks source link

remove the u-boot dependency #54

Closed japaric closed 4 years ago

japaric commented 4 years ago

read the updated documentation for instructions on how to:

FIXMEs

japaric commented 4 years ago

@tarcieri if you are depending on the usbarmory crate you'll need to activate either the "ocram" (2x speedup) or "dram" feature of the usbarmory-rt crate. That feature selects where .text and .rodata sections (the biggest part of the program) are placed.

This is ready to go! :shipit: