-
Notifications
You must be signed in to change notification settings - Fork 139
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
Interrupted uart example missing from #102 #106
Conversation
Hi, I gave it a try but I am getting the error:
Not sure what is causing it though... |
Hrm. Oh, I didnt include my .cargo for the example Maybe thats it? Pushing Otherwise
|
Seems all fine, not sure what went wrong when I tried it :) |
I will try and merge this with the existing PR, if that is ok with you? |
Absolutely
…On Wed, Jul 17, 2019 at 6:24 AM Emil Fresk ***@***.***> wrote:
I will try and merge this with the existing PR, if that is ok with you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADPI5EK2BIZDU3WNTKBVILP74MQVANCNFSM4ID3SNXA>
.
|
Hey man, sorry for the delay - I went on vacation :) |
This is now part of the other PR :) |
This can pulled against #102 or rebased on top of that, whatever.
I grabbed his example I found https://github.com/korken89/rtfm_workshop/blob/newhal/examples/pool.rs
and just made the necessary changes to get it to compile with current master
Its mainly waiting on cortex-m-rtfm update to 0.5.0
Compiles, but no promises on working yet, Im still playing with it.
Also this may not be the best place for the example to go, I could see it going under one of the board examples as it hardcodes pins, but I think those dont play well with rtfm right now?
cc @korken89