firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

LDT_316: Add unit test cases for StateTxDialysis.c. Fixes per unit testing.

LDT-94: Addressed code review comments.

LDT-94: Addressed code review comments.

LDT-94: Added new modes and states.

    • -0
    • +1047
    ./App/Modes/ModeTreatment.c
    • -0
    • +102
    ./App/Modes/ModeTreatment.h
    • -0
    • +1165
    ./App/Modes/ModeTxParams.c
    • -0
    • +105
    ./App/Modes/ModeTxParams.h
    • -0
    • +439
    ./App/Modes/StateTxDialysis.c
    • -0
    • +54
    ./App/Modes/StateTxDialysis.h
    • -0
    • +189
    ./App/Modes/StateTxPaused.c
    • -0
    • +42
    ./App/Modes/StateTxPaused.h
LDT-94: Added basic treatment mode, dialysis state, treatment parameters mode. Added skeletal treatment paused state.

  1. … 14 more files in changeset.
LEAH-60: Addressed code review comments.

LEAH-60: Calculate TMP from venous pressure and post-dialyzer dialysate pressure.

LEAH-60: Updates for treatment related interfacing between TD and UI/DD.

LEAH-60: Updated FPGA register map.

LEAH-838: Commented out air trap test build flag.

LEAH-838: Addressed code review feedback.

  1. … 3 more files in changeset.
LEAH-838: Air trap control looking to maintain level at upper level.

LEAH-838: Fix blood pump stop command. Fix raw level sensor readings. Added air trap level control test code build switch (temporary code for special test build).

LEAH-838: Finished implementing design change to air trap level control using 2 3-way valves and an air pump.

    • -105
    • +121
    ./App/Controllers/AirTrap.c
LEAH-838: Deleted 2-way valve driver. Added 3-way valve driver per air trap level control design change. Changed air pump control from simple on/off to variable power level control.

    • -0
    • +161
    ./App/Drivers/Valve3Way.c
    • -0
    • +59
    ./App/Drivers/Valve3Way.h
LEAH-1970: Addressed code review comments.

TEST: refactor of component names.

  1. … 4 more files in changeset.
LEAH1970: Refactored component codes to new style of codes for consistency.

  1. … 12 more files in changeset.
LEAH-1970: Increased BP ramp rate. Misc cosmetic fixes.

TEST: changes during alpha prototype integration.

    • -144
    • +143
    ./App/Drivers/InternalADC.c
LEAH-39: Fixed include issue.