firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

DEN-7395: Added execBloodLeak() call to TaskPriority.c

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

    • -5
    • +37
    ./App/Services/SystemCommMessages.c
DEN-7605: Syringe pump driver changes per lab testing w/ Mike.

Minor fixes to syringe pump - will add changes to DEN-7605.

Merge branch 'DEN-7605-hd_dg_dev-self-tests' into develop

DEN-7605: Added no minimize flag to alarm status message to UI.

DEN-7605: Fixes per verification testing.

lab testing fixes - will add to DEN-7605 dev branch.

DEN-7395: Removed Detector from names of functions

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

    • -190
    • +52
    ./App/Controllers/BloodLeak.c
    • -108
    • +18
    ./App/Services/SystemCommMessages.c
    • -15
    • +6
    ./App/Services/SystemCommMessages.h
Fixed merge conflicts.

DEN-7347: Added build switch to skip empty reservoir check

DEN-7395: Corrected naming for Blood Leak Detector driver

    • -2
    • +31
    ./App/Services/SystemCommMessages.c
DEN-7395: Fixed namings for Blood Leak Detector driver

DEN-7395: Added messaging for Blood Leak Detector state machine

    • -38
    • +206
    ./App/Controllers/BloodLeak.c
    • -15
    • +79
    ./App/Services/SystemCommMessages.c
    • -3
    • +12
    ./App/Services/SystemCommMessages.h
DEN-7605: Added dependency check for initial UF volume setting.

DEN-7395: Renamed Blood Leak State to Blood Leak Status to allow naming for Blood Leak state machine

    • -11
    • +11
    ./App/Services/SystemCommMessages.c
DEN-7395: Implemented inital structure of Blood Leak Detector driver

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

DEN-7347: Removed redundant includes

Merge branch 'staging' into DEN-7347-dg-hd_dev-post-treatment

    • -50
    • +341
    ./App/Services/SystemCommMessages.c
    • -6
    • +56
    ./App/Services/SystemCommMessages.h
Merge branch 'staging' into DEN-7347-dg-hd_dev-post-treatment

    • -33
    • +429
    ./App/Services/SystemCommMessages.c
    • -5
    • +48
    ./App/Services/SystemCommMessages.h
Merge branch 'staging' into DEN-7091-pre-treatment-mode

    • -12
    • +27
    ./App/Modes/ModeTreatmentParams.c
  1. … 6 more files in changeset.
DEN-5980 addressed code review comments