Julien Staub
Julien Staub
@zisi Please have a look at [readme](https://github.com/ObKo/stm32-cmake/blob/master/README.md) and [mutlicore examples](https://github.com/ObKo/stm32-cmake/tree/master/examples/multi-core). As H7 family contains dual core devices you need to specify the core. This code is working: ``` stm32_fetch_cube(H7) find_package(CMSIS...
We don't really know projects using stm32-cmake but there are already some examples that should be enough to start with. I plan to add some more/better H7 example as your...
Hi @stawiski Thank you for your issue. You are clearly pointing out a difficulty the newcomers may face. Please consider doing a pull request to add to readme and example....
Hi @MBetters, The modern-cmake branch has been merged last year and the repo is now (since few weeks) actively maintained. > I might do a PR to handle the case...
@Hish15 It's quite clear : LWIP is only in repos F1 F2 F4 F7 and H7 but F1 and F2 are not up to date enough to use this PR....
Go ahead. I didn't start anything on this.
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...
I found [this](https://github.com/STMicroelectronics/stm32f429i-discovery) repository (alongside with other -discovery repositories) It seems that repository is more up to date that the version from website you use. Note also it's quite new...
Nothing wrong with WIP. I converted PR to draft. Please just convert to normal PR when you are done.
Please note --sysroot is already passed manually to compiler https://github.com/ObKo/stm32-cmake/blob/1dcb772e93d4e1ffd0229516e16d276eb880c3b6/cmake/stm32/utilities.cmake#L20 and linker https://github.com/ObKo/stm32-cmake/blob/1dcb772e93d4e1ffd0229516e16d276eb880c3b6/cmake/stm32/utilities.cmake#L27 I suppose the proposal makes sense. Not for the `find_` command but to automate these lines (which...