firmware

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

    • -180
    • +0
    ./App/Services/PIControllers.c.old
Added new PresOccl, Dialysis, and TreatmentStop modules. Updated test scripts for system communication modules.

    • -0
    • +512
    ./App/Controllers/PresOccl.c
    • -0
    • +68
    ./App/Controllers/PresOccl.h
    • -0
    • +63
    ./App/Modes/Dialysis.c
    • -0
    • +26
    ./App/Modes/Dialysis.h
    • -0
    • +65
    ./App/Modes/TreatmentStop.c
    • -0
    • +26
    ./App/Modes/TreatmentStop.h
    • -22
    • +145
    ./App/Services/SystemCommMessages.c
    • -21
    • +51
    ./App/Services/SystemCommMessages.h
Finalize vectorcast unit and integration testing for dialout module

Clean unit testing and integration test in vectorcast

Added new alarm for no CAN ACK on message.

Updated vectorcast testing

Tuned pump control. Fixed PIController anti-windup. Added some temporary debug code. Added feature to CAN for messages that require an ACK.

    • -74
    • +92
    ./App/Services/SystemCommMessages.c
Updated the includes sections in the Release configuration with the name of the common repositories to be able compile the project

    • -0
    • +2
    ./.settings/org.eclipse.core.resources.prefs
Updated .gitignore to ignore the symbolically linked repositories, updated VectorCAST to include the RTC modules from FWCommon linked repository.

    • -0
    • +2
    ./.settings/org.eclipse.core.resources.prefs
Checking for settings in parameters passed

Added load cell simulation

Merged master

  1. … 3 more files in changeset.
Updated code to make it work with dialin

Code for testing with Board

Updated the Copyright with the current year and replaced tabs with 4 spaces

Merge branch 'master' into DEN-1312-hd-dialysate-inlet-pump-drive-flow-sensor-control

  1. … 14 more files in changeset.
Addressed code review comment.

    • -23
    • +23
    ./App/Services/SystemCommMessages.h
Update CAN interface to test DialOutFlow module

    • -0
    • +17
    ./.settings/org.eclipse.core.resources.prefs
    • -311
    • +108
    ./App/Controllers/DialOutFlow.c
    • -0
    • +108
    ./App/Services/SystemCommMessages.c
  1. … 3 more files in changeset.
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
    ./App/Controllers/DialOutFlow.c
    • -192
    • +193
    ./App/Services/AlarmMgmt.h
Update Dialoutflow.c due to a change made to PIControllers module. Module compiles, still not functional

Updating DEN-1404 to DEN-1312 changes

Added DialOutFlow.c and h. It compiles, it is not functional

    • -0
    • +627
    ./App/Controllers/DialOutFlow.c
    • -0
    • +73
    ./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

Updated PIControllers to behave in classic manner. Added more thread protection to CAN comm buffers. +review HD-DEN-1312-1

Merge DEN-1312 into DEN-1404 branch

    • -107
    • +130
    ./App/Services/PIControllers.c
    • -0
    • +180
    ./App/Services/PIControllers.c.old
    • -0
    • +54
    ./App/Services/PIControllers.h.old