td-firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAH-47: Call pressure monitor from main.

LEAH-47: Added pressure monitor unit.

    • -1
    • +1
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +1070
    /firmware/App/Monitors/Pressures.c
    • -0
    • +95
    /firmware/App/Monitors/Pressures.h
LEAH-47: Misc fixes.

    • -5
    • +24
    /firmware/App/Controllers/AlarmAudio.c
    • -23
    • +17
    /firmware/App/Monitors/Switches.c
LEAH-47: Added driver and controller for air pump. Added buttons monitor. Added switches monitor. Used new override message helper functions.

    • -0
    • +227
    /firmware/App/Controllers/AirPump.c
    • -0
    • +62
    /firmware/App/Controllers/AirPump.h
    • -131
    • +25
    /firmware/App/Controllers/AlarmAudio.c
    • -9
    • +6
    /firmware/App/Controllers/AlarmAudio.h
    • -33
    • +5
    /firmware/App/Controllers/AlarmLamp.c
    • -31
    • +1
    /firmware/App/Drivers/BubbleDetector.c
    • -0
    • +127
    /firmware/App/Drivers/GLXferPump.c
    • -0
    • +54
    /firmware/App/Drivers/GLXferPump.h
    • -28
    • +1
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +544
    /firmware/App/Monitors/Buttons.c
  1. … 13 more files in changeset.
Merged LEAH-41 to staging.

LEAH-41: Addressed code review comments.

    • -2
    • +2
    /firmware/App/Drivers/PressureSensor.c
Added Dialin support to bubble and voltage monitors. Addressed code review comments.

    • -2
    • +2
    /firmware/App/Drivers/BubbleDetector.c
    • -0
    • +50
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +2
    /firmware/App/Drivers/PressureSensor.h
LEAH-41: Added bubble monitor unit. Added bubble interval override.

    • -1
    • +1
    /firmware/App/Drivers/BubbleDetector.h
    • -0
    • +364
    /firmware/App/Monitors/Bubbles.c
    • -0
    • +59
    /firmware/App/Monitors/Bubbles.h
LEAH-41: Updated Dialin overrides for voltages monitor unit.

    • -124
    • +108
    /firmware/App/Monitors/Voltages.c
    • -17
    • +15
    /firmware/App/Monitors/Voltages.h
LEAH-41: Updated internal ADC channels per schematic. Added voltages monitor.

    • -11
    • +7
    /firmware/App/Drivers/InternalADC.c
    • -0
    • +449
    /firmware/App/Monitors/Voltages.c
    • -0
    • +84
    /firmware/App/Monitors/Voltages.h
Merged LEAH-32 to staging.

Addressed code review comments.

Addressed code review comments.

    • -1
    • +1
    /firmware/App/Services/CpldInterface.c
    • -3
    • +3
    /firmware/App/Services/CpldInterface.h
Addressed code review comments.

Moved CommBuffers unit to f/w common.

    • -404
    • +0
    /firmware/App/Services/CommBuffers.c
    • -74
    • +0
    /firmware/App/Services/CommBuffers.h
Addressed more code review comments.

Addressed code review comments.

    • -1
    • +1
    /firmware/App/Controllers/AlarmAudio.c
    • -1
    • +1
    /firmware/App/Controllers/AlarmAudio.h
    • -1
    • +1
    /firmware/App/Drivers/BubbleDetector.c
    • -3
    • +3
    /firmware/App/Drivers/PressureSensor.c
Added bubble detector override handling.

    • -2
    • +49
    /firmware/App/Drivers/BubbleDetector.c
    • -0
    • +2
    /firmware/App/Drivers/BubbleDetector.h
    • -0
    • +1
    /firmware/App/Drivers/PressureSensor.c
More updates to FPGA registers.

Fixed a function header.

    • -2
    • +2
    /firmware/App/Drivers/PressureSensor.c
Added read and error count check for pressure sensor driver. Touched all units for code review purposes.

    • -0
    • +1
    /firmware/App/Controllers/AlarmAudio.c
    • -0
    • +1
    /firmware/App/Controllers/AlarmAudio.h
    • -16
    • +123
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +2
    /firmware/App/Drivers/PressureSensor.h
  1. … 35 more files in changeset.
Split out pressure sensor conversions to a common unit.

    • -25
    • +7
    /firmware/App/Drivers/PressureSensor.c
    • -2
    • +1
    /firmware/App/Drivers/PressureSensor.h
Progress on PressureSensor unit.

    • -28
    • +70
    /firmware/App/Drivers/PressureSensor.c
    • -1
    • +2
    /firmware/App/Drivers/PressureSensor.h
Partial work on PressureSensor unit.

    • -11
    • +3
    /firmware/App/Drivers/BubbleDetector.c
    • -1
    • +91
    /firmware/App/Drivers/PressureSensor.c
    • -2
    • +12
    /firmware/App/Drivers/PressureSensor.h
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
    /firmware/App/Drivers/BubbleDetector.c
    • -0
    • +57
    /firmware/App/Drivers/BubbleDetector.h
    • -0
    • +36
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +41
    /firmware/App/Drivers/PressureSensor.h
    • -498
    • +148
    /firmware/App/Services/FpgaTD.c
split out alarm audio into separate unit.

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

    • -716
    • +240
    /firmware/App/Services/AlarmMgmtTD.c
    • -42
    • +29
    /firmware/App/Services/AlarmMgmtTD.h
Updated function headers.

    • -45
    • +46
    /firmware/App/Controllers/AlarmLamp.c
    • -16
    • +20
    /firmware/App/Drivers/InternalADC.c
    • -36
    • +36
    /firmware/App/Modes/ModeInitPOST.c
    • -13
    • +13
    /firmware/App/Modes/ModeStandby.c
  1. … 32 more files in changeset.
Added more s/w fault enums.

Combined the 2 FPGA executive functions.