td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

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

Merge branch LDT-1903-air-trap-level-control-delay-adjust-after-fill-fix---td---0 into staging

    • -8
    • +34
    /firmware/App/Controllers/AirTrap.c
Merge branch staging into LDT-1903-air-trap-level-control---td---0

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

Merge branch LDT-1903-air-trap-level-control-delay-adjust-after-fill-fix---td---0 into develop

    • -27
    • +32
    /firmware/App/Controllers/AirTrap.c
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

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

LDT-1903 Air Trap reverting to original valve state

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

LDT-2749 fixed merge conflicts

LEAHI-TD-FIRMWARE-LDT-2749_Ability to Enable Air Bubble Alarm in Standby Mode
LEAHI-TD-FIRMWARE-LDT-2749_Ability to Enable Air Bubble Alarm in Standby Mode
LDT-2749 added the override function declaration for enabling venous bubble alarm in standby mode

Updated

Updated

Added

Added

LDT-3215-measured-venous-pressure-decreases

    • -16
    • +12
    /firmware/App/Controllers/AirPump.c
reverted back

reverted back

This code is removed and not required

This code is removed and not required

LDT-1903 Air Trap Final implementation

    • -26
    • +31
    /firmware/App/Controllers/AirTrap.c
If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

I was thinking that comment should go above the first if statement.

I was thinking that comment should go above the first if statement.

Updated

Updated

LDT-3215-measured-venous-pressure-decreases

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below: #define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall con...

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below:
#define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall condition must persist before alarming.

OR use persistent alarm.