sort out prometheus variants
This commit is contained in:
parent
591ca6af9a
commit
e9467fb5b9
|
@ -335,12 +335,12 @@ jobs:
|
||||||
skip-rate: 90
|
skip-rate: 90
|
||||||
|
|
||||||
- build-target: prometheus_405
|
- build-target: prometheus_405
|
||||||
folder: config/boards/prometheus
|
folder: config/boards/prometheus/f405
|
||||||
short-board-name: prometheus_405
|
short-board-name: prometheus_405
|
||||||
skip-rate: 90
|
skip-rate: 90
|
||||||
|
|
||||||
- build-target: prometheus_469
|
- build-target: prometheus_469
|
||||||
folder: config/boards/prometheus
|
folder: config/boards/prometheus/f469
|
||||||
short-board-name: prometheus_469
|
short-board-name: prometheus_469
|
||||||
skip-rate: 90
|
skip-rate: 90
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
@echo off
|
|
||||||
bash.exe compile_prometheus_405.sh
|
|
|
@ -1,2 +0,0 @@
|
||||||
@echo off
|
|
||||||
bash.exe compile_prometheus_469.sh
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# STM32F405 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
# 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
|
bash ../common_make.sh config/boards/prometheus/f405/meta-info.env
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# STM32F469 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
# 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
|
bash ../common_make.sh config/boards/prometheus/f469/meta-info.env
|
|
@ -0,0 +1,3 @@
|
||||||
|
! https://github.com/andreika-git/prometheus/raw/master/hardware/prometheus-wiring-diagram.pdf
|
||||||
|
|
||||||
|
#define ts_show_etb false
|
|
@ -55,8 +55,8 @@ for BOARD in \
|
||||||
"config/boards/s105 s105" \
|
"config/boards/s105 s105" \
|
||||||
"config/boards/test-build-guards t-b-g" \
|
"config/boards/test-build-guards t-b-g" \
|
||||||
"config/boards/frankenso_na6 frankenso_na6" \
|
"config/boards/frankenso_na6 frankenso_na6" \
|
||||||
"config/boards/prometheus prometheus_469" \
|
"config/boards/prometheus/f469 prometheus_469" \
|
||||||
"config/boards/prometheus prometheus_405" \
|
"config/boards/prometheus/f405 prometheus_405" \
|
||||||
"config/boards/proteus proteus_f7" \
|
"config/boards/proteus proteus_f7" \
|
||||||
"config/boards/proteus proteus_f4" \
|
"config/boards/proteus proteus_f4" \
|
||||||
"config/boards/proteus proteus_h7" \
|
"config/boards/proteus proteus_h7" \
|
||||||
|
|
Loading…
Reference in New Issue