td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes in Controller

Move details down to its own line.

Move details down to its own line.

Remove extra blank line.

Remove extra blank line.

Fix comment. Should say "in mL/min."

Fix comment. Should say "in mL/min."

Should this be the "Load Syringe" alarm that you just added?

Should this be the "Load Syringe" alarm that you just added?

LDT-4063: Resolved conflicts

    • -43
    • +11
    /firmware/App/Services/Messaging.h
    • -141
    • +142
    /firmware/App/Services/SystemCommTD.c
LDT:4072 - Resolved conflicts

Added doxygen

    • -41
    • +40
    /firmware/App/Controllers/Valves.c
Can't return in middle of function code.

Can't return in middle of function code.

Remove else and reject command in it and re-test.

Remove else and reject command in it and re-test.

Added doxygen

Added doxygen

    • -112
    • +112
    /firmware/App/Drivers/PinchValve.c
New changes

    • -68
    • +83
    /firmware/App/Drivers/PinchValve.c
    • -16
    • +18
    /firmware/App/Drivers/PinchValve.h
LDT-4049:Addressed review comments

Changes

    • -40
    • +84
    /firmware/App/Drivers/PinchValve.c
Changes

    • -29
    • +35
    /firmware/App/Drivers/PinchValve.c
Merge branch 'LDT-4149-pinch-valves-fw-implementation' of bitbucket.org:diality-cloud/td-firmware into LDT-4149-pinch-valves-fw-implementation

New Add ons

    • -140
    • +266
    /firmware/App/Drivers/PinchValve.c
LDT:4063- addressed review comments and updated the shutdown flag prompt

LDT-4029:Addressed review comments

    • -14
    • +27
    /firmware/App/Controllers/SyringePump.c
    • -0
    • +1
    /firmware/App/Controllers/SyringePump.h
LDT-4149: Initialized ABC valve positions array.

break this line

break this line

recircPublishTimerCtr is an output

recircPublishTimerCtr is an output

Add @message MSG_ID_TD_RECIRCULATE_RESPONSE

Add @message MSG_ID_TD_RECIRCULATE_RESPONSE

break this line

break this line

Initialization missing for the following variables in the init function. startRecircRequested reconnectRequested backToTreatmentRequested resumeRecircRequested

Initialization missing for the following variables in the init function.

startRecircRequested
reconnectRequested
backToTreatmentRequested
resumeRecircRequested

All signal flags are initialized in resetSignalFlags() which we are calling below

All signal flags are initialized in resetSignalFlags() which we are calling below

LDT-4149: more changes.