diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7a9191..d5462a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,6 +161,9 @@ qemu-x86: stm32mp157c-dk2: extends: .build +v2m-beetle: + extends: .build + v2m-musca-b1: extends: .build diff --git a/ci/v2m-beetle.yml b/ci/v2m-beetle.yml new file mode 100644 index 0000000..df62469 --- /dev/null +++ b/ci/v2m-beetle.yml @@ -0,0 +1,6 @@ +header: + version: 11 + includes: + - ci/base.yml + +machine: v2m-beetle diff --git a/meta-zephyr-bsp/conf/machine/v2m-beetle.conf b/meta-zephyr-bsp/conf/machine/v2m-beetle.conf new file mode 100644 index 0000000..37895c6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-beetle.conf @@ -0,0 +1,12 @@ +# Configuration for Beetle development board + +#@TYPE: Machine +#@NAME: Beetle machine +#@DESCRIPTION: Machine configuration for Beetle + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +# GLIBC will not work with Cortex-M. +TCLIBC = "newlib" + +ARCH:beetle = "arm"