-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add UART driver for SAMG #761
Conversation
b68888a
to
9459e79
Compare
cc73241
to
265898a
Compare
265898a
to
2c039f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks!
Hm?
|
Well, it seems USART7 is only available on the 'j' parts, not the 'g' parts. I guess I need to add some filtering based on the |
Your tests are good :) |
That's weird, since modm-devices should apply this filter automatically? This smells like a bug in modm-devices, I'll check that out. |
I think I get it. The flexcom driver doesn't have the device-pin field, and I'm using |
2c039f2
to
a0b1b97
Compare
I changed to |
a0b1b97
to
35f675a
Compare
Ah, I see. This isn't a bug in modm-devices, but perhaps a bug in the data? <driver name="flexcom" type="samg55">
<instance value="0"/>
<instance value="1"/>
<instance value="2"/>
<instance value="3"/>
<instance value="4"/>
<instance value="5"/>
<instance value="6"/>
<instance value="7"/>
</driver> |
No I don't think so. I don't think it makes sense. I suspect it's just a mistake in the vendor data. |
35f675a
to
6e9f000
Compare
No description provided.