firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9054 tested the switches and non-volatile data management

DEN-8886: Added dialysis sub-mode to treatment states broadcast message.

Minor fixes to WD POST test.

DEN-8886: Added msg to request DG POST result.

    • -22
    • +68
    ./App/Services/SystemCommMessages.c
DEN-8886: Added messages to request and receive UI version info. Request UI version info at start of POST.

    • -10
    • +49
    ./App/Services/SystemCommMessages.c
DEN-8886: Updated alarm audio volume levels. Extended watchdog recovery time to allow 24V to come back up. Changed safety line input pin from pull-up to pull-down config.

First sizeof() should have U32 (same as above).

First sizeof() should have U32 (same as above).

The first sizeof() has ALARM_ID_T. You converted that param to a U32 (which is appropriate) and so you should have U32 in that sizeof().

The first sizeof() has ALARM_ID_T. You converted that param to a U32 (which is appropriate) and so you should have U32 in that sizeof().

I think the data are floats, so 0 should be 0.0.

I think the data are floats, so 0 should be 0.0.

DEN-8679: Refactor alarm activate functions

Sent events only for changed settings.

Sent events only for changed settings.

Set UF volume initially to 0 and removed this variable and related function.

Set UF volume initially to 0 and removed this variable and related function.

It is part of background task in the battery monitor exec function. The initial value is 0, we will wait here till we get status.

It is part of background task in the battery monitor exec function. The initial value is 0, we will wait here till we get status.

Done. I prefer generally output description, so refactor is easier. Normally, a refactor will often make these variables in the doxygen comment obsolete (variable name change).

Done. I prefer generally output description, so refactor is easier. Normally, a refactor will often make these variables in the doxygen comment obsolete (variable name change).

Dara Navaei Please take a look.

Dara Navaei Please take a look.

This message is requested by UI. UI wants to keep it consistent with other request message, in case there is reject reason in the future.

This message is requested by UI. UI wants to keep it consistent with other request message, in case there is reject reason in the future.

Removed.

Removed.

If fault mode calls the treatment log data collect function, the record can be zeroed also.

If fault mode calls the treatment log data collect function, the record can be zeroed also.

The transition function will call this init function.

The transition function will call this init function.

DEN-8679: Addressed code review

    • -2
    • +34
    ./App/Services/SystemCommMessages.c
Done.

Done.

Fixed.

Fixed.

Fixed.

Fixed.

Done.

Done.

The else is when AC power detected. Added clear alarm condition.

The else is when AC power detected. Added clear alarm condition.

DEN-9054 changed the build history file form text to log

    • -0
    • +18
    ./hd_build_history.log
DEN-9054 aligned the build history file

DEN-8886: Added UI compatibility POST test. Updated alarm audio per latest HDD. Added handling of UI and DG version messages. Fixed watchdog POST. Added recovery check to watchdog POST.

    • -6
    • +34
    ./App/Services/SystemCommMessages.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

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