bsp name is gen csv

This commit is contained in:
2021-05-18 16:16:02 +02:00
parent 3cf93164a4
commit fbb7dfa5ee
10 changed files with 12 additions and 10 deletions

View File

@ -30,9 +30,6 @@ MOVE_CSV_FILE = True
PARSE_HOST_BSP = True
CSV_FILENAME = "mod_events.csv"
CSV_MOVE_DESTINATION = "../"
CPP_FILENAME = "translateEvents.cpp"
CPP_H_FILENAME = "translateEvents.h"
@ -40,6 +37,9 @@ BSP_SELECT = BspType.BSP_Q7S
BSP_DIR_NAME = BSP_SELECT.value
CSV_FILENAME = f"{BSP_SELECT.value}_events.csv"
CSV_MOVE_DESTINATION = "../"
if BSP_SELECT == BspType.BSP_Q7S or BSP_SELECT == BspType.BSP_LINUX_BOARD:
FSFW_CONFIG_ROOT = f"../../linux/fsfwconfig"

View File

@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 83 translations.
* @details
* Generated on: 2021-05-18 16:13:40
* Generated on: 2021-05-18 16:15:50
*/
#include "translateEvents.h"