hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4640: Added saline bolus functionality.

    • -2
    • +5
    /firmware/App/Controllers/DGInterface.c
DEN-4308 merged master, resolved merge conflicts and continues development testing

    • -30
    • +25
    /firmware/App/Modes/ModeInitPOST.c
    • -106
    • +593
    /firmware/App/Modes/ModeTreatmentParams.c
    • -110
    • +130
    /firmware/App/Services/AlarmMgmt.c
    • -1259
    • +1259
    /firmware/App/Services/FPGA.c
    • -60
    • +80
    /firmware/App/Services/SystemComm.c
    • -477
    • +1506
    /firmware/App/Services/SystemCommMessages.c
    • -217
    • +168
    /results/Build_Status_Report.csv
DEN-4308 Continued with development testing

DEN-4308 addressed code review comments and continued dev testing

    • -88
    • +137
    /firmware/App/Controllers/Valves.c
DEN-4640: Further developed saline bolus functionality.

    • -4
    • +49
    /firmware/App/Controllers/BloodFlow.c
    • -0
    • +13
    /firmware/App/Controllers/DialInFlow.c
    • -0
    • +2
    /firmware/App/Controllers/DialInFlow.h
    • -0
    • +13
    /firmware/App/Controllers/DialOutFlow.c
    • -0
    • +1
    /firmware/App/Controllers/DialOutFlow.h
DEN-4640: Started saline bolus implementation. Pulled HD valves driver from other feature branch due to valve dependency for the saline bolus feature.

    • -0
    • +1436
    /firmware/App/Controllers/Valves.c
    • -0
    • +106
    /firmware/App/Controllers/Valves.h
    • -18
    • +260
    /firmware/App/Modes/Dialysis.c
    • -131
    • +424
    /firmware/App/Services/FPGA.c
DEN-5053: Added air trap alarms. Added actuator safe state enforcement to fault mode.

    • -7
    • +69
    /firmware/App/Controllers/AirTrap.c
    • -3
    • +3
    /firmware/App/Modes/ModeTreatmentParams.c
    • -33
    • +51
    /firmware/App/Services/AlarmMgmt.c
Added new HD valve alarm to table.

DEN-5053: Fixed doxygen function headers for inputs/outputs details section.

    • -54
    • +36
    /firmware/App/Controllers/AirTrap.c
    • -27
    • +18
    /firmware/App/Controllers/AlarmLamp.c
    • -144
    • +96
    /firmware/App/Controllers/BloodFlow.c
    • -42
    • +28
    /firmware/App/Controllers/Buttons.c
    • -78
    • +52
    /firmware/App/Controllers/DGInterface.c
    • -144
    • +96
    /firmware/App/Controllers/DialInFlow.c
    • -147
    • +98
    /firmware/App/Controllers/DialOutFlow.c
    • -81
    • +54
    /firmware/App/Controllers/PresOccl.c
    • -99
    • +66
    /firmware/App/Controllers/Valves.c
    • -12
    • +8
    /firmware/App/Drivers/InternalADC.c
    • -15
    • +10
    /firmware/App/Drivers/SafetyShutdown.c
  1. … 22 more files in changeset.
DEN-5053: Updated EMC test code to use valve functions. Added Dialin command for resetting f/w processor.

    • -16
    • +20
    /firmware/App/Modes/ModeStandby.c
DEN-4308 Addressed code review comments and continued development testing

    • -60
    • +95
    /firmware/App/Controllers/Valves.c
DEN-5053: Addressed code review feedback. Fixes to treatment workflow messaging with UI. Added an alarm lamp sync flag to alarm status message and increased transmission rate from 2 Hz to 4 Hz to allow alarm lamp sync flag to reach UI in timely manner. Added an assertion to give compiler error if new alarm is added to enumeration and not to alarm definition table. Update FPGA UT.

    • -15
    • +19
    /firmware/App/Controllers/AirTrap.c
    • -3
    • +22
    /firmware/App/Controllers/AlarmLamp.c
    • -0
    • +2
    /firmware/App/Modes/ModeTreatmentParams.c
    • -1
    • +1
    /firmware/App/Modes/ModeTreatmentParams.h
  1. … 8 more files in changeset.
DEN-4308 Dev testing the code and addressing the code review comments

    • -46
    • +51
    /firmware/App/Controllers/Valves.c
DEN-5053: Additional merge fixes.

DEN-5053: Merged HD valves into this branch due to dependency.

    • -1
    • +1
    /firmware/App/Modes/ModeTreatmentParams.h
    • -0
    • +15
    /firmware/App/Services/SystemComm.c
    • -0
    • +220
    /results/Build_Status_Report.csv
DEN-4308 Unit tested valves.c. Added debug build switch for the valves PWM functions

    • -33
    • +25
    /firmware/App/Controllers/Valves.c
DEN-5053: Further updates to air trap module.

    • -45
    • +97
    /firmware/App/Controllers/AirTrap.c
DEN-4308 tested the code and updated the comments

DEN-5053: Continued development of air trap module.

    • -76
    • +172
    /firmware/App/Controllers/AirTrap.c
DEN-5053: Start of air trap module.

    • -0
    • +356
    /firmware/App/Controllers/AirTrap.c
    • -0
    • +70
    /firmware/App/Controllers/AirTrap.h
DEN-4308 updated the code after testing the PWM control mode

    • -63
    • +60
    /firmware/App/Controllers/Valves.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
    • -2
    • +2
    /firmware/App/Controllers/DialInFlow.h
    • -1
    • +1
    /firmware/App/Controllers/DialOutFlow.c
    • -2
    • +2
    /firmware/App/Controllers/DialOutFlow.h
  1. … 46 more files in changeset.
Re-ran local test script.

DEN-4308 added a state to run the valves in bypass mode. Added a function to run the valves in bypass mode

    • -28
    • +270
    /firmware/App/Controllers/Valves.c
DEN-4308 work in progress, added current relaxation to the valves module

    • -238
    • +373
    /firmware/App/Controllers/Valves.c
Added IT for treatment parameters mode. Re-ran local test script.

    • -0
    • +3
    /firmware/App/Modes/ModeTreatmentParams.c
DEN-4211: Ran local test script on branch.

Updated IT.

    • -39
    • +18
    /results/Build_Status_Report.csv
    • -11473
    • +16329
    /results/VectorCAST.log
DEN-4211: Addressed code review feedback. Updated IT.