proteus-f4 configuration
This commit is contained in:
parent
29833d90c2
commit
ce749a669b
|
@ -12,7 +12,7 @@ jobs:
|
|||
matrix:
|
||||
# What boards should we build for? In the 'include' section below,
|
||||
# set up what each of these boards needs to build.
|
||||
build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus-f7, kinetis]
|
||||
build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus-f4, proteus-f7, kinetis]
|
||||
build-type: [debug, release]
|
||||
|
||||
include:
|
||||
|
@ -42,6 +42,10 @@ jobs:
|
|||
efi-cpu: ARCH_STM32F4
|
||||
efi-board: prometheus/f469
|
||||
|
||||
- build-target: proteus-f4
|
||||
efi-cpu: ARCH_STM32F4
|
||||
efi-board: proteus
|
||||
|
||||
- build-target: proteus-f7
|
||||
efi-cpu: ARCH_STM32F7
|
||||
efi-board: proteus
|
||||
|
@ -73,6 +77,8 @@ jobs:
|
|||
build-type: debug
|
||||
- build-target: prometheus-469
|
||||
build-type: debug
|
||||
- build-target: proteus-f4
|
||||
build-type: debug
|
||||
- build-target: proteus-f7
|
||||
build-type: debug
|
||||
- build-target: kinetis
|
||||
|
|
Loading…
Reference in New Issue