hi, Is it possible to change output .hex filename at preprocessor time, something like:
#define _BOARD_REV_ 1 ... #if (_BOARD_REV_ == 1) HEX_FILENAME("board_1.hex") #else HEX_FILENAME("board_old.hex") #endif