ebelski / rust-copter

A quadcopter build using a Teensy running Rust and some other cool stuff that's yet to be determined.
MIT License
6 stars 1 forks source link

Remove ARM toolchain #33

Closed mciantyre closed 3 years ago

mciantyre commented 3 years ago

The PR removes our dependency on ARM binutils, and the ARM toolchain. Instead, we favor cargo binutils, and the dependencies recommended by the teensy4-rs project.

mciantyre commented 3 years ago

Draft for testing...