firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-273: code review comments.

LEAHI-273: Changed includes in ddinterface. code review comments.

LEAHI-273: code review comments. Swapped level enums to be a more intuitive

LEAHI-273: removed boost pump include from gen permeate.

LEAHI-273: changed RO request from an override variable to U32. Added fault id for GENP invalid state.

LEAHI-273: code review comments

LEAHI-273: code review comments.

LEAHI-273: basic path of permeate tank control

LEAHI-273: additional code formatting and fixes from CR.

LEAHI-273: various fixes found in code review.

Init commit for generate water

created DD interface, and mode gen permeate. Tank Switching logic is in progress.

    • -0
    • +265
    ./App/Modes/ModeGenPermeate.c
    • -0
    • +56
    ./App/Modes/ModeGenPermeate.h
    • -0
    • +177
    ./App/Services/DDInterface.c
    • -0
    • +52
    ./App/Services/DDInterface.h
LEAHI-261: Added flow sensor control enable bit to FPGA init function.

LEAH-1972: Addressed code review comments.

    • -18
    • +7
    ./App/Drivers/ConductivitySensors.c
LEAH-1972: Addressed code review comments.

LEAH-1972: Refactored component names.

    • -52
    • +52
    ./App/Drivers/ConductivitySensors.c
    • -23
    • +42
    ./App/Drivers/TemperatureSensors.c
  1. … 11 more files in changeset.
TEST: removed references to a trimmer heater.

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.