mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
271 stars 31 forks source link

Favor a single workspace with examples #99

Closed mciantyre closed 3 years ago

mciantyre commented 3 years ago

It's faster to build all examples in a single package, rather than separate packages. Additionally, this lets us drop some of our extra CI steps which were combining features.

Remove the default build target; instead, build for your host. This makes it easier to use cargo test, and run unit tests on your host. When building examples, you'll need to specify the MCU target; see updated example docs for details.

Remove the Makefile, since it's no longer needed.

mciantyre commented 3 years ago

bors try

bors[bot] commented 3 years ago

try

Build failed:

mciantyre commented 3 years ago

bors try

bors[bot] commented 3 years ago

try

Build succeeded: