•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-5980-1 29 Mar 2021

This function has been removed.

HD-DEN-5980-1 29 Mar 2021

Done.

DIALIN-DEN-5980-1 12 Feb 2021

This _handler_dg_system_record will be called in a separate thread. If get_dg_system_record is called and clears self.raw_sys_record while you're parsing new data, your data would get corrupted
Therefore, it would be best to reduce the scope of self.raw_sys_record where possible.
1. Line 147: Update self.raw_sys_record to a local variable (i.e. raw_sys_record without "self")
2. Line 151: Pass raw_sys_record into _update_dg_system_record_from_fw
3. Return the parsed dg_system_record at the end of _update_dg_system_record_from_fw. Assign it to self.raw_sys_record on line 151.
4. Refactor (rename) _update_dg_system_record_from_fw to _parse_system_record_from_dg

DIALIN-DEN-5980-1 12 Feb 2021

While they are not mission critical, let's make an effort to keep these test functions clean by removing unused code.

UI-DEN-5777-1 01 Feb 2021

RESOLVED.

UI-DEN-7044-1 29 Mar 2021

This line caused some issues,
we need to remove the log of the application output for now.
please change it to by adding & and # before 2>>:
$HOME/denali -u & # 2>> $HOME/filesystem.err &

UI-DEN-5751-1 01 Feb 2021

will be addressed later,
RESOLVED

DIALIN-DEN-6078-1 22 Feb 2021

Done

UI-DEN-5830-2 14 Jan 2021

Good catch,
Dleted.

UI-DEN-7135-1 01 Apr 2021

This...required...application...instruction-based.

UI-DEN-7135-1 01 Apr 2021

It..., for application...

UI-DEN-7135-1 01 Apr 2021

Note...will not (instead of won't informal language)...for more than...

HD-DEN-7395-1 26 Mar 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-7135-1 01 Apr 2021

...cannot...

HD-DEN-5980-1 22 Mar 2021

Done

HD-DEN-7395-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5980-1 22 Mar 2021

Done

DG-DEN-5963-1 22 Mar 2021

Is Thd same as TRo? Does it belong in this group?

DG-DEN-6200-1 15 Jan 2021

I think this wrapper should stay with DG or HD, so they can have their own implementation.

HD-DEN-5980-1 22 Mar 2021

To be able to run the code on a board with no hardware attached. I added a build switch.

DG-DEN-5963-1 08 Apr 2021

Align comment.

UI-DEN-4860-BLE-1 15 Jan 2021

Done

HD-DEN-5980-1 22 Mar 2021

Done

UI-DEN-5830-2 15 Jan 2021

RESOLVED

HD-DEN-6200-1 15 Jan 2021

I think we want to drain reservoir all the way now that we're moving away from the straw concept. Let's discuss this.

HD-DEN-6200-1 15 Jan 2021

Add extra line.

UI-DEN-5830-2 14 Jan 2021

You actually had it with the value of 0.1 ms and I increased it to 0.5 because after running the test multiple times I figured it is not enough time.
I will review the waits in the pTx-UF COCO.

DG-DEN-11928-1 22 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5980-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5980-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5980-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7091-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7091-1 23 Mar 2021

Done.

HD-DEN-7091-1 22 Mar 2021

Air trap was already closed - why closing it again?

HD-DEN-7091-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7091-1 23 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7091-1 22 Mar 2021

Should we send DG modes more often? UI and HD stacks are keying off of these a lot and I worry 1 Hz will not be very responsive. I also worry there may be some modes/states that do not last 1 second and HD may miss it.
If we speed this up, we should also speed up the HD modes broadcast as well.

DIALIN-DEN-5980-1 23 Mar 2021

I removed this function and added it to nv_ops_utils.py since crc_16 is only used in NV operations.

DIALIN-DEN-5980-1 23 Mar 2021

Will be removed.

DG-DEN-5980-1 29 Mar 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7395-1 24 Mar 2021

Why this one is deleted?

HD-DEN-5980-1 23 Mar 2021

Remove extra line.

DG-DEN-5980-1 24 Mar 2021

Done.

UI-DEN-7035-1 24 Mar 2021

Thanks,
RESOLVED

UI-DEN-7035-1 24 Mar 2021

Please use a consistent "else" style.
we are currently using Stroustrup style which is like:

}
else {

or use something like:

} else {
DG-DEN-5980-1 25 Mar 2021

Yes, jobs are added to queue from General Task and removed from queue from Background Task. Need queue operations to be protected.

DIALIN-DEN-5980-1 25 Mar 2021

RESOLVED.

HD-DEN-7395-1 25 Mar 2021

Deleted.

HD-DEN-7395-1 24 Mar 2021

This was temporary before a blood leak driver. Delete if not needed.

DG-DEN-5980-1 28 Mar 2021

The enum was in the document that we received from the systems team. We can discuss with them and change it if needed.