mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Remove NATIVE_* types from FileUplink * Remove NATIVE_* types from RateGroupDriver * Remove NATIVE_* types from ComLogger * Addressing init function usage of NATIVE_ types * NATIVE_ types from command dispatcher * NATIVE_ types from ComQueue * NATIVE_ types from CmdSplitter * U32 -> FwOpcodeType in CmdDispatcher * NATIVE_ types in BufferManager * NATIVE_ types in LinuxTimer * NATIVE_ types from BufferAccumulator and renabling UT * NATIVE_ types from TlmChan * NATIVE_ types from BufferRepeater * NATIVE_ types from Active/Passive Rate Group * NATIVE_ types from ComSplitter and ComStub * NATIVE_ types from ActiveLogger and fixed ActiveRateGroup sdd * NATIVE_ types from Dp* * NATIVE_ types from FileManager and ActiveLogger (missed) * NATIVE_ types from BufferLogger, FileDownlink, StaticMemory * Deleting UdpSender/UdpReceiver that lack models and build config * NATIVE_ types from Health * NATIVE_ types from CmdSequencer * NATIVE_ types from TlmPacketizer * Fixing unit test issues * POINTER_CAST from Svc * CI fixes * CI fixes (Linux) * Fixing Ref/RPI for RG context * CI (sp) * Fixing RPI build for time conversions * CI fixes (RPI) * Self review comments * Removing UDP sender/receiver config * Review recommendations - pt 1