japaric-archived / cu

Testing ground for the Copper book (http://japaric.github.io/copper/).
Apache License 2.0
58 stars 1 forks source link

move device-agnostic code into a `cortex-m` crate #43

Closed japaric closed 7 years ago

japaric commented 8 years ago

This crate can be use in other projects that target different devices and should contain things like:

Look at the x86 crate for inspiration.

japaric commented 7 years ago

cortex-m now exists.