-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
SMT32G4: Add USB, QPSI and AEMICS Board PYglet #9367
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
base: master
Are you sure you want to change the base?
Conversation
842d614
to
fc8f416
Compare
I don't know if this is the way, or should I cut all features up into multiple PR's? For me this is a project I do on the side, next to my normal commercial work, so taking less time (so putting it in 1 PR) allows me to do this kind of coding (and quicker) because it is unpaid. |
d31c9e0
to
65895ce
Compare
…on pins. Fix later in pin extractor.
…e flash timer (512 ms interval) will not take too long and reduce risk of loosing CAN messages.
This is an automated heads-up that we've just merged a Pull Request See #13763 A search suggests this PR might apply the STATIC macro to some C code. If it Although this is an automated message, feel free to @-reply to me directly if |
We build our own basic MicroPython board with a ST G473 processor. We are using it internally for some time now, and we thought to finally do a Pull Request on the board.
Included with this PR is USB and QSPI functionality for the G4 series, as they are required for the board to build.