-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/cc2538: avoid using bitfields with the LCRH register #2753
Conversation
Looks reasonable. Has anyone the hardware to test? I don't... |
Me neither. Should we just merge? |
I'd say yes but I don't dare to do so :-) |
@haukepetersen, can you test? |
yes, will ASAP (sorry for the delay) |
@hexluthor, can you rebase? @kYc0o, you have the hardware to test, right? |
Yes I can test :) |
Otherwise the UART ignores the new baudrate divisor.
d48654e
to
04bd6e5
Compare
Rebased. |
Cool! |
I just tested with sucess, just waiting for travis. |
@kYc0o I give you the honor to merge this ;) |
hohoho I was very optimistic with the T-guy xD |
@kYc0o, wanna give it another try with merging? ;-) |
wow! It has just finished? I was looking at it every 5min! yes! ACK and merge! |
cpu/cc2538: avoid using bitfields with the LCRH register
Yeah! |
Otherwise the UART ignores the new baudrate divisor. Tested on cc2538dk with various SYS_DIV (system clock rate) settings.