firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TEST: refactor component names.

    • -52
    • +52
    ./App/Drivers/ConductivitySensors.c
    • -23
    • +42
    ./App/Drivers/TemperatureSensors.c
  1. … 11 more files in changeset.
LEAH-1972: Added heaters controller.

    • -0
    • +658
    ./App/Controllers/Heaters.c
    • -0
    • +64
    ./App/Controllers/Heaters.h
TEST: misc heater changes.

Added heaters control unit.

    • -0
    • +650
    ./App/Controllers/Heaters.c
    • -0
    • +64
    ./App/Controllers/Heaters.h
More changes will integrating.

    • -323
    • +133
    ./App/Drivers/TemperatureSensors.c
TEST: updates to temperature sensors and flow sensors.

    • -323
    • +133
    ./App/Drivers/TemperatureSensors.c
LEAH-1972: More integration test changes.

TEST: Added dummy get functions to FPGA interface for FMS flow sensor. Will connect them to new FPGA registers when they become available.

TEST: Initialize and execute flow monitor. Fixes to levels monitor.

LEAH-1972: changes from alpha prototype integration testing.

    • -142
    • +140
    ./App/Controllers/Valves.c
TEST: Updated FPGA register map per latest HDD.

TEST: Added SPP valve. Changed valve control and readback registers from 8 to 16 bit so additional valve could be included.

TEST: more valve fixes.

TEST: Fixed get sensed valve state name function.

TEST: Added PPi pressure sensor.

TEST: Changed valve swap per Haiwen.

TEST: Swapped valve positions for VCr and VROD.

TEST: Fixed ADC channel config. Fixed pressure conversion. Added RO control register to FPGA.

TEST: Fixed CAN configuration.

LEAH-262: Addressed code review comments.

LEAH-262: Addressed code review comments.

LEAH-262: Addressed code review comments.

LEAH-262: Implemented conductivity driver and monitor units.

    • -526
    • +384
    ./App/Drivers/ConductivitySensors.c
    • -25
    • +24
    ./App/Drivers/ConductivitySensors.h
LEAH-262: Fix non-system message handling bug.

LEAH-262: Added driver and monitor units for flow sensors.

    • -0
    • +187
    ./App/Drivers/FlowSensor.c
    • -0
    • +55
    ./App/Drivers/FlowSensor.h
    • -0
    • +439
    ./App/Monitors/Flow.c
    • -0
    • +58
    ./App/Monitors/Flow.h
LEAH-250: Addressed code review comments.

LEAH-250: Addressed code review comments.

LEAH-250: Implemented level sensor monitor unit.

LEAH-250: Implemented pressures monitor unit.

LEAH-250: Implemented pressure sensor driver.

    • -222
    • +142
    ./App/Drivers/PressureSensor.c