Clone
 

“raghu <“rkallala@diality.com”> in dd-firmware

LDT-2662 Split IOFP valves from 2 bytes to 1 byte each IO and FP.

    • -12
    • +26
    /firmware/App/Controllers/Valves.c
Added M12 IO valves and removed P43 FP Valve.

    • -2
    • +2
    /firmware/App/Controllers/PermeateTank.c
    • -1
    • +1
    /firmware/App/Modes/FPModes/FPModeFault.c
    • -2
    • +2
    /firmware/App/Modes/FPModes/FlushConcentrate.c
    • -2
    • +2
    /firmware/App/Modes/FPModes/FlushFilter.c
LDT-2198 updated FPGA register map for DD

LDT-2198 added check for FP first message

LDT-2198 removed blank lines.

    • -1
    • +0
    /firmware/App/Drivers/PressureSensor.c
LDT-2198 updated TemperatureSensors removed Baro sensor

    • -64
    • +0
    /firmware/App/Drivers/PressureSensor.c
    • -1
    • +0
    /firmware/App/Drivers/PressureSensor.h
RK addressed review comments.

    • -26
    • +24
    /firmware/App/Monitors/Pressure.c
Merge branch 'LDT-2198-beta-1.0-fw-integration---dd-im' of bitbucket.org:diality-cloud/dd-firmware into LDT-2198-beta-1.0-fw-integration---dd-im

Aligned comments

    • -14
    • +14
    /firmware/App/Monitors/Temperature.h
RK Fixed minor typo on type declaration

    • -2
    • +2
    /firmware/App/Drivers/PressureSensor.c
RK Resolved merge conflicts and addressed review comments

Updated override functions to handle only FP and addressed review comments.

    • -29
    • +27
    /firmware/App/Drivers/PressureSensor.c
    • -2
    • +2
    /firmware/App/Drivers/PressureSensor.h
    • -46
    • +44
    /firmware/App/Monitors/Pressure.c
    • -28
    • +15
    /firmware/App/Monitors/Temperature.c
RK moved temperature payload data from pressure to temperature

RK updated temperature.c under monitors.

    • -35
    • +99
    /firmware/App/Monitors/Temperature.c
    • -2
    • +17
    /firmware/App/Monitors/Temperature.h
    • -16
    • +17
    /firmware/App/Services/Messaging.c
RK added dialin overrides for FP pressure and temp in pressure.c

Removed X sensors. Updated DD Pressure and messaging for adding FP pressure functions.

    • -15
    • +6
    /firmware/App/Drivers/PressureSensor.c
    • -6
    • +2
    /firmware/App/Drivers/PressureSensor.h
    • -49
    • +108
    /firmware/App/Monitors/Pressure.c
RK committed changes to Drivers PressureSensor and Services Messaging.

    • -235
    • +102
    /firmware/App/Drivers/PressureSensor.c
    • -11
    • +21
    /firmware/App/Drivers/PressureSensor.h
Updated testcases in CommBuffer.

Completed COMM and added tests for PIController.

Merge branch 'staging' of bitbucket.org:diality-cloud/dd-firmware into LDT-948-unit-testing-dd-fwcommon-testcas

Added commbuffers and picontrollers basic testcases.

Added testcases for timers.

Added unit test cases for AlarmMgmt and MessageSupport