hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added changes due to code reviews

    • -16
    • +27
    /firmware/App/Controllers/DialOutFlow.c
    • -2
    • +2
    /firmware/App/Services/PIControllers.c
Added new PresOccl, Dialysis, and TreatmentStop modules. Updated test scripts for system communication modules.

    • -0
    • +512
    /firmware/App/Controllers/PresOccl.c
    • -0
    • +68
    /firmware/App/Controllers/PresOccl.h
    • -0
    • +63
    /firmware/App/Modes/Dialysis.c
    • -0
    • +26
    /firmware/App/Modes/Dialysis.h
    • -0
    • +65
    /firmware/App/Modes/TreatmentStop.c
    • -0
    • +26
    /firmware/App/Modes/TreatmentStop.h
    • -14
    • +48
    /firmware/App/Services/SystemComm.c
Finalize vectorcast unit and integration testing for dialout module

Clean unit testing and integration test in vectorcast

    • -1
    • +1
    /firmware/App/Controllers/DialOutFlow.c
Added new alarm for no CAN ACK on message.

Updated vectorcast testing

    • -38
    • +45
    /firmware/App/Controllers/DialOutFlow.c
Tuned pump control. Fixed PIController anti-windup. Added some temporary debug code. Added feature to CAN for messages that require an ACK.

    • -8
    • +25
    /firmware/App/Controllers/BloodFlow.c
    • -5
    • +5
    /firmware/App/Controllers/DialInFlow.c
    • -21
    • +37
    /firmware/App/Services/AlarmMgmt.c
    • -2
    • +22
    /firmware/App/Services/PIControllers.c
    • -9
    • +247
    /firmware/App/Services/SystemComm.c
    • -0
    • +10
    /firmware/App/Services/SystemComm.h
Updated the includes sections in the Release configuration with the name of the common repositories to be able compile the project

Updated .gitignore to ignore the symbolically linked repositories, updated VectorCAST to include the RTC modules from FWCommon linked repository.

Added files in results folder

    • -4538
    • +11972
    /results/VectorCAST.log
    • -0
    • +34
    /results/cppcheckError.csv
Checking for settings in parameters passed

    • -42
    • +60
    /firmware/App/Controllers/DialOutFlow.c
    • -7
    • +1
    /firmware/App/Controllers/DialOutFlow.h
Added load cell simulation

    • -22
    • +87
    /firmware/App/Controllers/DialOutFlow.c
    • -2
    • +1
    /firmware/App/Controllers/DialOutFlow.h
    • -1
    • +1
    /firmware/App/Services/PIControllers.c
Merged master

    • -24
    • +17
    /firmware/App/Modes/ModeInitPOST.c
    • -21
    • +37
    /firmware/App/Tasks/TaskGeneral.c
    • -3408
    • +9297
    /results/VectorCAST.log
    • -1306
    • +0
    /firmware/App/Controllers/RTC.c
Updated code to make it work with dialin

    • -1
    • +1
    /firmware/App/Controllers/DialOutFlow.c
Code for testing with Board

    • -2
    • +3
    /firmware/App/Controllers/DialOutFlow.c
Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.h
    • -1
    • +1
    /firmware/App/Services/PIControllers.c
    • -1
    • +1
    /firmware/App/Services/PIControllers.h
Merge branch 'master' into DEN-1312-hd-dialysate-inlet-pump-drive-flow-sensor-control

    • -1
    • +1
    /firmware/App/Modes/ModePrescription.c
  1. … 14 more files in changeset.
Addressed code review comment.

Update CAN interface to test DialOutFlow module

    • -311
    • +108
    /firmware/App/Controllers/DialOutFlow.c
    • -25
    • +2
    /firmware/App/Controllers/DialOutFlow.h
    • -9572
    • +4827
    /results/VectorCAST.log
Final UT/IT changes.

    • -1363
    • +4651
    /results/VectorCAST.log
DEN-431 fixed the way the commands are sent to the RAM for read or write

Updated ports to be used for PWM, stop and dir for the outlet pump

    • -626
    • +673
    /firmware/App/Controllers/DialOutFlow.c
    • -192
    • +193
    /firmware/App/Services/AlarmMgmt.h
Update Dialoutflow.c due to a change made to PIControllers module. Module compiles, still not functional

    • -2
    • +1
    /firmware/App/Controllers/DialOutFlow.c
Updating DEN-1404 to DEN-1312 changes

    • -17
    • +30
    /firmware/App/Services/PIControllers.c
    • -1
    • +1
    /firmware/App/Services/PIControllers.h
Added DialOutFlow.c and h. It compiles, it is not functional

    • -0
    • +627
    /firmware/App/Controllers/DialOutFlow.c
    • -0
    • +73
    /firmware/App/Controllers/DialOutFlow.h
Minor improvements to CAN communications. +review HD-DEN-1312-1

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

DEN-431 Moved some of the local variables to the top of the scope from the top of the function

DEN-431 fixed a typo

DEN-431 Added the code review comments and added more VectorCAST cases

    • -232
    • +206
    /firmware/App/Controllers/RTC.c