scex reader task started
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Irini Kosmidou
2022-03-25 17:48:38 +01:00
parent 15d1da8199
commit df712c7100
7 changed files with 52 additions and 0 deletions

View File

@ -49,6 +49,7 @@ enum sourceObjects : uint32_t {
UART_COM_IF = 0x49030003,
SPI_COM_IF = 0x49020004,
GPIO_IF = 0x49010005,
SCEX_UART_READER = 0x49010006,
/* Custom device handler */
PCDU_HANDLER = 0x442000A1,
@ -57,6 +58,7 @@ enum sourceObjects : uint32_t {
HEATER_HANDLER = 0x444100A4,
RAD_SENSOR = 0x443200A5,
/* 0x54 ('T') for test handlers */
TEST_TASK = 0x54694269,
LIBGPIOD_TEST = 0x54123456,