test-build-guards

This commit is contained in:
Andrey 2023-06-01 18:46:04 -04:00 committed by rusefillc
parent bc6feffdb1
commit c8df28df88
7 changed files with 8350 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
alphax-8chan,
m74_9,
s105,
t-b-g,
harley81,
hellen72,
hellen81,
@ -142,6 +143,11 @@ jobs:
ini-file: rusefi_s105.ini
skip-rate: 90
- build-target: t-b-g
folder: config/boards/test-build-guards
ini-file: rusefi_t-b-g.ini
skip-rate: 90
- build-target: m74_9
folder: config/boards/m74_9
ini-file: rusefi_m74_9.ini

View File

@ -0,0 +1,5 @@
DDEFS += -DFIRMWARE_ID=\"t-b-g\"
DDEFS += -DSHORT_BOARD_NAME=t-b-g
DDEFS += -DHAL_USE_ADC=FALSE
DDEFS += -DHAL_USE_GPT=FALSE

View File

@ -0,0 +1,3 @@
#!/bin/bash
bash ../common_make.sh test-build-guards ARCH_STM32F4

View File

@ -0,0 +1,3 @@
rusEFI is a modular codebase less coupled to any specific microcontroller these days.
We use this fake board to assert that firmware builds without ADC and GPT.

View File

@ -0,0 +1,6 @@
//
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 756779283
#define TS_SIGNATURE "rusEFI tbg.2023.06.01.t-b-g.756779283"

File diff suppressed because it is too large Load Diff