hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11750 addressed the code review comments

DEN-11750 addressed the code review comments

Done.

Done.

Yes, I have a TODO to finish them off in DEN-12224.

Yes, I have a TODO to finish them off in DEN-12224.

Done.

Done.

Done.

Done.

Yes, I tried a release build and it compiled.

Yes, I tried a release build and it compiled.

Done.

Done.

DEN-11250 Added code to allow resume after syringe pump occlusion has been removed

DEN-11250 Added code to allow resume after the syringe pump occlusion has been removed

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

Magic #.

Magic #.

Seems we are not consistent about using #ifndef RELEASE. We have it here, but not in the if above on line 400.

Seems we are not consistent about using #ifndef RELEASE. We have it here, but not in the if above on line 400.

I think we should use <> for library includes. And they should go on top.

I think we should use <> for library includes. And they should go on top.

Remove blank line. And what is new remove field for?

Remove blank line. And what is new remove field for?

Have you tried a release build to see if we have this right?

Have you tried a release build to see if we have this right?

They do not. Remove volatile from these declarations.

They do not. Remove volatile from these declarations.

Fix indenting here.

Fix indenting here.

HD-DEN-12121_SW Dev Sprint 65
HD-DEN-12121_SW Dev Sprint 65
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enabled a build switch

DEN-11750 resolved a merge conflict

    • -20
    • +0
    /firmware/App/Controllers/AirTrap.c
DEN-11750 merged cc-vectorcast2 and resolved the conflcits

    • -33
    • +53
    /firmware/App/Controllers/AirTrap.c
Committed the lastest VectorCAST changes in cc-vectorcast2

    • -49
    • +50
    /firmware/App/Controllers/AirTrap.c
DEN-11250 Fixed syringe pump occlusion alarm not triggered

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

DEN-11250 Fixed syringe pump occlusion alarm not triggered

    • -4
    • +1
    /firmware/App/Controllers/SyringePump.c
DEN-10974 Added check of Door and Pump Track for states after installation.

    • -16
    • +21
    /firmware/App/Modes/ModePreTreat.c
Removed obsolete function getFPGADoorState(). Use getFPGAFrontDoorStatus() or getSwitchStatus() for debounced value.