-
Notifications
You must be signed in to change notification settings - Fork 91
The list of datasheets is unfortunately somewhat old and therefore incomplete. Complete series like STM32G4 are missing. #333
Comments
Extracted with some search and replace + libreoffice calc. The link are more complicated but working. |
I created a script to retrieve all datasheet in #327: |
It was "coming soon" dated 20 may when I red #326 |
Unfortunately I forgot to update my comment #326 (comment) when I created #327 the same day. Updated it after I saw this issue to avoid confusion in the future. But #327 is still not reviewed and merged... |
my manual extract returns 189 datasheets Your script returns ~140 You can update the static list (unless you are powerless user as me) "still not reviewed and merged..." : yes yes , it seems a lot of thing are pending here. You have this waiting: KiCad/kicad-packages3D#714 |
Interesting. I'll investigate... |
on st.com
|
My list is (intentionally) missing the STM32MP family (6 datasheets, see https://github.com/KiCad/kicad-library-utils/pull/327/files#diff-f6a681b02425513e05a08aa469e1ea28R21). Your "STM32" list is longer because it contains datasheets of STM8 and other non-STM32 controllers like e.g. ST92124 or ST7LITE1. |
To get the number (and a list) of existing STM32 datasheets:
|
oh ok. And the script cannot process datasheets not STM32, or output some drafts to begin a symbol ? |
No. |
I don't know ST micro families. I you tell me 'this model' is worth being created, I'll do it. The main concern being avoid entering manually 100 pins with names&type. -grab them with pdf extract |
The list of datasheets is unfortunately somewhat old and therefore incomplete. Complete series like STM32G4 are missing.
It is possible to extract a list of all STM32 datasheets from STs website with only a few lines of python code. PR coming soon...
Originally posted by @rleh in #326 (comment)
The text was updated successfully, but these errors were encountered: