small-can-board
This commit is contained in:
parent
a10be18253
commit
ed435fcd09
|
@ -158,6 +158,11 @@ jobs:
|
|||
ini-file: rusefi_harley81.ini
|
||||
skip-rate: 99
|
||||
|
||||
- build-target: small-can-board
|
||||
folder: config/boards/hellen/small-can-board
|
||||
ini-file: rusefi_small-can-board.ini
|
||||
skip-rate: 99
|
||||
|
||||
- build-target: hellen88bmw
|
||||
folder: config/boards/hellen/hellen88bmw
|
||||
ini-file: rusefi_hellen88bmw.ini
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Gpio getCommunicationLedPin() {
|
||||
return H64_BLUE_LED; // blue
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
DDEFS += -DFIRMWARE_ID=\"small-can-board\"
|
||||
DDEFS += -DSHORT_BOARD_NAME=small-can
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
bash ../common_make.sh hellen/small-can-board ARCH_STM32F4
|
Loading…
Reference in New Issue