Hi
I have made a small Python script that generates a C-file with the build date/time and some other values.
Is it possible to make Segger Embedded Studio execute the python script before a rebuild so the generated file is always up to date? Or do I have to call the build command from the python script instead?