-
Notifications
You must be signed in to change notification settings - Fork 108
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
Tracking Issue for Revision V silicon #9
Comments
In the eevblog link above I see two notes regarding the ADC (which as mentioned in #10 would've been my next addition)
Now I assume this could be easily resolved using feature gates, however a feature gate named "V" or "Revision-V" might be hard for the average user to understand as they are probably not aware of Revision V. |
Yes, these are significant changes! For now I say implement for Rev Y, then add |
FYI: The NUCLEO-H743ZI2 I just got from Digikey has Silicon rev V (and non-detachable ST-Link-v3) |
stm32-rs/stm32-rs#247 for the PAC split. |
Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue stm32-rs#9
Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue stm32-rs#9
Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue stm32-rs#9
25: revision_v: Update feature gates from revision v split in PAC r=richardeoin a=richardeoin Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue #9 Co-authored-by: Richard Meadows <[email protected]>
@richardeoin Can we close this? The crates/features are nicely split to address this, right? |
Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue stm32-rs#9
25: revision_v: Update feature gates from revision v split in PAC r=richardeoin a=richardeoin Upstream change in stm32-rs stm32-rs/stm32-rs#247 Remove feature gates where they are not required. Add new v feature targets to travis. ADC is currently the only area where this crate differs between v and non-v. Revision v tracking issue stm32-rs#9 Co-authored-by: Richard Meadows <[email protected]>
ST has released a new silicon revision for the
H742/742/750/753
with significant changes.Please report or tag issues with Revision V here! Also see upstream.
The text was updated successfully, but these errors were encountered: