-
Notifications
You must be signed in to change notification settings - Fork 205
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 feather_m4 bsp and examples to v2 as much as possible #487
update feather_m4 bsp and examples to v2 as much as possible #487
Conversation
|
@TDHolmes, thanks for working on this. I think the only thing I see missing is switching to |
I just updated to v2 SPI, but I am not confident in the change I made to be honest. Looking at the data sheet, it seems like the SPI hookup used by the feather board shouldn't work. The IoSet doesn't seem to match up even though they all are on Sercom1.
I added IoSet3 as another option for PA17 on Sercom1. @jbeaurivage / @bradleyharden is it possible the data sheet just omitted this? |
8e883da
to
554ba56
Compare
I won't try auto merge for this. I expect there will be a conflict with #506. But it should be ready for merge |
I'll need to edit this a bit after rebasing. I'll ping ya when I do it later tonight |
Have you seen #445? Could you add that pin as well? |
add some docs, fix DMAC example add v2 SPI
0488675
to
19da5e1
Compare
@bradleyharden ah let me sneak that in |
@bradleyharden should be good to go! |
Wasn't too bad, mostly used
feather_m0
's transformation as a guide. I was able to test:I couldn't validate:
Unfortunately,
sleeping_timer_rtc
seems to not work. As that is my example, I'm going to take a look at this and see if I can fix it and/or if it's limited to M4TODOs:
figure out what's wrong with the- will figure this out in sleeping_timer_rtc examples don't work #488sleeping_timer_rtc
example