hackndev / zinc

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

STM32L1 - SPI #229

Closed kvark closed 9 years ago

kvark commented 9 years ago

Not sure if it actually works yet, since I'm only aware of my X-NUCLEO (BlueNRG) board that uses it. I'll work towards getting it running and fix anything that is revealed on the way.

kvark commented 9 years ago

r? @farcaller

bharrisau commented 9 years ago

Looks fine on a quick scan through. In the future could you separate things like "renamed Spi trait" into their own PR so it makes it easier to review.

kvark commented 9 years ago

@bharrisau thanks, agreed.

farcaller commented 9 years ago

LGTM