-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 STM32L432 support and STM32L4 series EEPROM emulation #15050
Conversation
Add new led driver for Keychron's keyboards.
And the mismatch of the “Word” meaning between |
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Why are you completely deleting necessary files? |
These files already exist in latest develop branch. |
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.
Still would like to see unit tests validating the algorithm.
Thank you for your contribution! |
Hey, any update on this one? |
@lorthirk doesn't seem to be much progress from Keychron -- looks like they're content just using their fork instead. |
waiting for update |
EEPROM_WriteDataByte((uintptr_t)dest++, *src++); | ||
write_len = 1; |
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.
there's a bug here where you end up incrementing dest and src twice, first the inline post-increment and then when you do dest/src += write_len
at the end of the loop
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist