Shrink RTOS classes
Various RTOS classes were storing their CMSIS-RTOS creation attribute
structure as a member, when it's not required after construction. Reduce
memory by eliminating this member.
ls
1 parent 9c1fd48 commit 130fffaf8b47a18c19c39be01edd9bce0e0c5402
@Kevin Bracey Kevin Bracey authored on 3 Nov 2017
Showing 10 changed files
View
rtos/EventFlags.cpp
View
rtos/EventFlags.h
View
rtos/MemoryPool.h
View
rtos/Mutex.cpp
View
rtos/Mutex.h
View
rtos/Queue.h
View
rtos/RtosTimer.cpp
View
rtos/RtosTimer.h
View
rtos/Semaphore.cpp
View
rtos/Semaphore.h