simulator has short board name

This commit is contained in:
Matthew Kennedy 2023-03-15 22:31:30 -07:00
parent 5c7334f2e7
commit 5a570f4e36
5 changed files with 2 additions and 20 deletions

View File

@ -17,7 +17,7 @@
#undef TS_SIGNATURE
#ifndef SHORT_BOARD_NAME
#define SHORT_BOARD_NAME all
#error SHORT_BOARD_NAME must be defined!
#endif /* SHORT_BOARD_NAME */
#pragma message ("SHORT_BOARD_NAME: " QUOTE(SHORT_BOARD_NAME))

View File

@ -1,6 +0,0 @@
//
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2319868418
#define TS_SIGNATURE "rusEFI master.2023.02.01.all.2319868418"

View File

@ -1,6 +0,0 @@
//
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 2673328549
#define TS_SIGNATURE "rusEFI master.2023.02.21.cypress.2673328549"

View File

@ -1,6 +0,0 @@
//
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 4152386409
#define TS_SIGNATURE "rusEFI master.2023.02.21.kin.4152386409"

View File

@ -253,7 +253,7 @@ CPPWARN = -Wall -Wextra -Wundef
# List all user C define here, like -D_DEBUG=1
UDEFS = -DSIMULATOR
DDEFS += -DFIRMWARE_ID=\"simulator\"
DDEFS += -DFIRMWARE_ID=\"simulator\" -DSHORT_BOARD_NAME=f407-discovery
# Define ASM defines here