fprime/Ref/BlockDriver
M Starch cddf38bb6f
Make Os::Queues use Fw::MemAllocator pattern for memory (#4451)
* Queues use MemAllocator pattern

* Derive queue allocation from MallocRegistry

* Formatting

* Fix UTs

* Fix CI

* Fix alignment in UT

* Formatting and sp

* Formatting, bad header

* More formatting

* Add queue teardown

* Deinit components

* Fix priority queue test

* Fix bug in priority queue allocation

* Correct comments

* Fix FppTest and Ref UTs

* Fix max heap teardown

* Fix review comment on max heap

* Fix null -> nullptr
2025-12-02 17:36:15 -08:00
..
2025-09-10 15:02:07 -07:00
2025-06-24 09:08:44 -07:00
2025-09-10 15:02:07 -07:00
2025-06-04 10:38:29 -07:00

This is a demonstration component for a simple device driver. It takes a buffer as input and loops it back to the output. 
It also generates a timing "interrupt" to drive the rate groups.