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

Get rid of avr-libc dependency #76

Open
Rahix opened this issue Feb 14, 2021 · 3 comments
Open

Get rid of avr-libc dependency #76

Rahix opened this issue Feb 14, 2021 · 3 comments
Assignees
Labels
runtime Related to startup/interrupts/runtime

Comments

@Rahix
Copy link
Owner

Rahix commented Feb 14, 2021

Right now we use the CRT and other bits from avr-libc. Let's rewrite it in Rust, also to support devices which avr-libc currently does not support.

@Rahix Rahix added the runtime Related to startup/interrupts/runtime label Feb 14, 2021
@Rahix Rahix self-assigned this Feb 14, 2021
@Rahix
Copy link
Owner Author

Rahix commented Feb 14, 2021

This is an existing project archieving no libc dependence: https://github.com/shepmaster/rust-arduino-blink-led-no-core-with-cargo

@MarkuBu
Copy link

MarkuBu commented Jun 15, 2021

Any progress on this?

@Rahix
Copy link
Owner Author

Rahix commented Jun 16, 2021

No, unfortunately not. To be quite honest, I'm waiting for nightly rustc to be fixed for AVR before I intend to spend time on this, because it is getting increasingly harder to stick with the old revision...

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

No branches or pull requests

2 participants