fwcommon

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13834 added a software fault for the get NV data in HD

DEN-13834 added last time reset in epoch to the Hd service record

DEN-13834 moved the flow sensors data structure to common so HD can use it too

DEN-13834 added space in between the brackets

DEN-13598: Add code for RAM error and FPGA clcok speed.

DEN-13598: Add code for RAM error and FPGA clcok speed.

DEN-13598: Add code for RAM error and FPGA clock speed.

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 t...

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 typed variable so it will be typed properly. A #define may or may not be typed depending on how it's used. If it's used in a mathematical expression, the compiler will make it max precision (double) if we don't explicitly add the 'F' suffix and that can cause some problems with the precision in the math.

Remove blank line.

Remove blank line.

Merged the code

DEN-13598 updated the code

DEN-13598 updated the code

DEN-13598 updated the code

DEN-13598: Updates to RAM error check. Added DG payload defs to common.h.

DEN-13598: Updates to FPGA clock speed check.

DEN-13834 enabled the DG service record last rest time in epoch

DEN-13834 added software faults for the HD usage information

DEN-13834 added alarms and number of counts for writing DG usage info into the RTC RAM

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Use 0.0F

Use 0.0F

Sensor misspelled (Sesnor). Change name to execFlowSensorMonitor.

Sensor misspelled (Sesnor). Change name to execFlowSensorMonitor.

Merge branch 'DEN-13801-sw_dev-sprint-79_mg' into develop

DEN-13801: updated hd swconfig records to now have a V3 switch.

DEN-13834 added a function to check the HD usage info's CRC

DEN-13834 updated the HD NV events