astro / rust-lpc13xx

Peripheral access API for NXP LPC13xx microcontrollers generated through svd2rust
Apache License 2.0
2 stars 0 forks source link

Move to https://github.com/lpc-rs/lpc-pac/? #1

Open rnestler opened 5 years ago

rnestler commented 5 years ago

Hi @astro

I'd like to ask if you want to join our efforts to provide svd2rust generated peripheral access crates for the LPC family of micro-controllers :smiley:.

See also https://users.rust-lang.org/t/handling-of-device-peripheral-access-crates/22663. Feel free to also reach out to me via e-mail or on IRC in the #rust-embedded channel to discuss this.

astro commented 5 years ago

Thanks for the headsup. I'm looking forward to use a hal impl.

I'm not very sure what to do here: abandon this crate and migrate the one dependency to lpc-pac.

astro commented 5 years ago

Ok, now I understand better. I gave integration a shot but was reminded that this controller's svd file requires a patch svd2rust.

rnestler commented 5 years ago

Ok, now I understand better. I gave integration a shot but was reminded that this controller's svd file requires a patch svd2rust.

Hmm that's a shame. I think we'd require the same patch for the lpc17 PAC.

Maybe we should try and get a solution merged to svd2rust?