•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-3344-1 09 Feb 2026

I would describe function as "reconfigures FPGA driver to use appropriate FPGA register maps".

LEAHI-DD-FIRMWARE-LDT-2004-3 06 Feb 2026

I don't think we need to check test config for variable initialization.

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

complicated check should be replaced with boolean flag

LEAHI-DD-FIRMWARE-LDT-2004-3 10 Feb 2026

Add TODO to comment.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

fixed.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

fixed.

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Need two spaces before the test function

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Align comment.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Is there no "first" enum for this group?

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Will new conductivity sensor driver have this override too? It looks Teensy specific.

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Are we supporting multiple models? Is this for Teensy or new sensor or both?

LEAHI-DD-FIRMWARE-LDT-1473-1 11 Feb 2026

Done.

LEAHI-DD-FIRMWARE-LDT-1473-1 10 Feb 2026

Add a comment to right listing math functions used.

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

I do not see bloodLeakDataPublicationTimerCounter being initialized in the function.
Should we add bloodLeakEmbModeCmdQ to the list?

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Minor: Need space between parentheses

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

Yes. updated.

LEAHI-DD-FIRMWARE-LDT-3344-1 11 Feb 2026

can we get each group of level check in to a function and call those functions for each case?

LEAHI-DD-FIRMWARE-LDT-3344-1 11 Feb 2026

Remove the empty space.

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

arrange this code and new sensor code in a group- line 131 - 142

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

updated.

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

removed.

LEAHI-DIALIN-LDT-2004-1 10 Feb 2026

merged staging into dry bicart branch and code is pushed

LEAHI-DIALIN-LDT-2004-1 10 Feb 2026

Could you update all the overrides to use the generic method? So we don't need to maintain these on more than one place
Broadcast -> cmd_generic_broadcast_interval_override
others -> cmd_generic_override

You can check any of the other modules how to use them

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

Variable name is not understood -temDataCollectionTimeInterval ?

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

It is there in line 131

It would be nice to have it clubbed it together like

#ifdef _TEENSY_CONDUCTIVITY_DRIVER_
place all code for teensy here

Unknown macro: { MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST, &testSetTeenyConductivityModel }

,
#else
// move the all code under #ifndef _TEENSY_CONDUCTIVITY_DRIVER_ here

#endif

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

This is already initialized (properly) near top of function. It is not proper (zero) here.

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Looks like you updated wrong function (the one below instead of this one). It's an output in function below and it's an input in this function.

LEAHI-DIALIN-LDT-3287-1 10 Feb 2026

Duplicate, please remove

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Actually, for casting, I prefer no spaces around ().

LEAHI-DD-FIRMWARE-LDT-1473-1 10 Feb 2026

Remove blank line.

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Declare these earlier and just assign them here (i.e. keep declarations together at top of function).

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Some of these memset calls are zeroing a 2-dimensional array, so the size param is too short (only sizing 1st dimension).

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

removed.

LEAHI-DD-FIRMWARE-LDT-3352-1 10 Feb 2026

Add blank line between declarations and rest of code.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Does it make more sense to have them together?

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Outputs is none now I think.

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

align the comment

LEAHI-DD-FIRMWARE-LDT-2004-3 10 Feb 2026

Put () around the 2 conditions

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

it stop gap to see if it was valve specific. Its been reverted.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

fixed.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

reordered and wrapped in a macro

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

I think we need a #ifdef TEENSY macro ?

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Can you follow up with whoever commented it out and find out if that was intentional? And, if so, will it be coming back? And, if so, should we at least put a TODO on this to restore later?

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Ok as is. We only need to have constant/literal first when using == operator to prevent confusion with = operator.

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Minor: Need space in (BLOOD_LEAK_EMB_MODE_CMD_T)

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Why did this file get deleted?

LEAHI-DD-FIRMWARE-LDT-3344-1 10 Feb 2026

Updated

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Remove blank line.

LEAHI-DD-FIRMWARE-LDT-3344-1 10 Feb 2026

Updated

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Why not "TRUE == "?