From cf8dcb068c0117e056340e2ed03e8b039bd3514e Mon Sep 17 00:00:00 2001 From: GitHub build-firmware Action Date: Mon, 30 May 2022 22:01:09 +0000 Subject: [PATCH] Auto-generated configs and docs --- .../boards/48way/connectors/generated_ts_name_by_pin.cpp | 5 ++++- .../boards/core8/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../frankenso/connectors/generated_ts_name_by_pin.cpp | 5 ++++- .../alphax-2chan/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../alphax-4chan/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../harley81/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen-gm-e67/connectors/generated_ts_name_by_pin.cpp | 6 +++++- .../hellen-nb1/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen121vag/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen128/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../connectors/generated_ts_name_by_pin.cpp | 4 +++- .../connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen72/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen81/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellen88bmw/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../hellenNA8_96/connectors/generated_ts_name_by_pin.cpp | 4 +++- .../microrusefi/connectors/generated_ts_name_by_pin.cpp | 6 +++++- .../proteus/connectors/generated_ts_name_by_pin.cpp | 6 +++++- .../subaru_eg33/connectors/generated_ts_name_by_pin.cpp | 8 +++++++- .../tdg-pdm8/connectors/generated_ts_name_by_pin.cpp | 4 +++- firmware/controllers/generated/signature_48way.h | 4 ++-- .../controllers/lua/generated/output_lookup_generated.cpp | 1 + 23 files changed, 78 insertions(+), 23 deletions(-) diff --git a/firmware/config/boards/48way/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/48way/connectors/generated_ts_name_by_pin.cpp index a5f649d367..53cc0fb29e 100755 --- a/firmware/config/boards/48way/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/48way/connectors/generated_ts_name_by_pin.cpp @@ -1,12 +1,15 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/48way/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A1: return "TPS Reference Input (A1)"; case Gpio::B14: return "Ignition 4 Output (B14)"; case Gpio::B15: return "Ignition 3 Output (B15)"; + case Gpio::C13: return "CrankShaft Input (C13)"; case Gpio::C6: return "Idle1 Output (C6)"; case Gpio::C7: return "Boost Controller Output (C7)"; case Gpio::D10: return "Ignition 8 Output (D10)"; diff --git a/firmware/config/boards/core8/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/core8/connectors/generated_ts_name_by_pin.cpp index 4eca1fd394..d44e869881 100644 --- a/firmware/config/boards/core8/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/core8/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/core8/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A15: return "Low Side 24 (A15)"; diff --git a/firmware/config/boards/frankenso/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/frankenso/connectors/generated_ts_name_by_pin.cpp index 66f245ca10..2c7a78d044 100644 --- a/firmware/config/boards/frankenso/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/frankenso/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,10 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/frankenso/connectors/main.yaml +// auto-generated by PinoutLogic.java based on config/boards/frankenso/connectors/internal.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::B7: return "Injector 3Z"; diff --git a/firmware/config/boards/hellen/alphax-2chan/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/alphax-2chan/connectors/generated_ts_name_by_pin.cpp index 892d9c76dd..c423f70306 100644 --- a/firmware/config/boards/hellen/alphax-2chan/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/alphax-2chan/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-2chan/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "C7 - CAM Hall/Digital"; diff --git a/firmware/config/boards/hellen/alphax-4chan/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/alphax-4chan/connectors/generated_ts_name_by_pin.cpp index 9d611c6733..76eaf4b19f 100644 --- a/firmware/config/boards/hellen/alphax-4chan/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/alphax-4chan/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-4chan/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "C7 - CAM Hall/Digital"; diff --git a/firmware/config/boards/hellen/harley81/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/harley81/connectors/generated_ts_name_by_pin.cpp index a0e192f82b..e4b41e04d3 100644 --- a/firmware/config/boards/hellen/harley81/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/harley81/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/harley81/connectors/harley81.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::C13: return "24 Front Coil"; diff --git a/firmware/config/boards/hellen/hellen-gm-e67/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen-gm-e67/connectors/generated_ts_name_by_pin.cpp index 3a0943ba2e..e729fb8295 100644 --- a/firmware/config/boards/hellen/hellen-gm-e67/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen-gm-e67/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,11 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-gm-e67/connectors/gm-e67-blue.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-gm-e67/connectors/gm-e67-black.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-gm-e67/connectors/gm-e67-grey.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::B8: return "C2-54 - IGN 6"; diff --git a/firmware/config/boards/hellen/hellen-nb1/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen-nb1/connectors/generated_ts_name_by_pin.cpp index 87d2eddfbf..9e7c1add21 100644 --- a/firmware/config/boards/hellen/hellen-nb1/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen-nb1/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-nb1/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A1: return "TPS1"; diff --git a/firmware/config/boards/hellen/hellen121nissan/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen121nissan/connectors/generated_ts_name_by_pin.cpp index 82ba6c0bba..c75214cbb1 100644 --- a/firmware/config/boards/hellen/hellen121nissan/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen121nissan/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen121nissan/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "14 - Cam Left"; diff --git a/firmware/config/boards/hellen/hellen121vag/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen121vag/connectors/generated_ts_name_by_pin.cpp index 1e274e3ce1..946aa0dc3d 100644 --- a/firmware/config/boards/hellen/hellen121vag/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen121vag/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen121vag/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "86 - CAM1"; diff --git a/firmware/config/boards/hellen/hellen128/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen128/connectors/generated_ts_name_by_pin.cpp index 0dae584440..877fbfce78 100644 --- a/firmware/config/boards/hellen/hellen128/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen128/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen128/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A3: return "C24 - PPS1"; diff --git a/firmware/config/boards/hellen/hellen154hyundai/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen154hyundai/connectors/generated_ts_name_by_pin.cpp index 49a6cda161..62f48787b0 100644 --- a/firmware/config/boards/hellen/hellen154hyundai/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen154hyundai/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen154hyundai/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "Cam - K62"; diff --git a/firmware/config/boards/hellen/hellen64_miataNA6_94/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen64_miataNA6_94/connectors/generated_ts_name_by_pin.cpp index 0caf12e9af..b741a5a34e 100644 --- a/firmware/config/boards/hellen/hellen64_miataNA6_94/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen64_miataNA6_94/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen64_miataNA6_94/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A1: return "2N - Temperature Sensor"; diff --git a/firmware/config/boards/hellen/hellen72/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen72/connectors/generated_ts_name_by_pin.cpp index e5a7e07426..0d45a5fa43 100644 --- a/firmware/config/boards/hellen/hellen72/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen72/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen72/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A0: return "5N - TPS2"; diff --git a/firmware/config/boards/hellen/hellen81/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen81/connectors/generated_ts_name_by_pin.cpp index b23828cb9e..679571de6c 100644 --- a/firmware/config/boards/hellen/hellen81/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen81/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen81/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "79 - IN_CAM"; diff --git a/firmware/config/boards/hellen/hellen88bmw/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellen88bmw/connectors/generated_ts_name_by_pin.cpp index 9fd4453eda..0c7cd433e2 100644 --- a/firmware/config/boards/hellen/hellen88bmw/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellen88bmw/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen88bmw/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A6: return "17 - CAM"; diff --git a/firmware/config/boards/hellen/hellenNA8_96/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/hellenNA8_96/connectors/generated_ts_name_by_pin.cpp index 63d7b40759..e6a2db101d 100644 --- a/firmware/config/boards/hellen/hellenNA8_96/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/hellenNA8_96/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/hellen/hellenNA8_96/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A1: return "TPS1"; diff --git a/firmware/config/boards/microrusefi/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/microrusefi/connectors/generated_ts_name_by_pin.cpp index 0bb29f17a8..5ffebe1b97 100644 --- a/firmware/config/boards/microrusefi/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/microrusefi/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,11 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/microrusefi/connectors/main.yaml +// auto-generated by PinoutLogic.java based on config/boards/microrusefi/connectors/pads.yaml +// auto-generated by PinoutLogic.java based on config/boards/microrusefi/connectors/J4.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A0: return "18 - AN temp 1"; diff --git a/firmware/config/boards/proteus/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/proteus/connectors/generated_ts_name_by_pin.cpp index 920a6852db..726c8299b6 100644 --- a/firmware/config/boards/proteus/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/proteus/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,11 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/proteus/connectors/white35.yaml +// auto-generated by PinoutLogic.java based on config/boards/proteus/connectors/black23.yaml +// auto-generated by PinoutLogic.java based on config/boards/proteus/connectors/black35.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::A0: return "Analog Volt 5"; diff --git a/firmware/config/boards/subaru_eg33/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/subaru_eg33/connectors/generated_ts_name_by_pin.cpp index 9637a1a0d9..efc382c6b5 100644 --- a/firmware/config/boards/subaru_eg33/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/subaru_eg33/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,13 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/subaru_eg33/connectors/C-B61.yaml +// auto-generated by PinoutLogic.java based on config/boards/subaru_eg33/connectors/D-B62.yaml +// auto-generated by PinoutLogic.java based on config/boards/subaru_eg33/connectors/XP2-AUX0.yaml +// auto-generated by PinoutLogic.java based on config/boards/subaru_eg33/connectors/A-B59.yaml +// auto-generated by PinoutLogic.java based on config/boards/subaru_eg33/connectors/B-B60.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::D14: return "B11 - Speed Din"; diff --git a/firmware/config/boards/tdg-pdm8/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/tdg-pdm8/connectors/generated_ts_name_by_pin.cpp index 328a8d16e5..b8a3ab176d 100644 --- a/firmware/config/boards/tdg-pdm8/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/tdg-pdm8/connectors/generated_ts_name_by_pin.cpp @@ -1,7 +1,9 @@ -// auto-generated by PinoutLogic.java +//DO NOT EDIT MANUALLY, let automation work hard. +// auto-generated by PinoutLogic.java based on config/boards/tdg-pdm8/connectors/main.yaml #include "pch.h" +// see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { case Gpio::PROTECTED_PIN_0: return "Out 1"; diff --git a/firmware/controllers/generated/signature_48way.h b/firmware/controllers/generated/signature_48way.h index 7ed216c765..6a0e5ca233 100644 --- a/firmware/controllers/generated/signature_48way.h +++ b/firmware/controllers/generated/signature_48way.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // -#define SIGNATURE_HASH 3932858116 -#define TS_SIGNATURE "rusEFI 2022.05.30.48way.3932858116" +#define SIGNATURE_HASH 3471933178 +#define TS_SIGNATURE "rusEFI 2022.05.30.48way.3471933178" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 118df2d77c..2627ea6937 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -1,4 +1,5 @@ #include "pch.h" +#include "value_lookup.h" float getOutputValueByName(const char *name) { if (strEqualCaseInsensitive(name, "sd_present")) return engine->outputChannels.sd_present;