td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TEST: refactor component codes to new codes for consistency.

    • -19
    • +19
    /firmware/App/Controllers/AirTrap.c
    • -6
    • +6
    /firmware/App/Drivers/BubbleDetector.c
    • -1
    • +1
    /firmware/App/Drivers/BubbleDetector.h
    • -21
    • +21
    /firmware/App/Drivers/PeristalticPump.c
    • -27
    • +27
    /firmware/App/Drivers/PressureSensor.c
    • -2
    • +2
    /firmware/App/Drivers/PressureSensor.h
    • -18
    • +18
    /firmware/App/Drivers/RotaryValve.c
  1. … 12 more files in changeset.
LEAH-1970: Increased BP ramp rate. Misc cosmetic fixes.

    • -10
    • +6
    /firmware/App/Controllers/BloodFlow.c
TEST: misc cosmetic fixes.

TEST: Changed BP ramp rate to 1000 RPM per second.

TEST: changes during alpha prototype integration.

    • -18
    • +24
    /firmware/App/Controllers/BloodFlow.c
    • -144
    • +143
    /firmware/App/Drivers/InternalADC.c
    • -26
    • +26
    /firmware/App/Drivers/InternalADC.h
    • -49
    • +34
    /firmware/App/Drivers/PeristalticPump.c
    • -1
    • +1
    /firmware/App/Drivers/PeristalticPump.h
    • -34
    • +20
    /firmware/App/Drivers/PressureSensor.c
    • -29
    • +26
    /firmware/App/Tasks/TaskPriority.c
TEST: Added get BP hall sensor status function.

TEST: compensate commanded BP speed so that it will match measured speed.

    • -13
    • +19
    /firmware/App/Controllers/BloodFlow.c
    • -48
    • +16
    /firmware/App/Drivers/PeristalticPump.c
TEST: Fix issue with reported BP speed when pump is stopped.

    • -3
    • +11
    /firmware/App/Drivers/PeristalticPump.c
TEST: Fixed BP direction logic.

TEST: misc ADC fix.

TEST: Fix ADC channels in HALCoGen.

    • -23
    • +23
    /firmware/App/Drivers/InternalADC.c
TEST: Fixed blood speed feedback issue - coming back as a period instead of RPM. Fixed pressure conversion.

    • -11
    • +20
    /firmware/App/Drivers/PeristalticPump.c
    • -1
    • +1
    /firmware/App/Drivers/PeristalticPump.h
    • -28
    • +12
    /firmware/App/Drivers/PressureSensor.c
TEST: Misc fixes and testing accomodations.

    • -23
    • +23
    /firmware/App/Drivers/InternalADC.c
    • -4
    • +6
    /firmware/App/Drivers/PressureSensor.c
TEST: Fixed CAN configuration.

Merge staging to develop

Merged LEAH-39 to staging.

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.

    • -55
    • +33
    /firmware/App/Modes/OperationModes.c
LEAH-39: addressed code review comments.

Merged LEAH-51 to staging.

LEAH-51: Added overrides for blood pump unit.

LEAH-51: Addressed code review comments.

    • -73
    • +79
    /firmware/App/Controllers/BloodFlow.c
LEAH-51: Further developed BloodFlow unit. Addressed compiler errors/warnings.

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

    • -10
    • +10
    /firmware/App/Drivers/RotaryValve.c
    • -24
    • +28
    /firmware/App/Services/AlarmMgmtTD.c
LEAH-51: Addressed code review comments.

    • -10
    • +18
    /firmware/App/Controllers/Valves.c
    • -14
    • +18
    /firmware/App/Drivers/PeristalticPump.c
    • -11
    • +15
    /firmware/App/Drivers/RotaryValve.c
LEAH-51: Addressed code review comments.

    • -14
    • +8
    /firmware/App/Drivers/LevelSensors.c
LEAH-51: Addressed code review comments.

    • -17
    • +8
    /firmware/App/Controllers/BloodFlow.c
    • -31
    • +31
    /firmware/App/Controllers/Valves.c
LEAH-51: finish valve state machine.