Skip to main content
Davorin
Associate III
June 12, 2020
Question

Which license model fits best for an opensource github project based on STM32CubeIDE?

  • June 12, 2020
  • 2 replies
  • 619 views

Good morning

It is time to publish my work on github as an opensource project which includes KiCAD design files as well as STM32CubeIDE project...

So which license model on github would fit best so it doesn't interfere with the included/generated source files from STM32CubeIDE?

I assume I have to include at least www.st.com/SLA0044 ?

thanks in advance

richard

This topic has been closed for replies.

2 replies

TDK
Super User
June 12, 2020

It depends what parts of the code you use. The various licenses for each part can be found here:

https://github.com/STMicroelectronics/STM32CubeF4/blob/master/License.md

"If you feel a post has answered your question, please click ""Accept as Solution""."
Piranha
Principal III
June 14, 2020

BSD, MIT and Apache licenses are permissive open source licenses, which allow the code to be used almost everywhere.

https://en.wikipedia.org/wiki/Permissive_software_license

GPL type licenses are copyleft licenses, which require all related code to also be open source and therefore cannot be used in closed source projects.

https://en.wikipedia.org/wiki/Copyleft