hackndev / zinc

The bare metal stack for rust
zinc.rs
Apache License 2.0
1k stars 100 forks source link

Modify examples to be dedicated crates #331

Closed farcaller closed 9 years ago

farcaller commented 9 years ago

As a followup to #330, we need to refactor all the examples to be dedicated crates. This also shows how hard zinc is to use for external users. I'd expect a zinc app to be just one more crate. It is unreasonable to expect the users to download zinc source and add a new "example" entry.

mcoffin commented 9 years ago

Do the concepts from posborne/zinc-example-lpc17xx and the wiki not work anymore?

farcaller commented 9 years ago

they do. The bundled examples are broken though.

mcoffin commented 9 years ago

It is unreasonable to expect the users to download zinc source and add a new "example" entry.

Ah I was just confused by this sentence.

farcaller commented 9 years ago

Right. I forgot about that wiki page when I was writing it.

farcaller commented 9 years ago

Landed all in #318.