dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9054 added a default to a variable in switches.c

DEN-9054 removed the message argument in the system and service record handlers

Fixed the maxBufferLength variable.

Fixed the maxBufferLength variable.

Done.

Done.

Done.

Done.

Unused parameter.

Unused parameter.

Looks like the parameter is not being used.

Looks like the parameter is not being used.

maxBufferLength variable is not needed in this case and the comment is not matched the code. Suggest revert this change to line 2139.

maxBufferLength variable is not needed in this case and the comment is not matched the code.
Suggest revert this change to line 2139.

Bamboo Commit: Updated dg_build_history.log with build number and build date

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-9054 Implemented the debounce code in the switches

    • -34
    • +23
    /firmware/App/Controllers/Thermistors.c
DEN-9054 merged stagin

    • -3
    • +3
    /firmware/App/Controllers/UVReactors.c
    • -3
    • +3
    /firmware/App/Modes/ModeHeatDisinfect.c
  1. … 6 more files in changeset.
DEN-9054 implemented debouncing for the DG switches and implemented FPGA GPIO power

    • -22
    • +67
    /firmware/App/Controllers/Switches.c
The signal is debounced for 50ms. I added a debounce for a longer time.

The signal is debounced for 50ms. I added a debounce for a longer time.

The calibration structures are populated during POST. The initialization will be addressed in DEN-9480.

The calibration structures are populated during POST. The initialization will be addressed in DEN-9480.

Merge branch 'DEN-8886-hd_dg_dev-self-tests-2-of-2' into develop

    • -10
    • +10
    /firmware/App/Services/WatchdogMgmt.c
DEN-8886: Disable WD POST recovery check until issue can be resolved with EE team.

DEN-8886: Increased WD POST recovery time to allow 24V more time to come back up.

DEN-8886: Fix watchdog test to verify the correct 24V channel.

Merge branch 'DEN-9054-dg-hd_dev-dg-hd-switches' into develop

    • -104
    • +27
    /firmware/App/Controllers/Fans.c
    • -91
    • +197
    /firmware/App/Controllers/Heaters.c
    • -39
    • +128
    /firmware/App/Controllers/ROPump.c
    • -1
    • +1
    /firmware/App/Controllers/UVReactors.c
    • -26
    • +45
    /firmware/App/Modes/ModeHeatDisinfect.c
    • -19
    • +35
    /firmware/App/Modes/ModeInitPOST.c
    • -38
    • +42
    /firmware/App/Modes/ModeRecirculate.c
    • -0
    • +13
    /firmware/App/Services/SystemComm.c
  1. … 4 more files in changeset.
Merge branch 'DEN-8886-hd_dg_dev-self-tests-2-of-2' into develop

    • -64
    • +4
    /firmware/App/Services/Interrupts.c
    • -21
    • +4
    /firmware/App/Services/SystemComm.c
    • -10
    • +39
    /firmware/App/Services/WatchdogMgmt.c
DEN-7802: Changed according to lab test

Done.

Done.

Need function header.

Need function header.

Should we debounce switches before changing states? Check with Noe to see if FPGA is already debouncing these signals.

Should we debounce switches before changing states? Check with Noe to see if FPGA is already debouncing these signals.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.