From: Jon Mason <jdmason@kudzu.us>
To: philippe.coval@astrolabe.coop
Cc: yocto@lists.yoctoproject.org,
philippe.coval.pro+meta-zephyr-lists.yoctoproject.org@gmail.com
Subject: Re: [meta-zephyr][PATCH] frdm-kw41z.conf: Add new machine from NXP
Date: Thu, 29 Sep 2022 10:48:49 -0400 [thread overview]
Message-ID: <YzWwUWYMLkirJeq9@kudzu.us> (raw)
In-Reply-To: <20220928122726.1374956-1-philippe.coval@astrolabe.coop>
On Wed, Sep 28, 2022 at 02:27:26PM +0200, philippe.coval@astrolabe.coop wrote:
> From: Philippe Coval <philippe.coval@astrolabe.coop>
>
> 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>
Verified in a batch CI job. See https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/654231304
Tested-by: Jon Mason <jon.mason@arm.com>
> ---
> .gitlab-ci.yml | 3 +++
> ci/frdm-kw41z.yml | 6 ++++++
> meta-zephyr-bsp/conf/machine/frdm-kw41z.conf | 11 +++++++++++
> 3 files changed, 20 insertions(+)
> create mode 100644 ci/frdm-kw41z.yml
> create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c185477..5752254 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -71,6 +71,9 @@ machine-coverage:
> arduino-nano-33-ble:
> extends: .build
>
> +frdm-kw41z:
> + extends: .build
> +
> intel-x86-64:
> extends: .build
>
> diff --git a/ci/frdm-kw41z.yml b/ci/frdm-kw41z.yml
> new file mode 100644
> index 0000000..cb1ce1f
> --- /dev/null
> +++ b/ci/frdm-kw41z.yml
> @@ -0,0 +1,6 @@
> +header:
> + version: 11
> + includes:
> + - ci/base.yml
> +
> +machine: frdm-kw41z
> diff --git a/meta-zephyr-bsp/conf/machine/frdm-kw41z.conf b/meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
> new file mode 100755
> index 0000000..464e83a
> --- /dev/null
> +++ b/meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
> @@ -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"
> --
> 2.34.1
>
>
prev parent reply other threads:[~2022-09-29 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-28 12:27 [meta-zephyr][PATCH] frdm-kw41z.conf: Add new machine from NXP philippe.coval
2022-09-29 14:48 ` Jon Mason [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YzWwUWYMLkirJeq9@kudzu.us \
--to=jdmason@kudzu.us \
--cc=philippe.coval.pro+meta-zephyr-lists.yoctoproject.org@gmail.com \
--cc=philippe.coval@astrolabe.coop \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).