Update v1.1.0 - MGT - RTD - PUSC #28

Merged
meierj merged 88 commits from mueller/mgt-rtd-pusc into develop 2021-04-25 12:40:38 +02:00
279 changed files with 3380 additions and 4330 deletions
Showing only changes of commit 5d24627c91 - Show all commits

View File

@ -105,10 +105,11 @@ void ObjectFactory::produce(){
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
* running.
*/
p60dockhandler->setModeNormal();
pdu1handler->setModeNormal();
pdu2handler->setModeNormal();
acuhandler->setModeNormal();
/** For now this needs to be commented out because there is no PCDU connected to the OBC */
// p60dockhandler->setModeNormal();
// pdu1handler->setModeNormal();
// pdu2handler->setModeNormal();
// acuhandler->setModeNormal();
#endif
/* Temperature sensors */
Tmp1075Handler* tmp1075Handler_1 = new Tmp1075Handler(

2
etl

Submodule etl updated: ae06e64177...1ac3b77ef4

2
fsfw

Submodule fsfw updated: 7d0916a44e...e994d81e18

View File

@ -23,7 +23,7 @@ namespace SYRLINKS {
/** The size of the header with the message identifier and the payload size field */
static const uint8_t MESSAGE_HEADER_SIZE = 5;
/** Size of reply to an rx status registers request */
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 30;
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 49;
static const uint8_t READ_TX_STATUS_REPLY_SIZE = 13;
static const uint8_t RX_DATASET_ID = READ_RX_STATUS_REGISTERS;

2
tmtc

Submodule tmtc updated: 1d5fe4ebc7...50c6752b32