Cmake module to find STM32 Discovery library files#132
Cmake module to find STM32 Discovery library files#132alxhoff wants to merge 1 commit intoObKo:masterfrom
Conversation
|
I think that I'm missing something, but what is the difference with whats its done in https://github.com/ObKo/stm32-cmake/blob/master/cmake/FindSTM32BSP.cmake ? |
|
I am not sure why STM does it but there is this firmware package for the discovery that shares some similarities with the BSP sources but then then for instance the l3gd20 sources are no longer discovery specific. You can probably achieve the same thing using the BSP sources but there is a specific discovery firmware package that this module is targeted towards. |
|
A good example is the |
|
Do you know if there are other discovery packages that could need this ? If so we should support most of them or at least add an issue to remember to do it. I recognize I'm not a Cmake guru so please take my remarks as a challenge to get best of the code and an easily maintainable repository. |
|
I found this repository (alongside with other -discovery repositories) I would be better to wait for more information before merging this. |
No description provided.