hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added blood pump control per flow. Added timeout to power off request. Added more interrupt handling. Added parity checking for CAN RAM. +review HD-DEN_759-1

    • -13
    • +39
    /firmware/App/Controllers/BloodFlow.c
    • -36
    • +56
    /firmware/App/Controllers/Buttons.c
    • -9
    • +92
    /firmware/App/Services/Interrupts.c
Added dialin override support for alarm status publication interval. Added publishing of alarm status every 500ms. Updated UT for SystemComm and SystemCommMessages modules. Started UT for AlarmMgmt module. Addressed code review feedback. +review HD-DEN-759-1

    • -20
    • +76
    /firmware/App/Services/AlarmMgmt.c
Misc fixes to BloodFlow and AlarmMgmt modules. Scaled BloodFlow analogs. Changed cargo to payload throughout code. Updates to existing UT. +review HD-DEN-759-1

    • -30
    • +57
    /firmware/App/Controllers/BloodFlow.c
    • -52
    • +54
    /firmware/App/Services/AlarmMgmt.c
    • -12
    • +12
    /firmware/App/Services/SystemComm.c
Added override command for blood flow data publication interval. Prevent alarm trigger/clear event publication if alarm is already triggered/cleared. Clear pending stop button if t/o alarm occurs to prevent perpetual alarm triggering. +review HD-DEN-759-1

Updated UT for AlarmLamp, Comm, CPLD, and SafetyShutdown modules. +review HD-DEN-759-1

Added messaging for AlarmMgmt and Bloodflow modules. +review HD-DEN-759-1

    • -15
    • +90
    /firmware/App/Controllers/BloodFlow.c
    • -3
    • +12
    /firmware/App/Controllers/Buttons.c
    • -12
    • +58
    /firmware/App/Services/AlarmMgmt.c
    • -6
    • +12
    /firmware/App/Services/SystemComm.c
Minor fix to dialin support. +review HD-DEN-759-1

Addressed code review feedback. +review HD-DEN-759-1

Minor comments.

Replaced TODOs for triggering s/w faults with actual triggers of s/w faults. +review HD-DEN-759-1

Added dialin support for AlarmMgmt module. Refactored PC interface from UART to CAN. Added two CAN channels for PC interface. +review HD-DEN-759-1

    • -20
    • +92
    /firmware/App/Services/AlarmMgmt.c
    • -12
    • +13
    /firmware/App/Services/SystemComm.c
Merged alarms into branch. Removed Debug folder from commit list. +review HD-DEN-759-1

    • -30
    • +0
    /firmware/Debug/App/Contollers/subdir_vars.mk
    • -13
    • +0
    /firmware/Debug/App/Drivers/subdir_rules.mk
    • -42
    • +0
    /firmware/Debug/App/Drivers/subdir_vars.mk
    • -13
    • +0
    /firmware/Debug/App/Modes/subdir_rules.mk
    • -78
    • +0
    /firmware/Debug/App/Modes/subdir_vars.mk
    • -13
    • +0
    /firmware/Debug/App/Tasks/subdir_rules.mk
    • -42
    • +0
    /firmware/Debug/App/Tasks/subdir_vars.mk
    • -20
    • +0
    /firmware/Debug/source/subdir_rules.mk
    • -185
    • +0
    /firmware/Debug/source/subdir_vars.mk
Merge branch 'master' into DEN-752-alarms-general-design

Added dialin functions and messages for BloodFlow module. Updated 16-bit CRC to match CCITT. +review HD-DEN-759-1

    • -21
    • +137
    /firmware/App/Controllers/BloodFlow.c
    • -0
    • +14
    /firmware/App/Controllers/BloodFlow.h
    • -0
    • +21
    /firmware/App/Services/SystemComm.c
    • -33
    • +34
    /firmware/App/Services/Utilities.c
Updated the Copyright with the current year and replaced tabs with 4 spaces

Added a no data type to alarm data types enum.

