Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 272 Bytes

This is an stm32 kicad library based on the stm32cube database.

To regenerate the library, you will need to get the stm32cube database submodule by running the following commands:

git submodule init
git submodule update

The generate.sh script does that for you.