avr-rust / ruduino

Reusable components for the Arduino Uno.
Apache License 2.0
695 stars 49 forks source link

Enable all cores when building documentation #11

Open dylanmckay opened 5 years ago

dylanmckay commented 5 years ago

Currently, the build script has a special case when not targeting AVR; default to atmega328 so that docs.rs can build it.

We should build all cores when generating documentation, so that the documentation is applicable to more than one device.