Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-04-30 00:36:25 +00:00
parent 4af8a13a31
commit 94b9e4a5b1
2 changed files with 18 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Thu Apr 28 22:03:39 UTC 2022
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Sat Apr 30 00:33:38 UTC 2022
// see also gen_config_and_enums.bat
@ -103,6 +103,14 @@ case Gpio::C8:
return "C8";
case Gpio::C9:
return "C9";
case Gpio::CAN0:
return "CAN0";
case Gpio::CAN1:
return "CAN1";
case Gpio::CAN2:
return "CAN2";
case Gpio::CAN3:
return "CAN3";
case Gpio::D0:
return "D0";
case Gpio::D1:

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_hw_enums.h"
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Thu Apr 28 22:03:38 UTC 2022
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Sat Apr 30 00:33:38 UTC 2022
// see also gen_config_and_enums.bat
@ -103,6 +103,14 @@ case Gpio::C8:
return "C8";
case Gpio::C9:
return "C9";
case Gpio::CAN0:
return "CAN0";
case Gpio::CAN1:
return "CAN1";
case Gpio::CAN2:
return "CAN2";
case Gpio::CAN3:
return "CAN3";
case Gpio::D0:
return "D0";
case Gpio::D1: