From 0c9018c0c93bc31e273a22422e94412bd7f0a69c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Aug 2022 18:41:50 +0200 Subject: [PATCH] specify where some info is coming from --- linux/devices/devicedefinitions/PlocMPSoCDefinitions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux/devices/devicedefinitions/PlocMPSoCDefinitions.h b/linux/devices/devicedefinitions/PlocMPSoCDefinitions.h index f92cfd22..aa0f85b8 100644 --- a/linux/devices/devicedefinitions/PlocMPSoCDefinitions.h +++ b/linux/devices/devicedefinitions/PlocMPSoCDefinitions.h @@ -91,7 +91,9 @@ static const uint16_t LENGTH_TC_MEM_WRITE = 12; static const uint16_t LENGTH_TC_MEM_READ = 8; /** - * TODO: Might be a good idea to document where this is coming from + * Maximum SP packet size as specified in the TAS Supversior ICD. + * https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_TAS-ILH-IRS/ICD-PLOC/TAS&fileid=942896 + * at sheet README */ static constexpr size_t SP_MAX_SIZE = 1024; static const size_t MAX_REPLY_SIZE = SP_MAX_SIZE * 3;