Brendan McDonnell
Brendan McDonnell
**Describe the bug** Link to [STemWin download page](https://www.st.com/en/licensed-software/stemwin-mw.html?softwareProduct=STemWIN-MW&softwareVersion=5.44.40) in the [STemWin readme.txt](https://github.com/STMicroelectronics/STM32CubeF4/blob/b5abca20c9676b04f8d2885a668a9b653ee65705/Middlewares/ST/STemWin/readme.txt#L16) is broken (404 error page). **Additional context** The same is true of all `STMicroelectronics/STM32CubeF[012347]` repos here on GitHub....
**Describe the set-up** * The board (either ST RPN reference or your custom board): _is one of these the number you're referring to?_ STM32F429I-DISC1 / MB1075-F429I-E01 * Atollic TrueSTUDIO for...
### Brief Issue Summary When I open my CMake-based project in Visual Studio Code (with this VSCode CMake Tools extension), it outputs this warning (twice) in the CMake/Build Output: ```...
Thanks to @geky and all contributors for this project. 😄 I see a couple of issue comments that speak to intended/tested target hardware type, but this does not seem to...
When I include MSBuildGitHash (v2.0.2) in my .NET Framework WebApp project, I get warnings as shown below. ``` 2>RunAssemblyMetadataCommand: 2> git describe --tags --always --dirty=* 2> 0.1-4-g0123abc* 2>RunAssemblyMetadataCommand: 2> git...
I had to use `GetExecutingAssembly()` to extract the `"GitHash"` in a .NET Framework WebApp, since `GetEntryAssembly()` was returning `null`. Perhaps this is worth mentioning in the `README.md`?
### Brief Issue Summary If I click this extension's "Build" button from the VSCode status bar (at the bottom), that button becomes a "Stop" button while the build is running,...