Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Project to work with new rust compiler #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

klanmiko
Copy link

@klanmiko klanmiko commented Mar 8, 2020

I am getting into embedded systems on Rust for the first time. I have an old msp432 board to test with. I included this crate and tried to use it, but it does not build with the current version of rust/rustc.

This change set regenerates the library using svd2rust 0.17.0 and updates relevant dependencies on cortex-m and cortex-m-rt in Cargo.toml

I have also split out the generated lib.rs into multiple src folders as per the svd2rust documentation

Also provided is the memory.x layout for this board.

fixes #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project is outdated
1 participant