Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-4721-extra_param' into develop

  1. … 14 more files in changeset.
event fix

  1. … 2 more files in changeset.
fixes

  1. … 6 more files in changeset.
Fixes

  1. … 4 more files in changeset.
Fixing naming from DenaliChannels to CanChannels

  1. … 5 more files in changeset.
LEAHI-DIALIN-LDT-4721_Add extra parameter to start pregen request
LEAHI-DIALIN-LDT-4721_Add extra parameter to start pregen request
- Events fix - Added DD NVM Records - Created enums for DD NVM call

  1. … 8 more files in changeset.
LEAHI-DIALIN-LDT-3735_System Data and Logs - DD - Non-Volatile Memory - 04: DEV - Feature Implementation
LEAHI-DIALIN-LDT-3735_System Data and Logs - DD - Non-Volatile Memory - 04: DEV - Feature Implementation
Merge branch 'LDT-3904-opmode-the-operation-mode-broad' into develop

  1. … 56 more files in changeset.
references to Denali has been removed

references to Denali has been removed

Removed Denali reference

  1. … 63 more files in changeset.
Shouldn't we use Leahi instead of Denali?

Shouldn't we use Leahi instead of Denali?

Added missing data for conversion

  1. … 2 more files in changeset.
Added desc

- Updated FP events

- Updated Event enum - Updated Datatypes enum - Added some debugging print to abstract class - Removed some init import to remove cyclic dependencies - Updated alarms

  1. … 11 more files in changeset.
- Updated events

  1. … 3 more files in changeset.
- Updated DD and TD module - Updaterd TDValvePosition enum

  1. … 42 more files in changeset.
LEAHI-DIALIN-LDT-3904_[OpMode] The operation mode broadcasts does not return the 3rd and 4th level modes
LEAHI-DIALIN-LDT-3904_[OpMode] The operation mode broadcasts does not return the 3rd and 4th level modes
- DD refactor Changes in FP and TD module

  1. … 20 more files in changeset.
LDT-3984 addressed review comments

What's the point of this line if you overwrite the lvl_sen value in the next 2 lines? I think the second lvl_sen is not needed, the one without the offset.

What's the point of this line if you overwrite the lvl_sen value in the next 2 lines?
I think the second lvl_sen is not needed, the one without the offset.

LAST_DD_LEVL is in FW not in dialin. In dialin, you use the Num_of_levels, so this one is correct here. Example: In this case Num_of_levels is 4 (D6,D63,D98,D46), if in the override adding 4 to the...

LAST_DD_LEVL is in FW not in dialin.
In dialin, you use the Num_of_levels, so this one is correct here.
Example:
In this case Num_of_levels is 4 (D6,D63,D98,D46), if in the override adding 4 to the fp level sensor, which is 0, the payload will provide 4, which will be between the FIRST_FP_LEVL and LAST_FP_LEVL FW value as P25 index is 4.