Brendan McDonnell
Brendan McDonnell
The published full zipped STM32CubeF4 packages (v1.23.0 - v1.27.0) only include the latest STemWin (5.44). I need the older versions, too (5.32 & 5.40).
Hi @ALABSTM, > In this case, you can use **Cube MX** to download older versions of the STM32CubeF4 firmware package with the versions you are looking for of the STemWin...
When I apply the board-rev-specific changes from the old demo firmware to this repo, it responds as expected for a minute or so, then the app seems to hang. EDIT:...
Prior discussion and alternate proposal: https://github.com/petervanderdoes/gitflow-avh/issues/358
@gcampbell-msft thanks for the info. I do have `CMAKE_BUILD_TYPE` set in my `CMakePresets.json` (on `hidden` `configurePresets`, which are inherited by non-`hidden` `configurePresets`). Does you tagging this as a bug mean...
> It's possible that it's a bug in CMake Tools. Is there any way that you could provide a repro project that we could investigate with? I'll try when I...
> Or also, could you share the content of the object at `"cmake.defaultVariants": {}` in your files: > > * `~/.config/Code/User/settings.json` I guess you mean [`%appdata%\Code\User\settings.json`](https://github.com/user-attachments/files/15927022/appdata__settings.json)? I'm on Windows 10....
On further experimentation, this seems to be happening only with one particular project of mine. (In fact, only in one of my git worktrees for it!) I will experiment some...
When I copy the project where this warning is produced into another folder, and open that, it does not reproduce this warning. And when I rename the folders so that...
@jophippe, thanks for your feedback and the fix. > You can run the "CMake: Reset CMake Tools Extension State" command in the workspace to try to fix the internal state,...