Updated .gitignore to exclude release folder. Deleted committed release files.

    • -13
    • +0
    /firmware/Release/App/Drivers/subdir_rules.mk
    • -42
    • +0
    /firmware/Release/App/Drivers/subdir_vars.mk
    • -13
    • +0
    /firmware/Release/App/Modes/subdir_rules.mk
    • -78
    • +0
    /firmware/Release/App/Modes/subdir_vars.mk
    • -72
    • +0
    /firmware/Release/App/Services/subdir_vars.mk
    • -13
    • +0
    /firmware/Release/App/Tasks/subdir_rules.mk
    • -42
    • +0
    /firmware/Release/App/Tasks/subdir_vars.mk
    • -13632
    • +0
    /firmware/Release/HD_linkInfo.xml
  1. … 6 more files in changeset.
Fixed release build configuration.

    • -0
    • +13
    /firmware/Release/App/Controllers/subdir_rules.mk
    • -0
    • +36
    /firmware/Release/App/Controllers/subdir_vars.mk
    • -0
    • +13
    /firmware/Release/App/Drivers/subdir_rules.mk
    • -0
    • +42
    /firmware/Release/App/Drivers/subdir_vars.mk
    • -0
    • +13
    /firmware/Release/App/Modes/subdir_rules.mk
    • -0
    • +78
    /firmware/Release/App/Modes/subdir_vars.mk
    • -0
    • +13
    /firmware/Release/App/Services/subdir_rules.mk
    • -0
    • +72
    /firmware/Release/App/Services/subdir_vars.mk
    • -0
    • +13
    /firmware/Release/App/Tasks/subdir_rules.mk
    • -0
    • +42
    /firmware/Release/App/Tasks/subdir_vars.mk
    • -0
    • +13632
    /firmware/Release/HD_linkInfo.xml
    • -0
    • +1
    /firmware/Release/ccsObjs.opt
  1. … 7 more files in changeset.
Added InternalADC module. Configured ADC peripheral. +review HD-DEN-759-1

    • -2
    • +10
    /firmware/App/Controllers/BloodFlow.c
    • -0
    • +184
    /firmware/App/Drivers/InternalADC.c
    • -0
    • +38
    /firmware/App/Drivers/InternalADC.h
    • -0
    • +6
    /firmware/Debug/App/Drivers/subdir_vars.mk
Added AlarmMgmt module. Added a new timer function to calculate time since a given start time.

    • -0
    • +409
    /firmware/App/Services/AlarmMgmt.c
    • -0
    • +93
    /firmware/App/Services/AlarmMgmt.h
Added BloodFlow module. Added ADC and PWM peripherals. Fixed #includes.

    • -0
    • +397
    /firmware/App/Controllers/BloodFlow.c
    • -0
    • +35
    /firmware/App/Controllers/BloodFlow.h
    • -2
    • +17
    /firmware/App/Modes/ModePostTreat.c
    • -2
    • +17
    /firmware/App/Modes/ModePrescription.c
    • -2
    • +17
    /firmware/App/Modes/ModeTreatment.c
  1. … 18 more files in changeset.
Resolved merge conflict.

Addressed code review feedback on CRC table.

    • -49
    • +48
    /firmware/App/Services/Utilities.c
    • -1
    • +1
    /firmware/Debug/App/Drivers/subdir_rules.mk
    • -1
    • +1
    /firmware/Debug/App/Modes/subdir_rules.mk
    • -1
    • +1
    /firmware/Debug/App/Tasks/subdir_rules.mk
    • -2
    • +2
    /firmware/Debug/source/subdir_rules.mk
Transferred the hd_sprint5 firmware to the firmware folder

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -20
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 383 more files in changeset.
Transferred the hd_sprint4 firmware to the firmware folder

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -20
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 383 more files in changeset.
Transferred the sprint3 firmware to the firmware folder

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -18
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 365 more files in changeset.
Transferred the master branch firmware to the firmware folder. Added the VectorCAST folder to the repository

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -20
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 383 more files in changeset.
Updates to Utilities. Added an 8-bit CRC. +review HD-SPR5-1

Updates to FPGA per unit testing. Added shell function for 8-bit CRC in Utilities module. +review HD-SPR5-1

Updates to FPGA and Interrupts modules per unit testing. +review HD-SPR5-1