2023-03-01 04:47 AM
When creating a project with the STM32CubeIDE, the resulting files have a lot of different license requirements, including a large number of BSD-style licenses that require the reproduction of some piece of text in something that is distributed to end users. And I probably have not yet found all of the open-source licenses.
Thanks...
Solved! Go to Solution.
2023-06-05 08:17 AM
I have found an answer: There are ready-built binaries of GNU compilation tools available from developer.arm.com. Using them is one way to avoid code bloat and to have more control over the pieces of licensed code in your compilation. However, I haven't tried how difficult that path would be from scratch.
2023-06-05 08:17 AM
I have found an answer: There are ready-built binaries of GNU compilation tools available from developer.arm.com. Using them is one way to avoid code bloat and to have more control over the pieces of licensed code in your compilation. However, I haven't tried how difficult that path would be from scratch.