•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-APPLICATION-LDT-4193-1 19 May 2026

BN approves

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

same.

LEAHI-APPLICATION-LDT-4193-1 19 May 2026

BN appproves

LEAHI-TD-FIRMWARE-LDT-4072-2 15 May 2026

BatteryDriver

LEAHI-APPLICATION-LDT-4193-1 20 May 2026

updated

LEAHI-TD-FIRMWARE-LDT-4072-2 20 May 2026

Why is this commented out? Do we not need to initialize it?

LEAHI-TD-FIRMWARE-LDT-4033-1 27 May 2026

bpMeasurementReady is an output?

LEAHI-TD-FIRMWARE-LDT-4033-1 20 May 2026

Added

LEAHI-TD-FIRMWARE-LDT-4013-1 20 May 2026

Make the 6 a #define

LEAHI-DD-FIRMWARE-LDT-1925-1 20 Jan 2026

Updated

LEAHI-TD-FIRMWARE-LDT-1886-2 19 May 2026

leak in the comment section.

LEAHI-TD-FIRMWARE-LDT-4033-1 20 May 2026

Add a 5th enum for NUM_OF_BP_DRIVER_STATES.
And, does this need to be public?

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

Looks like you removed error state, so we should remove it here too.

LEAHI-TD-FIRMWARE-LDT-4033-1 20 May 2026

I think we may need to give a get data command here.

LEAHI-TD-FIRMWARE-LDT-4033-1 20 May 2026

Same. Set a request flag to TRUE (for Peds this time) and let the state machine do the rest.

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

For init function, just say "BPDriver variables initialized."

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

Initialize bpResults and new flags.

LEAHI-APPLICATION-LDT-4193-1 21 May 2026

BN approves

LEAHI-APPLICATION-LDT-4193-1 19 May 2026

same comment as above

LEAHI-DD-FIRMWARE-LDT-3963-1 17 May 2026

Should be #ifndef

LEAHI-DD-FIRMWARE-LDT-3963-1 21 May 2026

restored

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

Just like driver state machine, we should only set a request flag to TRUE here and let the state machine handle the transition.

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

Remove blank line.

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

How do we get out of Idle state?

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

This should be called in all states (so in controller's exec function).

LEAHI-TD-FIRMWARE-LDT-4033-1 21 May 2026

Is this all we need to look at to know that measurement is done? Do we need to look at busy status?

LEAHI-TD-FIRMWARE-LDT-4033-1 22 May 2026

Fixed

LEAHI-TD-FIRMWARE-LDT-4033-1 22 May 2026

Updated

LEAHI-TD-FIRMWARE-LDT-3970-1 26 May 2026

please align the comments

LEAHI-TESTSUITES-LDT-3670-1 26 May 2026

all these changes should be in tst_create_treatment test case. We need to update the existing one with the new design not just create a nmew t estcase

LEAHI-TD-FIRMWARE-LDT-3259-1 27 May 2026

Comment this out before merge.

LEAHI-TD-FIRMWARE-LDT-3970-1 26 May 2026

please add @param

LEAHI-TD-FIRMWARE-LDT-4013-1 20 May 2026

Use #define for array size.

LEAHI-TD-FIRMWARE-LDT-4013-1 20 May 2026

Add fluid bolus state

LEAHI-DD-FIRMWARE-LDT-4410-3 29 Jul 2026

removed

LEAHI-TD-FIRMWARE-LDT-4009-1 30 Jul 2026

Please sync this payload in DD firmware, Leahi-dialin and System Scripts.

LEAHI-TD-FIRMWARE-LDT-1886-2 12 May 2026

We only add File level or global variables in Inputs and Outputs.
Please remove functions from the input section of this and other functions.

LEAHI-APPLICATION-LDT-4213-1 19 May 2026

fixed

LEAHI-TD-FIRMWARE-LDT-1886-2 19 May 2026

Where is alarm 191..203?

LEAHI-TD-FIRMWARE-LDT-2240-1 19 May 2026

Remove this blank line.

LEAHI-TD-FIRMWARE-LDT-1886-1 25 Nov 2025

According to the HDD, it is a '1' when inactive and becomes a '0' when active. It becomes active when it reaches the position.

LEAHI-TD-FIRMWARE-LDT-4072-2 19 May 2026

Move these 3 override messages (should end in OVERRIDE_REQUEST) to TD Dialin section below and assign an ID in the 0x8... range.

LEAHI-TD-FIRMWARE-LDT-1886-1 25 Nov 2025

Should this be an enum at driver level? Driver get would return enum so controller doesn't have to figure out what it means.

LEAHI-DD-FIRMWARE-LDT-2004-1 21 Nov 2025

If no parameters, just don't have any param lines (don't say none).

LEAHI-DD-FIRMWARE-LDT-2004-1 21 Nov 2025

Use a #define instead of 1000.

LEAHI-DD-FIRMWARE-LDT-2030-2 25 Nov 2025

Do we need to call initBloodLeakDriver() here?

LEAHI-DD-FIRMWARE-LDT-2004-3 21 Nov 2025

Remove extra space before void. Align comments.

LEAHI-DD-FIRMWARE-LDT-2004-3 21 Nov 2025

We can abbreviate things in function and variable names, but in descriptive text we should write things out in complete words as this text goes into SDD document.

TEENSY-BOARD-LDT-2004-6 24 Nov 2025

Fix indent.

TEENSY-BOARD-LDT-2004-6 24 Nov 2025

Fix indent.