firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-431 Commented out the individual board's code for merging

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

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

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

  1. … 4 more files in changeset.
Added IT for DialInFlow module. Updated other IT. +review HD-DEN-1312-1

Updated UT for SystemComm and SystemCommMessages modules.

Updated UT for AlarmMgmt module.

Updated BloodFlow and DialInFlow modules per UT. Added new UT for DialInFlow.

Removed DialOutFlow module - Leo added to separate branch. Fixed alarm lamp POST.

  1. … 4 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 50 more files in changeset.
DEN-431 Added mibspi notifications to HALCoGen and started a VectorCAST unit test

Updated HALCoGen GIO pins.

Added dialin messages for dialysate inlet pump. Fixes to watchdog expired fault. Updates to existing UT.

    • -0
    • +136
    ./App/Services/SystemCommMessages.c
    • -0
    • +33
    ./App/Services/SystemCommMessages.h
DEN-431 updated the writetimestamp function

DEN-431 Added function header to all the functions in RTC.c