td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-1886 changed the air trap raise and lower level maximum override levels

move static function after public function

move static function after public function

let public function on top

let public function on top

Let all public functions come on top for all files

Let all public functions come on top for all files

LDT-2931 changed the overrides for the lower and raise air trap levels to accept up to 100% PWM

LDT-1886 updated the code in the ejector motor disable function

LEAHI-TD-FIRMWARE-LDT-2932_(DD, TD) TMP reported by Dialin/ FW is incorrect
LEAHI-TD-FIRMWARE-LDT-2932_(DD, TD) TMP reported by Dialin/ FW is incorrect
I didn't see this in header file.

I didn't see this in header file.

I don't see these Lower/Upper Range Limit functions declared in the header file.

I don't see these Lower/Upper Range Limit functions declared in the header file.

LDT-2931 removed the check for the air pump dialin command to accept more than 60% duty cycle too

Need to delete this unit (ModeTxParams.c/.h). Also need to remove the mode from the modes enumeration and from OperationModes.c.

Need to delete this unit (ModeTxParams.c/.h). Also need to remove the mode from the modes enumeration and from OperationModes.c.

I don't think we need this signal function since this is not a mode anymore. Is this function being called somewhere?

I don't think we need this signal function since this is not a mode anymore. Is this function being called somewhere?

Added

Added

Added

Added

Updated

Updated

I don't see an isTreatmentParamInRange function. I think we need to copy from the ModeTxParams.c.

I don't see an isTreatmentParamInRange function. I think we need to copy from the ModeTxParams.c.

I don't see any get functions. I think we need to copy from ModeTxParams.c. Let's make sure we've copied all needed functions from ModeTxParams.c and then don't forget to delete ModeTxParams.c/.h.

I don't see any get functions. I think we need to copy from ModeTxParams.c.
Let's make sure we've copied all needed functions from ModeTxParams.c and then don't forget to delete ModeTxParams.c/.h.

Missing return statement.

Missing return statement.

Add a blank line between declaration and if statement.

Add a blank line between declaration and if statement.

Message handler functions must have a single parameter (message). The payload of the message will have the param and value in it and this function needs to parse them out of the payload. Also need ...

Message handler functions must have a single parameter (message). The payload of the message will have the param and value in it and this function needs to parse them out of the payload. Also need to check payload length first.
We need a new message ID in MsgDefs.h for Dialin to send us this message and we need to add an entry in the message/handler table in Messaging.c.

Add one more blank line above test support banner.

Add one more blank line above test support banner.

Should we comment this out before merging?

Should we comment this out before merging?

LDT-1886 updated the ejector and valves modules after testing

Do we need a Dialin Tx param set message and message handling function (like HD in Denali had)?

Do we need a Dialin Tx param set message and message handling function (like HD in Denali had)?

Removed and Updated

Removed and Updated

Updated

Updated