ECU module firmware. Now it is prototype on other board. Board will be designed by the end of year

Adding new parameters

  1. Add new parameter to EEPROM layout enum (located in parameters_d.h) using this format: k_param_xx (DO NOT CHANGE EXISTING ORDER!!!)
  2. Define new variable using xx name in parameters_d.h as extern and in parameters_d.c (supported types int8_t, int16_t, int32_t and float)
  3. Add new parameter to var_list array located in parameters_d.c using this format: GSCALAR(param_type, xx, "PARAM_NAME", def_value)