hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7395: Refactor self-test state

DEN-7395: Incorporate lab test findings

    • -29
    • +9
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Integration testing

    • -4
    • +19
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Addressed merge conflicts

    • -55
    • +664
    /firmware/App/Modes/ModePreTreat.c
    • -176
    • +603
    /firmware/App/Modes/SelfTests.c
    • -19
    • +199
    /firmware/App/Services/FPGA.c
    • -7
    • +115
    /firmware/App/Services/SystemComm.c
    • -55
    • +1050
    /firmware/App/Services/SystemCommMessages.c
DEN-7395: Addressed SelfTests.c comment by QuangN

DEN-7395: Addressed SelfTests.c comment by QuangN

DEN-7395: Addressed code review comments

DEN-7395: Addressed header needed change based on code review comment

DEN-7395: Addressed code review comments

    • -23
    • +49
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Addressed code review comments

    • -105
    • +114
    /firmware/App/Controllers/BloodLeak.c
    • -16
    • +2
    /firmware/App/Controllers/BloodLeak.h
DEN-7395: Addressed init state of state machine for Blood Leak Detector

DEN-7395: Addressed missing breaks in SystemComm.c

DEN-7395: Addressed execBloodLeak header clarification needed

DEN-7395: Corrected state machine BLOOD_LEAK_INIT_STATE case

DEN-7395: Implemented state machine architecture for Blood Leak Detector driver

    • -54
    • +98
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Added execBloodLeak() call to TaskPriority.c

DEN-7395: Reverted lumping of override functions for Blood Leak Detector status and state

    • -11
    • +57
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Removed Detector from names of functions

DEN-7395: Lumped Blood Leak Detector status and state into one published data

    • -190
    • +52
    /firmware/App/Controllers/BloodLeak.c
    • -10
    • +5
    /firmware/App/Controllers/BloodLeak.h
    • -11
    • +4
    /firmware/App/Services/SystemComm.c
DEN-7395: Corrected naming for Blood Leak Detector driver

DEN-7395: Fixed namings for Blood Leak Detector driver

    • -0
    • +20
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Added messaging for Blood Leak Detector state machine

    • -38
    • +206
    /firmware/App/Controllers/BloodLeak.c
    • -6
    • +22
    /firmware/App/Controllers/BloodLeak.h
DEN-7395: Renamed Blood Leak State to Blood Leak Status to allow naming for Blood Leak state machine

    • -49
    • +49
    /firmware/App/Controllers/BloodLeak.c
DEN-7395: Implemented inital structure of Blood Leak Detector driver

    • -2
    • +29
    /firmware/App/Controllers/BloodLeak.c
Merge branch 'staging' into DEN-5980-dg_hd_dev-non-volatile-data-management-2-of-2

DEN-5980 turned on a build switch

DEN-5980 updated VectorCAST with gnu 7-4 and improved the POST

Merge branch 'DEN-7091-pre-treatment-mode' into staging

Merge branch 'staging' into DEN-7091-pre-treatment-mode

    • -92
    • +39
    /firmware/App/Controllers/BloodFlow.c
    • -55
    • +27
    /firmware/App/Controllers/DGInterface.c
    • -3
    • +3
    /firmware/App/Controllers/DGInterface.h
    • -75
    • +22
    /firmware/App/Controllers/DialInFlow.c
    • -5
    • +11
    /firmware/App/Controllers/DialOutFlow.c
    • -8
    • +37
    /firmware/App/Controllers/PresOccl.c
    • -12
    • +27
    /firmware/App/Modes/ModeTreatmentParams.c
    • -1
    • +36
    /firmware/App/Modes/OperationModes.c
  1. … 6 more files in changeset.
DEN-5980 addressed code review comments