enable openblt on boards that can handle it

This commit is contained in:
Matthew Kennedy 2023-10-03 01:26:11 -07:00
parent 733c0b10c6
commit b930b5b3c9
9 changed files with 18 additions and 3 deletions

View File

@ -88,9 +88,9 @@ jobs:
# folder: config/boards/hellen/hellen-honda-k
# ini-file: fome_hellen-honda-k.ini
- build-target: hellen154hyundai
folder: config/boards/hellen/hellen154hyundai
ini-file: fome_hellen154hyundai.ini
# - build-target: hellen154hyundai
# folder: config/boards/hellen/hellen154hyundai
# ini-file: fome_hellen154hyundai.ini
# - build-target: frankenso_na6
# folder: config/boards/frankenso

View File

@ -1,5 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
export EXTRA_PARAMS="-DDUMMY -DSHORT_BOARD_NAME=f407-discovery"
bash ../common_make.sh f407-discovery ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/alphax-2chan ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/alphax-4chan ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/alphax-8chan ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/hellen-nb1 ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/hellen64_miataNA6_94 ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/hellen72 ARCH_STM32F4

View File

@ -1,4 +1,6 @@
#!/bin/bash
export USE_OPENBLT=yes
cd ..
bash ../common_make.sh hellen/hellenNA8_96 ARCH_STM32F4