hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Updated PIControllers to behave in classic manner. Added more thread protection to CAN comm buffers. +review HD-DEN-1312-1

    • -4
    • +1
    /firmware/App/Controllers/DialInFlow.c
    • -12
    • +15
    /firmware/App/Services/AlarmMgmt.h
    • -13
    • +19
    /firmware/App/Services/CommBuffers.c
    • -17
    • +30
    /firmware/App/Services/PIControllers.c
    • -1
    • +1
    /firmware/App/Services/PIControllers.h
Merge DEN-1312 into DEN-1404 branch

    • -107
    • +130
    /firmware/App/Services/PIControllers.c
    • -0
    • +180
    /firmware/App/Services/PIControllers.c.old
    • -10
    • +9
    /firmware/App/Services/PIControllers.h
    • -0
    • +54
    /firmware/App/Services/PIControllers.h.old
Updated VectorCAST

DEN-431 Finished unit testing. Ran the test suite and added a .gitignore the results folder to ignore all the VectorCAST .html files

    • -0
    • +44
    /results/cppcheckError.csv
Added IT for DialInFlow module. Updated other IT. +review HD-DEN-1312-1