Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12232 fixed the fans monitor

Done.

Done.

Yes that is true. One is specifically looking at the HD software config and the other is checking the DG software config. I can have one function that covers both but it has to have #ifdef for for ...

Yes that is true. One is specifically looking at the HD software config and the other is checking the DG software config. I can have one function that covers both but it has to have #ifdef for for HD and DG.

DEN-11750 addressed the code review comments

  1. … 3 more files in changeset.
The variable is initialized in the init().

The variable is initialized in the init().

Yes, if they are initialized in init() which they should be, they don't need to be initialized here. This puts this static variables in the uninitialized section of the memory.

Yes, if they are initialized in init() which they should be, they don't need to be initialized here. This puts this static variables in the uninitialized section of the memory.

This might have been updated in the different Dialin branch.

This might have been updated in the different Dialin branch.

Good catch, thanks.

Good catch, thanks.

The alarm is not commented out currently, this might be due to an old commit.

The alarm is not commented out currently, this might be due to an old commit.

This was commented for testing. I un-commented it.

This was commented for testing. I un-commented it.

You cannot run a function there. Also, the init function is the proper place to initialize the value.

You cannot run a function there. Also, the init function is the proper place to initialize the value.

Yes because the staging is branched form master that is very old. At the end of this code review I will update the master branch of common.

Yes because the staging is branched form master that is very old. At the end of this code review I will update the master branch of common.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

This macro has been removed.

This macro has been removed.

Done.

Done.

Done.

Done.

DEN-11928 Fixed merge conflicts

  1. … 1 more file in changeset.
DEN-11928 Removed blank lines

  1. … 1 more file in changeset.
Looks like this needs to be addressed.

Looks like this needs to be addressed.

DEN-11928 Removed 5 secs persistent conductivity test SRSDG 558 & SRSDG 630

  1. … 1 more file in changeset.
Magic #.

Magic #.

rpm should be in ().

rpm should be in ().

Should we check that payloadLength is at least 12 bytes (sizeof(U32) x 3)?

Should we check that payloadLength is at least 12 bytes (sizeof(U32) x 3)?

There are 2 functions in this module with this name.

There are 2 functions in this module with this name.

Are these really common? Can they be moved to sys_selftest.c?

Are these really common? Can they be moved to sys_selftest.c?

DG-DEN-11928_DG Conductivity Update
DG-DEN-11928_DG Conductivity Update
Add #ifndef RELEASE around these definitions and all other build switch related code.

Add #ifndef RELEASE around these definitions and all other build switch related code.