frdm-kw41z.conf: Add new machine from NXP

It was tested using zephyr-blinky and deployed manually using:

    udisksctl mount -b  "/dev/disk/by-label'FRDM-KW41ZJ"

Relate-to: https://gitlab.eclipse.org/pcoval/oniro-presentations/-/wikis/openthread
Forwarded: https://lists.yoctoproject.org/g/yocto/search?q=posterid:6590488
Signed-off-by: Philippe Coval <philippe.coval@astrolabe.coop>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Philippe Coval
2022-09-28 14:27:26 +02:00
committed by Naveen Saini
parent cd111c5fe2
commit c97c564178
3 changed files with 20 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ machine-coverage:
arduino-nano-33-ble:
extends: .build
frdm-kw41z:
extends: .build
intel-x86-64:
extends: .build

6
ci/frdm-kw41z.yml Normal file
View File

@@ -0,0 +1,6 @@
header:
version: 11
includes:
- ci/base.yml
machine: frdm-kw41z

View File

@@ -0,0 +1,11 @@
#@TYPE: Machine
#@NAME: frdm-kw41z
#@DESCRIPTION: Machine configuration for frdm-kw41z
#
# This file was generated using generate-zephyr-machines
require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc
ARCH:frdm-kw41z = "arm"
DEFAULTUNE ?= "cortexm0plus"