hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14344: Init for air pump. skeleton, driver, FSM, and defines.updated HalCoGen for new PIN for air pump.

    • -0
    • +272
    /firmware/App/Controllers/AirPump.c
    • -0
    • +57
    /firmware/App/Controllers/AirPump.h
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

measuredDialInFlow is (and was) local to this function, but measuredDialInFlowRate is not - it is accessed via getMeasuredDialInFlowRate().

measuredDialInFlow is (and was) local to this function, but measuredDialInFlowRate is not - it is accessed via getMeasuredDialInFlowRate().

measuredDialInFlowRate is now local to the function.

measuredDialInFlowRate is now local to the function.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflicts.

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -12
    • +9
    /firmware/App/Controllers/DialInFlow.c
DEN-14197: Start DPo pump to same PWM duty cycle as DPi when in closed loop mode.

    • -1
    • +5
    /firmware/App/Controllers/DialOutFlow.c
If this condition (timeout) occurs in middle of pressure build up, will we release on transition to next state?

If this condition (timeout) occurs in middle of pressure build up, will we release on transition to next state?

Magic # 5 - use #define. What happens if prior bubble clear is still active when this times out? Seems like condition should check that bubbleClearActive is FALSE too.

Magic # 5 - use #define.
What happens if prior bubble clear is still active when this times out? Seems like condition should check that bubbleClearActive is FALSE too.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-14307-dg_hd_dev-hd_dg_dvt-update-part-6' into develop

DEN-14307 updated the alarms name and the checkAlarms.sh to check the manual alarms table and fail upon compilation

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-14099-bubbles-in-dialysate-out-line-from-dg-to-cartridge' into develop

DEN-14099 Add todo note for possible mitigation of valve closed too long.

DEN-14099 Fix pressure reading to use Venous and instant value.

HD-DEN-14197_SW S83 MG PI Optimization
HD-DEN-14197_SW S83 MG PI Optimization
DEN-14197: Range check DPi initial PWM duty cycle before setting.

    • -10
    • +7
    /firmware/App/Controllers/DialInFlow.c
HD-DEN-14099_Bubbles IN Dialysate Out Line From DG TO Cartridge
HD-DEN-14099_Bubbles IN Dialysate Out Line From DG TO Cartridge
HD-DEN-14307_DG HD Dev HD DG Dvt Update Part 6
HD-DEN-14307_DG HD Dev HD DG Dvt Update Part 6
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -2
    • +2
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merged DEN-14150

    • -2
    • +2
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -16
    • +18
    /firmware/App/Controllers/DialInFlow.c
    • -2
    • +2
    /firmware/App/Controllers/SyringePump.c
    • -1
    • +1
    /firmware/App/Controllers/Temperatures.c
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14150 addressed a code review comment