Request for Hooks in the Build process #2732
Labels
Component: Compilation
Related to compilation of Arduino sketches
Component: Preprocessor
The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Component: Toolchain
The tools used for compilation and uploading to Arduino boards
feature request
A request to make an enhancement (not a bug fix)
It would be very useful to be able to add a recipe to the platform specification that is executed at the start of the build process. (pre-build)
In particular, my use case is to generate version strings which will be incorporated in the Rom image based on information extracted from a SCM repository. However, the concept is generic and I am sure that there are other uses.
Similarly, a (post-build) hook should be provided to allow platform-specific actions at the end
The text was updated successfully, but these errors were encountered: