hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Updates to FPGA per UT.

Addressed code review comment. +review HD-SPR4-1

Fixed FPGA POST issue. Added PC send message function for engineering debug data. +review HD-SPR4-1

Changed order of s/w inits. +review HD-SPR4-1

Created new Comm driver module to take on the driver portion of Interrupts. Turned off build switch to bypass UI. +review HD-SPR4-1

    • -0
    • +200
    /App/Drivers/Comm.c
Minor tweaks to test support functions. +review HD-SPR4-1

    • -12
    • +12
    /App/Services/SystemCommMessages.c
Changed CommInterrupts to Interrupts.

    • -0
    • +295
    /App/Services/Interrupts.c
    • -0
    • +43
    /App/Services/Interrupts.h
Split test support defs and macros out of Common.h into a new TestSupport.h. Added override command or watchdog task check-ins. Added POST test for FPGA. +review HD-SPR4-1

    • -34
    • +73
    /App/Services/SystemCommMessages.c
    • -0
    • +202
    /App/TestSupport.h
More UART comm fixes per lab testing. +review HD-SPR4-1

More fixes to FPGA module per lab testing. +review HD-SPR4-1

Fixes to FPGA and PC communication. Addressed some code review issues. +review HD-SPR4-1

Added function headers for new functions in the CommInterrupts module. +review HD-SPR4-1