firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-431 updated the code

Updated the epoch conversion equation

DEN-431 Updated the code to be able to write time and date multiple times

Moved RTC call in general task.

Fixed merge issue.

Merged master to branch.

    • -0
    • +65
    ./App/Services/SystemCommMessages.c
  1. … 2 more files in changeset.
Fixed comm receive bug.

  1. … 4 more files in changeset.
Updated doxygen comments format.

DEN-431 Commented out the individual board's code for merging

Added IT for pressure/occlusion module. Updated IT for System Comm modules. Updated doxygen comments for pressure and PI Controller modules.

Added UT for pressure/occlusion module and PI controllers module. Updated UT/IT. Minor fixes per UT/IT.

DEN-431 Added function headers to the RTC functions in SystemCommMessages.c

    • -1
    • +20
    ./App/Services/SystemCommMessages.c
DEN-431 updated the year to U32

DEN-431 Added the APIs for Dialin

    • -1
    • +45
    ./App/Services/SystemCommMessages.c
    • -0
    • +14
    ./App/Services/SystemCommMessages.h
CAN ACK fixes. Updates to UT for ACKs.

    • -5
    • +10
    ./App/Services/SystemCommMessages.c
More fixes to CAN ACK feature. Updates to UT for SystemComm modules.

    • -8
    • +11
    ./App/Services/SystemCommMessages.c
Minor fixes to CAN ACK.

Added function to pump modules to set the PWM. Minor fixes to CAN ACK feature. Started updated UT/IT for CAN ACK feature.

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
Added new alarm for no CAN ACK on message.

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
Merged master

  1. … 3 more files in changeset.
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
DEN-431 fixed the way the commands are sent to the RAM for read or write

Minor improvements to CAN communications. +review HD-DEN-1312-1

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