mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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:
committed by
Naveen Saini
parent
cd111c5fe2
commit
c97c564178
@@ -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
6
ci/frdm-kw41z.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
header:
|
||||
version: 11
|
||||
includes:
|
||||
- ci/base.yml
|
||||
|
||||
machine: frdm-kw41z
|
||||
11
meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
Executable file
11
meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
Executable 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"
|
||||
Reference in New Issue
Block a user