- Notifications
You must be signed in to change notification settings - Fork1k
variants(C0): add generic C011D6, C011F(4-6)(P-U) and C031F(4-6)P#2048
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
honnet commentedJun 30, 2023
Very cool! PS: There's a last question if I may: I had toremove the "WEAK" attribute for SystemClock_Config(), otherwise some of these parameters* were overwritten. => Could it be because it was (incorrectly) in variant_generic.cpp instead ofgeneric_clock.c? *I think it was the Clock source or pre-scaler. |
fpistm commentedJun 30, 2023
The function have to be WEAK to be able to overwrite it at sketch level that's all. |
honnet commentedJun 30, 2023
OK! Thanks! |
Base for#1995.
/CC@honnet