only:bench test 33810 module #5745

This commit is contained in:
rusefi 2023-11-22 20:24:02 -05:00
parent c7f622a082
commit e304483ec3
4 changed files with 11 additions and 1 deletions

View File

@ -70,6 +70,12 @@ void runSchedulingPrecisionTestIfNeeded(void) {
void setDiscoveryPdm() {
}
#if HW_FRANKENSO
void setDiscovery33810Test() {
}
#endif // HW_FRANKENSO
// todo: should this be part of more default configurations?
void setFrankensoConfiguration() {
#if HW_FRANKENSO

View File

@ -12,6 +12,7 @@ void setFrankensoConfiguration();
void runSchedulingPrecisionTestIfNeeded(void);
void setDiscoveryPdm();
void setFrankensoBoardTestConfiguration();
void setDiscovery33810Test();
void setEtbTestConfiguration();
void setL9779TestConfiguration();

View File

@ -914,6 +914,9 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
case engine_type_e::DEFAULT_FRANKENSO:
setFrankensoConfiguration();
break;
case engine_type_e::FRANKENSO_TEST_33810:
setDiscovery33810Test();
break;
case engine_type_e::DISCOVERY_PDM:
case engine_type_e::TEST_ENGINE:
setTestCamEngineConfiguration();

View File

@ -148,7 +148,7 @@ enum class engine_type_e : uint16_t {
ETB_BENCH_ENGINE = 58,
UNUSED_59 = 59,
FRANKENSO_TEST_33810 = 59,
L9779_BENCH_ENGINE = 60,