v1.17.0 #327

Merged
muellerr merged 131 commits from develop into main 2022-11-28 18:29:31 +01:00
59 changed files with 5383 additions and 2760 deletions
Showing only changes of commit 2c00119b47 - Show all commits

View File

@ -34,6 +34,7 @@ PlocSupvUartManager::PlocSupvUartManager(object_id_t objectId)
decodedRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true), decodedRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true),
ipcRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true) { ipcRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true) {
resetSpParams(); resetSpParams();
spParams.maxSize = cmdBuf.size();
semaphore = SemaphoreFactory::instance()->createBinarySemaphore(); semaphore = SemaphoreFactory::instance()->createBinarySemaphore();
semaphore->acquire(); semaphore->acquire();
lock = MutexFactory::instance()->createMutex(); lock = MutexFactory::instance()->createMutex();

2
tmtc

Submodule tmtc updated: f730ff4180...066adee13a