firmware

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

LEAH-39: Added peristaltic set speed Dialin command to message handling table.

LEAH-39: cosmetic fixes.

LEAH-39: comment out op mode dialin cmd support until implemented later.

LEAH-39: addressed code review comments.

LEAH-51: Added overrides for blood pump unit.

LEAH-51: Addressed code review comments.

LEAH-51: Further developed BloodFlow unit. Addressed compiler errors/warnings.

    • -922
    • +455
    ./App/Controllers/BloodFlow.c
LEAH-51: Addressed code review comments. Added 2 valve fault alarms.

LEAH-51: Addressed code review comments.

LEAH-51: Addressed code review comments.

LEAH-51: Addressed code review comments.

LEAH-51: finish valve state machine.

Added air trap, level sensors, valves.

    • -0
    • +486
    ./App/Controllers/AirTrap.c
    • -0
    • +63
    ./App/Controllers/AirTrap.h
    • -0
    • +1713
    ./App/Controllers/BloodFlow.c
    • -0
    • +101
    ./App/Controllers/BloodFlow.h
    • -0
    • +605
    ./App/Controllers/Valves.c
    • -0
    • +74
    ./App/Controllers/Valves.h
    • -0
    • +213
    ./App/Drivers/LevelSensors.c
    • -0
    • +63
    ./App/Drivers/LevelSensors.h
    • -0
    • +211
    ./App/Drivers/PeristalticPump.c
    • -0
    • +52
    ./App/Drivers/PeristalticPump.h
  1. … 17 more files in changeset.
LEAH-47: Addressed code review feedback.