Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed Sep 27, 2019
2 parents c10ff85 + 3b5df17 commit 1224303
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Patches project files generated by CubeMX for STM32CubeIDE to work with TouchGFX
When generating TouchGFX projects using CubeMX and the STM32CubeIDE application, it will clobber a bunch of settings in the project XML that require you to configure each time. Super annoying, and since ST/TouchGFX team can't get around to fixing this in a timely manner this patch was created.

## Usage
It's a .NET Core application which you can run from the command line (Windows 10). After running the utility, you should be able to refresh your project (Right-click your project, choose Refresh) and build afterwards.
It's a .NET Core application which you can run from the command line (Windows 10). After running the utility, you should be able to refresh your project (Right-click your project, choose Refresh) and build afterwards. Note that the utility will always create a backup of the project file before patching it - but as with all software you should rely on your own backups in case of the apocolypse.

### Run a pre-built release

Expand All @@ -30,3 +30,7 @@ or optionally build it / run in Visual Studio.
### Notes

It will patch the .cproject XML file to set the appropriate includes/source values required for building with TouchGFX.

### Pre-Build step

You can add this patcher as a pre-build step to your project (Project Properties -> C/C++ Build -> Settings -> Build Steps -> Pre-build steps) however I haven't found a way to get the IDE to refresh the project so you would need to build, refresh the project, then build again :-/

0 comments on commit 1224303

Please sign in to comment.