td-firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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.

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?

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

By mistake, I forget to remove

By mistake, I forget to remove

Removed

Removed

Updated

Updated

handleRxState should stay private. I removed the prototype from the header and kept a static prototype in ModePreTreat.c only, so the function remains internal to this unit.

handleRxState should stay private. I removed the prototype from the header and kept a static prototype in ModePreTreat.c only, so the function remains internal to this unit.

I guess my point was, we don't need the "APP_SERVICES" part in the name.

I guess my point was, we don't need the "APP_SERVICES" part in the name.

Why was this moved to header file?

Why was this moved to header file?