enable IP core components for both EM and FM
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2022-10-26 17:18:23 +02:00
parent 5173a0c9cb
commit 451581e1aa
2 changed files with 4 additions and 4 deletions

View File

@ -99,13 +99,13 @@ set(OBSW_ADD_GPS_CTRL
${INIT_VAL}
CACHE STRING "Add GPS controllers")
set(OBSW_ADD_CCSDS_IP_CORES
${INIT_VAL}
1
CACHE STRING "Add CCSDS IP cores")
set(OBSW_TM_TO_PTME
${INIT_VAL}
1
CACHE STRING "Send telemetry to PTME IP core")
set(OBSW_TC_FROM_PDEC
${INIT_VAL}
1
CACHE STRING "Poll telecommand from PDEC IP core")
set(OBSW_ADD_TCS_CTRL
${INIT_VAL}

View File

@ -51,7 +51,7 @@ void ObjectFactory::produce(void* args) {
// createPayloadComponents(gpioComIF);
// createHeaterComponents(gpioComIF, pwrSwitcher, healthTable);
// TODO: Careful! Swichting this on somehow messes with the communication with the ProASIC
// TODO: Careful! Switching this on somehow messes with the communication with the ProASIC
// and will cause xsc_boot_copy commands to always boot to 0 0
// createRadSensorComponent(gpioComIF);