hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-431 fixed the way the commands are sent to the RAM for read or write

DEN-431 Moved some of the local variables to the top of the scope from the top of the function

DEN-431 fixed a typo

DEN-431 Added the code review comments and added more VectorCAST cases

    • -232
    • +206
    /firmware/App/Controllers/RTC.c
Updated VectorCAST

DEN-431 Finished unit testing. Ran the test suite and added a .gitignore the results folder to ignore all the VectorCAST .html files

    • -0
    • +44
    /results/cppcheckError.csv
DEN-431 Added mibspi notifications to HALCoGen and started a VectorCAST unit test

DEN-431 updated the writetimestamp function

DEN-431 Added function header to all the functions in RTC.c

    • -66
    • +326
    /firmware/App/Controllers/RTC.c
    • -21
    • +23
    /firmware/App/Tasks/TaskGeneral.c
Worked on the RAM

    • -63
    • +105
    /firmware/App/Controllers/RTC.c
DEN-431 modified the POST and RAM functions

    • -41
    • +105
    /firmware/App/Controllers/RTC.c
DEN-431 Worked on implemeneting the RAM interface

    • -51
    • +115
    /firmware/App/Controllers/RTC.c
DEN-431 work in progress, adding the code review comments

    • -222
    • +171
    /firmware/App/Controllers/RTC.c
DEN-431 worked on the RTC

DEN-431 added a test code in taskgeneral to call RTC's functions. Added a check in all the private functions to make sure the tranfer buffer is set correctly prior to RTC operations

    • -204
    • +254
    /firmware/App/Controllers/RTC.c
DEN-431 Added #defines to the transfer buffer function

    • -78
    • +105
    /firmware/App/Controllers/RTC.c
DEN-431 worked on the RAM

DEN-431 Working on the RAM operations

Added RAM and variable transfer buffer functionalities. Added utilities functions to support these features

    • -169
    • +459
    /firmware/App/Controllers/RTC.c
DEN-431 updated the epoch function

DEN-431: Added a wrapper to convert time to epoch. Added more states to RTCExec function

    • -98
    • +174
    /firmware/App/Controllers/RTC.c
DEN-431 Work in progress. Added the functions to convert data to BCD and/to decimal

    • -20
    • +175
    /firmware/App/Controllers/RTC.c
Initial commit of the Real Time Clock code

    • -0
    • +232
    /firmware/App/Controllers/RTC.c
    • -0
    • +30
    /firmware/App/Controllers/RTC.h
Added dialin override support for alarm status publication interval. Added publishing of alarm status every 500ms. Updated UT for SystemComm and SystemCommMessages modules. Started UT for AlarmMgmt module. Addressed code review feedback. +review HD-DEN-759-1

    • -20
    • +76
    /firmware/App/Services/AlarmMgmt.c
Misc fixes to BloodFlow and AlarmMgmt modules. Scaled BloodFlow analogs. Changed cargo to payload throughout code. Updates to existing UT. +review HD-DEN-759-1

    • -30
    • +57
    /firmware/App/Controllers/BloodFlow.c
    • -52
    • +54
    /firmware/App/Services/AlarmMgmt.c
    • -12
    • +12
    /firmware/App/Services/SystemComm.c
Added override command for blood flow data publication interval. Prevent alarm trigger/clear event publication if alarm is already triggered/cleared. Clear pending stop button if t/o alarm occurs to prevent perpetual alarm triggering. +review HD-DEN-759-1

Updated UT for AlarmLamp, Comm, CPLD, and SafetyShutdown modules. +review HD-DEN-759-1

Added messaging for AlarmMgmt and Bloodflow modules. +review HD-DEN-759-1

    • -15
    • +90
    /firmware/App/Controllers/BloodFlow.c
    • -3
    • +12
    /firmware/App/Controllers/Buttons.c
    • -12
    • +58
    /firmware/App/Services/AlarmMgmt.c
    • -6
    • +12
    /firmware/App/Services/SystemComm.c
Minor fix to dialin support. +review HD-DEN-759-1

Addressed code review feedback. +review HD-DEN-759-1