-
Notifications
You must be signed in to change notification settings - Fork 981
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 STM32L433RC, STM32L433RB and STM32L443RC support #2033
Conversation
I see there are a few Astyle errors. Do I create a new pull request with the errors fixed? |
Hi @emoninet2. Thanks for this PR. No, simply amend your commit with astyle fixes and force push on the same branch. Then this PR will be automatically updated. |
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.
Thanks for the update.
Still one format issue.
I've also added the USB clock selection else USB will not work as it require 48MHz clock source.
variants/STM32L4xx/L433R(B-C)(I-T-Y)_L443RC(I-T-Y)/generic_clock.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…ck.c Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…ck.c Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…ck.c Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Support for STM32L433RC, STM32L433RB and STM32L443RC