dd-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Merge branch 'LDT-3514-dialin-config' into develop

LDT-3514: wrapped ALARM_ID_FP_POWER_BUDGET_OUT_OF_RANGE around test config TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARM.

LEAHI-DD-FIRMWARE-LDT-3514_Dialin config request to disable IOFP current monitoring
LEAHI-DD-FIRMWARE-LDT-3514_Dialin config request to disable IOFP current monitoring
LDT-2004: warning reductions for teensy driver

added

added

added

added

LDT-3372: code review comments.

fixed.

fixed.

then we return false as expected

then we return false as expected

These are correct variable names based on their coefficient names in calculations of conductivity.

These are correct variable names based on their coefficient names in calculations of conductivity.

Can you clarify? this is allowing us to switch conductivity calculations based on the needs of the dialin user. ( systems team testing for accuracy )

Can you clarify? this is allowing us to switch conductivity calculations based on the needs of the dialin user. ( systems team testing for accuracy )

removed. thanks!

removed. thanks!

parameter check happens in getTeensyCondId

parameter check happens in getTeensyCondId

Yes as it is a way for us to identify if the teensy is not responding to us correctly. This along with no LED activity on the board helps us identify teensy failures

Yes as it is a way for us to identify if the teensy is not responding to us correctly. This along with no LED activity on the board helps us identify teensy failures

Not for this situation since its an array of structs and looks like a 2d array. Please see static const FP_OP_MODE_T MODE_TRANSITION_TABLE in FPOperationModes.c static const DD_OP_MODE_T MODE_TRAN...

Not for this situation since its an array of structs and looks like a 2d array. Please see

static const FP_OP_MODE_T MODE_TRANSITION_TABLE in FPOperationModes.c
static const DD_OP_MODE_T MODE_TRANSITION_TABLE in OperationModes.c
static PI_CONTROLLER_T piControllers in PIControllers.c ( FWCommon repo )

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

Merge branch 'LDT-3372-v1-conductivity-fixes' into develop

LDT-3372: fixes to conductivity calculation.

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

LDT-1477 merge into develop

LDT-1477 trimmer heater target update

    • -2
    • +16
    /firmware/App/Modes/ModeGenDialysate.c
its unsigned integer , no need to check -ve value

its unsigned integer , no need to check -ve value

LDT-1195: Updated balancing chamber switching request flags names and definitions.

    • -17
    • +22
    /firmware/App/Modes/ModeGenDialysate.c
    • -1
    • +2
    /firmware/App/Modes/ModePreGenDialysate.c
is this function required?

is this function required?

remove all commented code

remove all commented code

good to have doxygen comments on right hand side

good to have doxygen comments on right hand side

what if user send -ve values ?

what if user send -ve values ?

Where is len used ?

Where is len used ?

its a public function , input parameter check required, apply to all public functions

its a public function , input parameter check required, apply to all public functions