sort out prometheus variants

This commit is contained in:
David Holdeman 2024-02-14 21:54:02 -06:00 committed by rusefillc
parent 591ca6af9a
commit e9467fb5b9
8 changed files with 9 additions and 10 deletions

View File

@ -335,12 +335,12 @@ jobs:
skip-rate: 90
- build-target: prometheus_405
folder: config/boards/prometheus
folder: config/boards/prometheus/f405
short-board-name: prometheus_405
skip-rate: 90
- build-target: prometheus_469
folder: config/boards/prometheus
folder: config/boards/prometheus/f469
short-board-name: prometheus_469
skip-rate: 90

View File

@ -1,2 +0,0 @@
@echo off
bash.exe compile_prometheus_405.sh

View File

@ -1,2 +0,0 @@
@echo off
bash.exe compile_prometheus_469.sh

View File

@ -1,5 +1,5 @@
#!/bin/bash
# STM32F405 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
cd ..
bash ../common_make.sh config/boards/prometheus/f405/meta-info.env

View File

@ -1,5 +1,5 @@
#!/bin/bash
# STM32F469 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
cd ..
bash ../common_make.sh config/boards/prometheus/f469/meta-info.env

View File

@ -0,0 +1,3 @@
! https://github.com/andreika-git/prometheus/raw/master/hardware/prometheus-wiring-diagram.pdf
#define ts_show_etb false

View File

@ -55,8 +55,8 @@ for BOARD in \
"config/boards/s105 s105" \
"config/boards/test-build-guards t-b-g" \
"config/boards/frankenso_na6 frankenso_na6" \
"config/boards/prometheus prometheus_469" \
"config/boards/prometheus prometheus_405" \
"config/boards/prometheus/f469 prometheus_469" \
"config/boards/prometheus/f405 prometheus_405" \
"config/boards/proteus proteus_f7" \
"config/boards/proteus proteus_f4" \
"config/boards/proteus proteus_h7" \