mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
* Added Fw.BufferSend deallocate port to `ComQueue` * Updated FPP to v2.2.0a2 * Change `buffQueueIn` port from `drop` to `hook` * Added queue overflow hook method implementation * Added return status to `ComQueue::enqueue()` * `Fw::Buffer` is now deallocated on queue overflow * Enabled `UT_AUTO_HELPERS` in `ComQueue` UT build * Updated `ComQueue` UTs * Explicitly discard `enqueue()` return status * Replaced `overflowhook()` call with `deallocate()` * Fixed comment style * Renamed UT test case * Added internal queue overflow UT * Added assertion on `overflowHook()` argument