/stm32-kicad-lib

KiCad libraries generated from the STM32Cube database.

Primary LanguagePython

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.