dd-firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This dead band control ? here is the ideal place , may be BC to incldue the .h from drybicart

This dead band control ? here is the ideal place , may be BC to incldue the .h from drybicart

LEAHI-DD-FIRMWARE-LDT-4413_Synchronize the Change events content
LEAHI-DD-FIRMWARE-LDT-4413_Synchronize the Change events content
LDT-4413 fixed the order how data1 and data2 parsed in FP event calls

    • -0
    • +2
    /firmware/App/Modes/FPModes/FPOperationModes.c
    • -1
    • +1
    /firmware/App/Modes/FPModes/ModeGenPermeate.c
Why did we remove this? This is needed for BC Switch only condition.

Why did we remove this? This is needed for BC Switch only condition.

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

LDT-3958 reolving merge conflicts

    • -159
    • +113
    /firmware/App/Controllers/Heaters.c
    • -4
    • +2
    /firmware/App/Modes/ModeGenDialysate.c
    • -1
    • +16
    /firmware/App/Monitors/Temperature.c
LDT-3958 heater control update

LDT-872 heater control update

    • -16
    • +10
    /firmware/App/Controllers/Heaters.c
LDT-3958 heater control update

    • -18
    • +12
    /firmware/App/Controllers/Heaters.c
Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

LDT-4188 merge latest to staging

LDT-4188 merge latest from staging

Is this defined elsewhere? We shouldn't define this in multiple places. I think it should be in one header file - maybe balancing chamber controller.

Is this defined elsewhere? We shouldn't define this in multiple places. I think it should be in one header file - maybe balancing chamber controller.

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -0
    • +16
    /firmware/App/Services/SystemCommDD.h
LDT-3978-fix-for-level-sensor-broadcast-data into staging

Merge branch LDT-3978-fix-for-bicart-upper-threshold-pressure into staging

LDT-4183 addressed code review comments

    • -48
    • +61
    /firmware/App/Controllers/DryBiCart.c
Again, I don't like these oriented this way. Please change to #ifndef DISABLE_ALARM_4

Again, I don't like these oriented this way. Please change to #ifndef DISABLE_ALARM_4

If BC switching period is Zero, I would expect the Qd from TD to also be zero, right? But what if it's not? What if Qd from TD is 600 and switching period is zero? You are going to run the pump pre...

If BC switching period is Zero, I would expect the Qd from TD to also be zero, right? But what if it's not? What if Qd from TD is 600 and switching period is zero? You are going to run the pump pretty fast with no BC switching in that case.

We shouldn't require something to be defined to do the right thing. We should require something to be defined to do the wrong thing (i.e. this should say #ifndef _BAD_MSG_CRC_ALARM_DISABLED_) And t...

We shouldn't require something to be defined to do the right thing. We should require something to be defined to do the wrong thing (i.e. this should say #ifndef _BAD_MSG_CRC_ALARM_DISABLED_)
And then, we don't need a TODO. These #defines are only possible in DEBUG builds. A RELEASE build will never allow thing build flags to disable things.

LDT-3223-dialysate-flow-rate---dd---mode-tel-dev-test-3-30-2026 : Addressed gaps and updated testcases as per the new build for Valves file

LDT-3223-dialysate-flow-rate---dd---mode-tel-dev-test-3-30-2026 : Added test cases for Pressure.c and PressureCommon.c

LDT-3223-dialysate-flow-rate---dd---mode-tel-dev-test-3-30-2026 : Added test cases for Interrupts.c file