Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Addressed code review comments.

Addressed code review comments.

Addressed code review comments.

Moved CommBuffers unit to f/w common.

Addressed more code review comments.

Addressed code review comments.

Added bubble detector override handling.

More updates to FPGA registers.

Fixed a function header.

Added read and error count check for pressure sensor driver. Touched all units for code review purposes.

  1. … 35 more files in changeset.
Split out pressure sensor conversions to a common unit.

Progress on PressureSensor unit.

Partial work on PressureSensor unit.

  1. … 1 more file in changeset.
Updated FPGA registers per preliminary register table in HDD. Added low-level bubble detector driver unit. Added unfinished low-level pressure sensor driver unit.

    • -0
    • +114
    ./Drivers/BubbleDetector.c
    • -0
    • +57
    ./Drivers/BubbleDetector.h
    • -0
    • +36
    ./Drivers/PressureSensor.c
    • -0
    • +41
    ./Drivers/PressureSensor.h
split out alarm audio into separate unit.

    • -0
    • +566
    ./Controllers/AlarmAudio.c
    • -0
    • +66
    ./Controllers/AlarmAudio.h
Moved common message definitions from MsgQueues.h to a common header. Updated function headers.

Updated function headers.

  1. … 32 more files in changeset.
Added more s/w fault enums.

Combined the 2 FPGA executive functions.

Removed duplicate definition.

Updates to some function headers.

  1. … 1 more file in changeset.
Added processor abstraction layer unit. Misc fixes.

  1. … 1 more file in changeset.
Abstracted GPIO pin macros through function calls.

Added internal ADC and CPLD units.

    • -0
    • +232
    ./Drivers/InternalADC.c
    • -0
    • +75
    ./Drivers/InternalADC.h
    • -0
    • +432
    ./Services/CpldInterface.c
    • -0
    • +67
    ./Services/CpldInterface.h
  1. … 2 more files in changeset.
Minor code cleanup.

Started message enum from scratch.

Started alarm table from scratch. Started s/w fault table from scratch.

  1. … 1 more file in changeset.
Optimized incoming message handling.

Initial foundation based on code from Denali HD. AlarmMgmt, SystemComm and FPGA are split with common parts going to a fwcommon unit and reset going to sub-sys specific unit. WatchdogMgmt moved to fwcommon.

    • -0
    • +370
    ./Controllers/AlarmLamp.c
    • -0
    • +62
    ./Controllers/AlarmLamp.h
    • -0
    • +219
    ./Modes/ModeFault.c
    • -0
    • +566
    ./Modes/ModeInitPOST.c
    • -0
    • +51
    ./Modes/ModeInitPOST.h
    • -0
    • +115
    ./Modes/ModeService.c
    • -0
    • +41
    ./Modes/ModeService.h
    • -0
    • +299
    ./Modes/ModeStandby.c
    • -0
    • +44
    ./Modes/ModeStandby.h
    • -0
    • +711
    ./Modes/OperationModes.c
    • -0
    • +65
    ./Modes/OperationModes.h
    • -0
    • +257
    ./Monitors/FluidLeak.c
    • -0
    • +64
    ./Monitors/FluidLeak.h
    • -0
    • +37
    ./Services/AlarmMgmtSWFaults.h
  1. … 151 more files in changeset.