Re: [linux-yocto] how can be improved the yocto build speed using network computer resources ?
Oops, I just noticed that this was posted to the linux-yocto not
toggle quoted messageShow quoted text
the yocto list. I'm BCCing linux-yocto and redirecting the discussion to the yocto list where it's more appropriate. See: https://www.yoctoproject.org/community/mailing-lists/ for the scope of each list. Thanks, ../Randy
On 2022-01-09 16:10, Randy MacLeod wrote:
On 2022-01-07 07:44, Weingart, Mircea wrote:Hello ,Hi Mircea, --
# Randy MacLeod # Wind River Linux
|
|
Re: pseudo error building master with kas-container
Jan Kiszka
On 08.01.22 20:15, Trevor Woerner wrote:
On Sat 2022-01-08 @ 04:32:21 PM, Quentin Schulz wrote:Could you send your patch to the kas mailing list for discussion? ItOn January 8, 2022 3:13:17 AM GMT+01:00, Trevor Woerner <twoerner@...> wrote:I wouldn't do something like that on purpose :-)On Fri 2022-01-07 @ 11:21:38 PM, Quentin Schulz wrote:Thanks for asking. I wouldn't have minded were you to send this patchOn January 7, 2022 9:12:41 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Okay. Can I add your SOB line to the patch?In my experiments it seems like all I need is the update to kas-container toFeel free to do it, I don't use kas-container, I use the kas container will probably just need a bit tuning on the reasoning: Rootless podman uses fuse-overlayfs for the rootfs, and that seems to be incomplete or otherwise incompatible with pseudo. When starting in --isar mode, thus privileged, a real overlayfs is used, and that works. And the build folder is not affected by this as it is mounted from the host. Jan -- Siemens AG, Technology Competence Center Embedded Linux
|
|
Re: pseudo error building master with kas-container
Trevor Woerner
On Sat 2022-01-08 @ 04:32:21 PM, Quentin Schulz wrote:
On January 8, 2022 3:13:17 AM GMT+01:00, Trevor Woerner <twoerner@...> wrote:I wouldn't do something like that on purpose :-)On Fri 2022-01-07 @ 11:21:38 PM, Quentin Schulz wrote:Thanks for asking. I wouldn't have minded were you to send this patchOn January 7, 2022 9:12:41 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Okay. Can I add your SOB line to the patch?In my experiments it seems like all I need is the update to kas-container toFeel free to do it, I don't use kas-container, I use the kas container Let's see where this goes: https://github.com/siemens/kas/pull/76/commits/eb8f5c90804dee5a1a649883e1d400d1058639b3
|
|
Re: pseudo error building master with kas-container
Quentin Schulz
On January 8, 2022 3:13:17 AM GMT+01:00, Trevor Woerner <twoerner@...> wrote:
On Fri 2022-01-07 @ 11:21:38 PM, Quentin Schulz wrote:Thanks for asking. I wouldn't have minded were you to send this patch without my SoB but if you want you can use foss+yocto@....On January 7, 2022 9:12:41 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Okay. Can I add your SOB line to the patch?In my experiments it seems like all I need is the update to kas-container toFeel free to do it, I don't use kas-container, I use the kas container The important being that it's fixed ☺️ Cheers, Quentin
|
|
Re: pseudo error building master with kas-container
Trevor Woerner
On Fri 2022-01-07 @ 11:21:38 PM, Quentin Schulz wrote:
On January 7, 2022 9:12:41 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Okay. Can I add your SOB line to the patch?In my experiments it seems like all I need is the update to kas-container toFeel free to do it, I don't use kas-container, I use the kas container
|
|
#python Freescale/NXP linux kernel python2 remove
#python
b.senzio@...
I found information on how to remove python2 from the recipe and add Python3 but I don’t know if/how it will work with NXP. Also, there are a lot of people that say Python2 is needed for dependencies, and you shouldn’t remove it even if you use Python3. But this info is mainly for Debian/Ubuntu, and I can’t find anything regarding Yocto.
|
|
Re: pseudo error building master with kas-container
Quentin Schulz
Hi Trevor,
On January 7, 2022 9:12:41 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote: Hey Quentin,To be fair, I didn't take the time to formulate correctly and point to the docs ☺️ On Thu 2022-01-06 @ 08:28:36 PM, Quentin Schulz wrote:podman run --help | grep tmpOn January 6, 2022 2:50:47 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Curious. When I run "podman -h" on the cmdline it only shows a --tmpdir optionOn Wed 2022-01-05 @ 12:08:15 AM, Quentin Schulz wrote:https://docs.podman.io/en/latest/markdown/podman-run.1.html#tmpfs-fsI've had similar issues recently with kas-container and podman. What wasI don't think --tmpfs is an option, but I modified my kas-container script to Does return it though. It's just that some options are specific to subcommands and not the whole set of supported subcommands. The docs.podman.io website is a gold mine, I only ever go to that place to find about parameters ☺️ Feel free to do it, I don't use kas-container, I use the kas container from ghcr.io directly so this won't impact me and I wouldn't be able to "maintain" this part and see if something breaks it. I anyway have as many clues as you have on why this fixes pseudo issues so I wouldn't be able to write a better commit log than you'd do.I wasn't talking about uids or gids, but pids_limit in containers.conf for podman on your host. See:Very nice, thanks for the info :-) I'll read the script though to see if I've missed any important parameter to set. Re: not needing the pids_limit. It seemed to be ok at first but I'd have intermittent fails much later in the build. Increasing it made all my problems go away (well.. for now 😁). Cheers, Quentin
|
|
Re: pseudo error building master with kas-container
Trevor Woerner
Hey Quentin,
Wow not bad, I'm batting 0/2 so far… lol! On Thu 2022-01-06 @ 08:28:36 PM, Quentin Schulz wrote: On January 6, 2022 2:50:47 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote:Curious. When I run "podman -h" on the cmdline it only shows a --tmpdir optionOn Wed 2022-01-05 @ 12:08:15 AM, Quentin Schulz wrote:https://docs.podman.io/en/latest/markdown/podman-run.1.html#tmpfs-fsI've had similar issues recently with kas-container and podman. What wasI don't think --tmpfs is an option, but I modified my kas-container script to $ podman -h | grep tmp --tmpdir string Path to the tmp directory for libpod state content. Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. I wasn't talking about uids or gids, but pids_limit in containers.conf for podman on your host. See:Very nice, thanks for the info :-) In my experiments it seems like all I need is the update to kas-container to add "--tmpfs /tmp" to KAS_RUNTIME_ARGS (around line 125). Are you going to submit a patch to kas upstream?
|
|
[meta-zephyr][PATCH 6/6] meta-zephyr-bsp: Add autogenerated machines.
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
This commit adds 382 autogenerated machines generated via generate-zephyr-machines.bb. These machines have obviously not all been tested due to hardware access, but should work out of box. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- .../conf/machine/96b-aerocore2.conf | 22 ++ .../conf/machine/96b-argonkey.conf | 22 ++ .../conf/machine/96b-carbon-nrf51.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-carbon.conf | 22 ++ .../conf/machine/96b-meerkat96.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-neonkey.conf | 22 ++ .../conf/machine/96b-stm32-sensor-mez.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-wistrio.conf | 22 ++ .../conf/machine/acrn-ehl-crb.conf | 22 ++ meta-zephyr-bsp/conf/machine/acrn.conf | 22 ++ .../conf/machine/actinius-icarus-bee-ns.conf | 22 ++ .../conf/machine/actinius-icarus-bee.conf | 22 ++ .../conf/machine/actinius-icarus-ns.conf | 22 ++ .../conf/machine/actinius-icarus-som-ns.conf | 22 ++ .../conf/machine/actinius-icarus-som.conf | 22 ++ .../conf/machine/actinius-icarus.conf | 22 ++ .../adafruit-feather-m0-basic-proto.conf | 22 ++ .../machine/adafruit-feather-nrf52840.conf | 22 ++ .../machine/adafruit-feather-stm32f405.conf | 22 ++ .../adafruit-itsybitsy-m4-express.conf | 22 ++ .../conf/machine/adafruit-trinket-m0.conf | 22 ++ .../conf/machine/adp-xc7k-ae350.conf | 22 ++ .../conf/machine/altera-max10.conf | 22 ++ meta-zephyr-bsp/conf/machine/arduino-due.conf | 22 ++ .../conf/machine/arduino-nano-33-iot.conf | 22 ++ .../conf/machine/arduino-zero.conf | 22 ++ .../machine/arty-a7-arm-designstart-m1.conf | 22 ++ .../machine/arty-a7-arm-designstart-m3.conf | 22 ++ .../conf/machine/atsamd20-xpro.conf | 22 ++ .../conf/machine/atsamd21-xpro.conf | 22 ++ .../conf/machine/atsame54-xpro.conf | 22 ++ .../conf/machine/atsamr21-xpro.conf | 22 ++ .../conf/machine/b-l072z-lrwan1.conf | 22 ++ .../conf/machine/b-l4s5i-iot01a.conf | 22 ++ .../conf/machine/b-u585i-iot02a.conf | 22 ++ .../conf/machine/bbc-microbit-v2.conf | 22 ++ .../conf/machine/bbc-microbit.conf | 22 ++ meta-zephyr-bsp/conf/machine/bcm958401m2.conf | 22 ++ .../conf/machine/bcm958402m2-a72.conf | 22 ++ .../conf/machine/bcm958402m2-m7.conf | 22 ++ .../machine/beaglev-starlight-jh7100.conf | 22 ++ .../conf/machine/bl5340-dvk-cpuapp-ns.conf | 22 ++ .../conf/machine/bl5340-dvk-cpuapp.conf | 22 ++ .../conf/machine/bl5340-dvk-cpunet.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl652-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl653-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl654-dvk.conf | 22 ++ .../conf/machine/bl654-sensor-board.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl654-usb.conf | 22 ++ .../conf/machine/black-f407ve.conf | 22 ++ .../conf/machine/black-f407zg-pro.conf | 22 ++ .../conf/machine/blackpill-f401ce.conf | 22 ++ .../conf/machine/blackpill-f411ce.conf | 22 ++ meta-zephyr-bsp/conf/machine/bt510.conf | 22 ++ meta-zephyr-bsp/conf/machine/bt610.conf | 22 ++ .../conf/machine/cc1352r-sensortag.conf | 22 ++ .../conf/machine/cc1352r1-launchxl.conf | 22 ++ .../conf/machine/cc26x2r1-launchxl.conf | 22 ++ .../conf/machine/cc3220sf-launchxl.conf | 22 ++ .../conf/machine/cc3235sf-launchxl.conf | 22 ++ .../circuitdojo-feather-nrf9160-ns.conf | 22 ++ .../machine/circuitdojo-feather-nrf9160.conf | 22 ++ .../conf/machine/colibri-imx7d-m4.conf | 22 ++ .../machine/contextualelectronics-abc.conf | 22 ++ .../conf/machine/cy8ckit-062-ble-m0.conf | 22 ++ .../conf/machine/cy8ckit-062-ble-m4.conf | 22 ++ .../conf/machine/cy8ckit-062-wifi-bt-m0.conf | 22 ++ .../conf/machine/cy8ckit-062-wifi-bt-m4.conf | 22 ++ .../conf/machine/decawave-dwm1001-dev.conf | 22 ++ meta-zephyr-bsp/conf/machine/degu-evk.conf | 22 ++ .../conf/machine/disco-l475-iot1.conf | 22 ++ .../conf/machine/dragino-lsn50.conf | 22 ++ .../conf/machine/dragino-nbsn95.conf | 22 ++ .../conf/machine/efm32gg-slwstk6121a.conf | 22 ++ .../conf/machine/efm32gg-stk3701a.conf | 22 ++ .../conf/machine/efm32hg-slstk3400a.conf | 22 ++ .../conf/machine/efm32pg-stk3401a.conf | 22 ++ .../conf/machine/efm32pg-stk3402a-jg.conf | 22 ++ .../conf/machine/efm32pg-stk3402a.conf | 22 ++ .../conf/machine/efm32wg-stk3800.conf | 22 ++ .../conf/machine/efr32-radio-brd4104a.conf | 22 ++ .../conf/machine/efr32-radio-brd4180a.conf | 22 ++ .../conf/machine/efr32-radio-brd4250b.conf | 22 ++ .../conf/machine/efr32-radio-brd4255a.conf | 22 ++ .../conf/machine/efr32mg-sltb004a.conf | 22 ++ meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf | 22 ++ meta-zephyr-bsp/conf/machine/ehl-crb.conf | 22 ++ .../conf/machine/em-starterkit-em11d.conf | 22 ++ .../conf/machine/em-starterkit-em7d-v22.conf | 22 ++ .../conf/machine/em-starterkit-em7d.conf | 22 ++ .../conf/machine/em-starterkit.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em4.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em5d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em6.conf | 22 ++ .../conf/machine/emsdp-em7d-esp.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em7d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em9d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp.conf | 22 ++ .../conf/machine/esp32c3-devkitm.conf | 22 ++ meta-zephyr-bsp/conf/machine/faze.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k22f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k64f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k82f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-kl25z.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-kw41z.conf | 22 ++ .../conf/machine/fvp-base-revc-2xaemv8a.conf | 22 ++ .../conf/machine/fvp-baser-aemv8r-smp.conf | 22 ++ .../conf/machine/fvp-baser-aemv8r.conf | 22 ++ .../conf/machine/google-kukui.conf | 22 ++ meta-zephyr-bsp/conf/machine/gr716a-mini.conf | 22 ++ .../conf/machine/hexiwear-k64.conf | 22 ++ .../conf/machine/hexiwear-kw40z.conf | 22 ++ .../conf/machine/hifive-unleashed.conf | 22 ++ .../conf/machine/hifive-unmatched.conf | 22 ++ .../conf/machine/hifive1-revb.conf | 22 ++ meta-zephyr-bsp/conf/machine/hifive1.conf | 22 ++ .../conf/machine/holyiot-yj16019.conf | 22 ++ meta-zephyr-bsp/conf/machine/hsdk-2cores.conf | 22 ++ meta-zephyr-bsp/conf/machine/hsdk.conf | 22 ++ .../conf/machine/intel-adsp-cavs15.conf | 22 ++ .../conf/machine/intel-adsp-cavs18.conf | 22 ++ .../conf/machine/intel-adsp-cavs20.conf | 22 ++ .../conf/machine/intel-adsp-cavs25.conf | 22 ++ .../conf/machine/intel-s1000-crb.conf | 22 ++ meta-zephyr-bsp/conf/machine/iotdk.conf | 22 ++ meta-zephyr-bsp/conf/machine/ip-k66f.conf | 22 ++ meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf | 22 ++ meta-zephyr-bsp/conf/machine/legend.conf | 22 ++ .../conf/machine/litex-vexriscv.conf | 22 ++ .../conf/machine/lora-e5-dev-board.conf | 22 ++ .../conf/machine/lpcxpresso11u68.conf | 22 ++ .../conf/machine/lpcxpresso54114-m0.conf | 22 ++ .../conf/machine/lpcxpresso54114-m4.conf | 22 ++ .../conf/machine/lpcxpresso55s16.conf | 22 ++ .../conf/machine/lpcxpresso55s28.conf | 22 ++ .../conf/machine/lpcxpresso55s69-cpu0.conf | 22 ++ .../conf/machine/lpcxpresso55s69-cpu1.conf | 22 ++ .../conf/machine/lpcxpresso55s69-ns.conf | 22 ++ meta-zephyr-bsp/conf/machine/m2gl025-miv.conf | 22 ++ .../conf/machine/mec1501modular-assy6885.conf | 22 ++ .../conf/machine/mec15xxevb-assy6853.conf | 22 ++ .../conf/machine/mec172xevb-assy6906.conf | 22 ++ .../conf/machine/mec2016evb-assy6797.conf | 22 ++ meta-zephyr-bsp/conf/machine/mercury-xu.conf | 22 ++ .../conf/machine/mikroe-clicker-2.conf | 22 ++ .../machine/mikroe-mini-m4-for-stm32.conf | 22 ++ meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf | 22 ++ .../conf/machine/mimxrt1010-evk.conf | 22 ++ .../conf/machine/mimxrt1015-evk.conf | 22 ++ .../conf/machine/mimxrt1020-evk.conf | 22 ++ .../conf/machine/mimxrt1024-evk.conf | 22 ++ .../conf/machine/mimxrt1050-evk-qspi.conf | 22 ++ .../conf/machine/mimxrt1050-evk.conf | 22 ++ .../machine/mimxrt1060-evk-hyperflash.conf | 22 ++ .../conf/machine/mimxrt1060-evk.conf | 22 ++ .../conf/machine/mimxrt1064-evk.conf | 22 ++ .../conf/machine/mimxrt1170-evk-cm4.conf | 22 ++ .../conf/machine/mimxrt1170-evk-cm7.conf | 22 ++ .../conf/machine/mimxrt685-evk-cm33.conf | 22 ++ meta-zephyr-bsp/conf/machine/mm-feather.conf | 22 ++ meta-zephyr-bsp/conf/machine/mm-swiftio.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps2-an385.conf | 22 ++ .../conf/machine/mps2-an521-ns.conf | 22 ++ .../conf/machine/mps2-an521-remote.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps2-an521.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps3-an547.conf | 22 ++ .../machine/msp-exp432p401r-launchxl.conf | 22 ++ .../conf/machine/native-posix-64.conf | 22 ++ .../conf/machine/native-posix.conf | 22 ++ .../conf/machine/npcx7m6fb-evb.conf | 22 ++ .../conf/machine/npcx9m6f-evb.conf | 22 ++ .../conf/machine/nrf21540dk-nrf52840.conf | 22 ++ .../conf/machine/nrf51-ble400.conf | 22 ++ .../conf/machine/nrf51-blenano.conf | 22 ++ .../conf/machine/nrf51-vbluno51.conf | 22 ++ .../conf/machine/nrf51dk-nrf51422.conf | 22 ++ .../conf/machine/nrf51dongle-nrf51422.conf | 22 ++ .../conf/machine/nrf52-adafruit-feather.conf | 22 ++ .../conf/machine/nrf52-blenano2.conf | 22 ++ .../conf/machine/nrf52-sparkfun.conf | 22 ++ .../conf/machine/nrf52-vbluno52.conf | 22 ++ .../conf/machine/nrf52832-mdk.conf | 22 ++ .../conf/machine/nrf52833dk-nrf52820.conf | 22 ++ .../conf/machine/nrf52833dk-nrf52833.conf | 22 ++ .../conf/machine/nrf52840-blip.conf | 22 ++ .../conf/machine/nrf52840-mdk.conf | 22 ++ .../conf/machine/nrf52840-papyr.conf | 22 ++ .../conf/machine/nrf52840dk-nrf52811.conf | 22 ++ .../conf/machine/nrf52840dongle-nrf52840.conf | 22 ++ .../conf/machine/nrf52dk-nrf52805.conf | 22 ++ .../conf/machine/nrf52dk-nrf52810.conf | 22 ++ .../conf/machine/nrf52dk-nrf52832.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpuapp-ns.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpuapp.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpunet.conf | 22 ++ .../conf/machine/nrf9160-innblue21-ns.conf | 22 ++ .../conf/machine/nrf9160-innblue21.conf | 22 ++ .../conf/machine/nrf9160-innblue22-ns.conf | 22 ++ .../conf/machine/nrf9160-innblue22.conf | 22 ++ .../conf/machine/nrf9160dk-nrf52840.conf | 22 ++ .../conf/machine/nrf9160dk-nrf9160-ns.conf | 22 ++ .../conf/machine/nrf9160dk-nrf9160.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-em.conf | 22 ++ .../conf/machine/nsim-em7d-v22.conf | 22 ++ .../conf/machine/nsim-hs-mpuv6.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs.conf | 22 ++ .../conf/machine/nsim-hs6x-smp.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs6x.conf | 22 ++ .../machine/nsim-sem-mpu-stack-guard.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-sem.conf | 22 ++ .../conf/machine/nucleo-f030r8.conf | 22 ++ .../conf/machine/nucleo-f031k6.conf | 22 ++ .../conf/machine/nucleo-f070rb.conf | 22 ++ .../conf/machine/nucleo-f091rc.conf | 22 ++ .../conf/machine/nucleo-f103rb.conf | 22 ++ .../conf/machine/nucleo-f207zg.conf | 22 ++ .../conf/machine/nucleo-f302r8.conf | 22 ++ .../conf/machine/nucleo-f303k8.conf | 22 ++ .../conf/machine/nucleo-f303re.conf | 22 ++ .../conf/machine/nucleo-f334r8.conf | 22 ++ .../conf/machine/nucleo-f401re.conf | 22 ++ .../conf/machine/nucleo-f410rb.conf | 22 ++ .../conf/machine/nucleo-f411re.conf | 22 ++ .../conf/machine/nucleo-f412zg.conf | 22 ++ .../conf/machine/nucleo-f413zh.conf | 22 ++ .../conf/machine/nucleo-f429zi.conf | 22 ++ .../conf/machine/nucleo-f446re.conf | 22 ++ .../conf/machine/nucleo-f746zg.conf | 22 ++ .../conf/machine/nucleo-f756zg.conf | 22 ++ .../conf/machine/nucleo-f767zi.conf | 22 ++ .../conf/machine/nucleo-g071rb.conf | 22 ++ .../conf/machine/nucleo-g0b1re.conf | 22 ++ .../conf/machine/nucleo-g431rb.conf | 22 ++ .../conf/machine/nucleo-g474re.conf | 22 ++ .../conf/machine/nucleo-h723zg.conf | 22 ++ .../conf/machine/nucleo-h743zi.conf | 22 ++ .../conf/machine/nucleo-h745zi-q-m4.conf | 22 ++ .../conf/machine/nucleo-h745zi-q-m7.conf | 22 ++ .../conf/machine/nucleo-h753zi.conf | 22 ++ .../conf/machine/nucleo-l011k4.conf | 22 ++ .../conf/machine/nucleo-l031k6.conf | 22 ++ .../conf/machine/nucleo-l053r8.conf | 22 ++ .../conf/machine/nucleo-l073rz.conf | 22 ++ .../conf/machine/nucleo-l152re.conf | 22 ++ .../conf/machine/nucleo-l412rb-p.conf | 22 ++ .../conf/machine/nucleo-l432kc.conf | 22 ++ .../conf/machine/nucleo-l433rc-p.conf | 22 ++ .../conf/machine/nucleo-l452re-p.conf | 22 ++ .../conf/machine/nucleo-l452re.conf | 22 ++ .../conf/machine/nucleo-l476rg.conf | 22 ++ .../conf/machine/nucleo-l496zg.conf | 22 ++ .../conf/machine/nucleo-l4r5zi.conf | 22 ++ .../conf/machine/nucleo-l552ze-q-ns.conf | 22 ++ .../conf/machine/nucleo-l552ze-q.conf | 22 ++ .../conf/machine/nucleo-u575zi-q.conf | 22 ++ .../conf/machine/nucleo-wb55rg.conf | 22 ++ .../conf/machine/nucleo-wl55jc.conf | 22 ++ .../conf/machine/nuvoton-pfm-m487.conf | 22 ++ .../conf/machine/nxp-adsp-imx8.conf | 22 ++ .../machine/nxp-ls1046ardb-smp-2cores.conf | 22 ++ .../machine/nxp-ls1046ardb-smp-4cores.conf | 22 ++ .../conf/machine/nxp-ls1046ardb.conf | 22 ++ .../conf/machine/olimex-stm32-e407.conf | 22 ++ .../conf/machine/olimex-stm32-h103.conf | 22 ++ .../conf/machine/olimex-stm32-h407.conf | 22 ++ .../conf/machine/olimex-stm32-p405.conf | 22 ++ .../conf/machine/olimexino-stm32.conf | 22 ++ .../conf/machine/particle-argon.conf | 22 ++ .../conf/machine/particle-boron.conf | 22 ++ .../conf/machine/particle-xenon.conf | 22 ++ meta-zephyr-bsp/conf/machine/pico-pi-m4.conf | 22 ++ .../conf/machine/pinetime-devkit0.conf | 22 ++ .../conf/machine/pinnacle-100-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-arc-em.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf | 22 ++ .../conf/machine/qemu-arc-hs6x.conf | 22 ++ .../conf/machine/qemu-cortex-a53-smp.conf | 22 ++ .../conf/machine/qemu-cortex-a53-xip.conf | 22 ++ .../conf/machine/qemu-cortex-a53.conf | 22 ++ .../conf/machine/qemu-cortex-m0.conf | 22 ++ .../conf/machine/qemu-cortex-r5.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-leon3.conf | 22 ++ .../conf/machine/qemu-riscv32-xip.conf | 22 ++ .../conf/machine/qemu-riscv32.conf | 22 ++ .../conf/machine/qemu-riscv64.conf | 22 ++ .../conf/machine/qemu-x86-64-nokpti.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-x86-64.conf | 22 ++ .../conf/machine/qemu-x86-lakemont.conf | 22 ++ .../conf/machine/qemu-x86-nokpti.conf | 22 ++ .../conf/machine/qemu-x86-nommu.conf | 22 ++ .../conf/machine/qemu-x86-nopae.conf | 22 ++ .../conf/machine/qemu-x86-tiny.conf | 22 ++ .../conf/machine/qemu-x86-virt.conf | 22 ++ .../conf/machine/qemu-x86-xip.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-xtensa.conf | 22 ++ .../conf/machine/quick-feather.conf | 22 ++ .../conf/machine/rak4631-nrf52840.conf | 22 ++ .../conf/machine/rak5010-nrf52840.conf | 22 ++ .../conf/machine/rcar-h3ulcb-cr7.conf | 22 ++ .../conf/machine/reel-board-v2.conf | 22 ++ meta-zephyr-bsp/conf/machine/reel-board.conf | 22 ++ .../conf/machine/ronoth-lodev.conf | 22 ++ .../conf/machine/ruuvi-ruuvitag.conf | 22 ++ .../conf/machine/rv32m1-vega-ri5cy.conf | 22 ++ .../conf/machine/rv32m1-vega-zero-riscy.conf | 22 ++ .../conf/machine/sam-e70-xplained.conf | 22 ++ .../conf/machine/sam-e70b-xplained.conf | 22 ++ .../conf/machine/sam-v71-xult.conf | 22 ++ .../conf/machine/sam-v71b-xult.conf | 22 ++ meta-zephyr-bsp/conf/machine/sam4e-xpro.conf | 22 ++ meta-zephyr-bsp/conf/machine/sam4l-ek.conf | 22 ++ .../conf/machine/sam4s-xplained.conf | 22 ++ .../conf/machine/seeeduino-xiao.conf | 22 ++ .../conf/machine/segger-trb-stm32f407.conf | 22 ++ .../conf/machine/sensortile-box.conf | 22 ++ meta-zephyr-bsp/conf/machine/serpente.conf | 22 ++ .../sparkfun-thing-plus-nrf9160-ns.conf | 22 ++ .../machine/sparkfun-thing-plus-nrf9160.conf | 22 ++ .../conf/machine/steval-fcu001v1.conf | 22 ++ .../conf/machine/stm32-min-dev-black.conf | 22 ++ .../conf/machine/stm32-min-dev-blue.conf | 22 ++ .../conf/machine/stm3210c-eval.conf | 22 ++ .../conf/machine/stm32373c-eval.conf | 22 ++ .../conf/machine/stm32f0-disco.conf | 22 ++ .../conf/machine/stm32f030-demo.conf | 22 ++ .../conf/machine/stm32f072-eval.conf | 22 ++ .../conf/machine/stm32f072b-disco.conf | 22 ++ .../conf/machine/stm32f103-mini.conf | 22 ++ .../conf/machine/stm32f3-disco.conf | 22 ++ .../conf/machine/stm32f4-disco.conf | 22 ++ .../conf/machine/stm32f411e-disco.conf | 22 ++ .../conf/machine/stm32f412g-disco.conf | 22 ++ .../conf/machine/stm32f429i-disc1.conf | 22 ++ .../conf/machine/stm32f469i-disco.conf | 22 ++ .../conf/machine/stm32f723e-disco.conf | 22 ++ .../conf/machine/stm32f746g-disco.conf | 22 ++ .../conf/machine/stm32f769i-disco.conf | 22 ++ .../conf/machine/stm32g0316-disco.conf | 22 ++ .../conf/machine/stm32g071b-disco.conf | 22 ++ .../conf/machine/stm32h735g-disco.conf | 22 ++ .../conf/machine/stm32h747i-disco-m4.conf | 22 ++ .../conf/machine/stm32h747i-disco-m7.conf | 22 ++ .../conf/machine/stm32l1-disco.conf | 22 ++ .../conf/machine/stm32l476g-disco.conf | 22 ++ .../conf/machine/stm32l496g-disco.conf | 22 ++ .../conf/machine/stm32l562e-dk-ns.conf | 22 ++ .../conf/machine/stm32l562e-dk.conf | 22 ++ .../conf/machine/stm32vl-disco.conf | 22 ++ meta-zephyr-bsp/conf/machine/teensy40.conf | 22 ++ meta-zephyr-bsp/conf/machine/teensy41.conf | 22 ++ .../conf/machine/thingy52-nrf52832.conf | 22 ++ .../machine/thingy53-nrf5340-cpuapp-ns.conf | 22 ++ .../conf/machine/thingy53-nrf5340-cpuapp.conf | 22 ++ .../conf/machine/thingy53-nrf5340-cpunet.conf | 22 ++ .../conf/machine/tlsr9518adk80d.conf | 22 ++ meta-zephyr-bsp/conf/machine/twr-ke18f.conf | 22 ++ .../conf/machine/twr-kv58f220m.conf | 22 ++ .../conf/machine/ubx-bmd300eval-nrf52832.conf | 22 ++ .../conf/machine/ubx-bmd330eval-nrf52810.conf | 22 ++ .../conf/machine/ubx-bmd340eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-bmd345eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-bmd360eval-nrf52811.conf | 22 ++ .../conf/machine/ubx-bmd380eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-evkannab1-nrf52832.conf | 22 ++ .../conf/machine/ubx-evkninab1-nrf52832.conf | 22 ++ .../conf/machine/ubx-evkninab3-nrf52840.conf | 22 ++ .../conf/machine/ubx-evkninab4-nrf52833.conf | 22 ++ .../conf/machine/udoo-neo-full-m4.conf | 22 ++ meta-zephyr-bsp/conf/machine/up-squared.conf | 22 ++ .../conf/machine/usb-kw24d512.conf | 22 ++ meta-zephyr-bsp/conf/machine/v2m-beetle.conf | 22 ++ .../conf/machine/v2m-musca-b1-ns.conf | 22 ++ .../conf/machine/v2m-musca-b1.conf | 22 ++ .../conf/machine/v2m-musca-s1-ns.conf | 22 ++ .../conf/machine/v2m-musca-s1.conf | 22 ++ meta-zephyr-bsp/conf/machine/warp7-m4.conf | 22 ++ .../conf/machine/waveshare-open103z.conf | 22 ++ meta-zephyr-bsp/conf/machine/xenvm.conf | 22 ++ .../conf/machine/xmc45-relax-kit.conf | 22 ++ .../conf/machine/xt-sim-intel-s1000.conf | 22 ++ meta-zephyr-bsp/conf/machine/xt-sim.conf | 22 ++ ...xport-an-OpenEmbedded-machine-config.patch | 201 ++++++++++++++++++ .../meta/generate-zephyr-machines.bb | 48 +++++ 384 files changed, 8653 insertions(+) create mode 100755 meta-zephyr-bsp/conf/machine/96b-aerocore2.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-argonkey.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-meerkat96.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-neonkey.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-wistrio.conf create mode 100755 meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf create mode 100755 meta-zephyr-bsp/conf/machine/acrn.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf create mode 100755 meta-zephyr-bsp/conf/machine/altera-max10.conf create mode 100755 meta-zephyr-bsp/conf/machine/arduino-due.conf create mode 100755 meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf create mode 100755 meta-zephyr-bsp/conf/machine/arduino-zero.conf create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsame54-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958401m2.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl652-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl653-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-usb.conf create mode 100755 meta-zephyr-bsp/conf/machine/black-f407ve.conf create mode 100755 meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf create mode 100755 meta-zephyr-bsp/conf/machine/bt510.conf create mode 100755 meta-zephyr-bsp/conf/machine/bt610.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf create mode 100755 meta-zephyr-bsp/conf/machine/degu-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf create mode 100755 meta-zephyr-bsp/conf/machine/dragino-lsn50.conf create mode 100755 meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em4.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em5d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em6.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em9d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp.conf create mode 100755 meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf create mode 100755 meta-zephyr-bsp/conf/machine/faze.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k22f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k64f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k82f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kl25z.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kw41z.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf create mode 100755 meta-zephyr-bsp/conf/machine/google-kukui.conf create mode 100755 meta-zephyr-bsp/conf/machine/gr716a-mini.conf create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-k64.conf create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive-unleashed.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive-unmatched.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive1-revb.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive1.conf create mode 100755 meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf create mode 100755 meta-zephyr-bsp/conf/machine/hsdk-2cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/hsdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf create mode 100755 meta-zephyr-bsp/conf/machine/iotdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/ip-k66f.conf create mode 100755 meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/legend.conf create mode 100755 meta-zephyr-bsp/conf/machine/litex-vexriscv.conf create mode 100755 meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/m2gl025-miv.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf create mode 100755 meta-zephyr-bsp/conf/machine/mercury-xu.conf create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf create mode 100755 meta-zephyr-bsp/conf/machine/mm-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/mm-swiftio.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an385.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps3-an547.conf create mode 100755 meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/native-posix-64.conf create mode 100755 meta-zephyr-bsp/conf/machine/native-posix.conf create mode 100755 meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-ble400.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-blenano.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-blip.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f401re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f411re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f446re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g474re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l152re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimexino-stm32.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-argon.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-boron.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-xenon.conf create mode 100755 meta-zephyr-bsp/conf/machine/pico-pi-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf create mode 100755 meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-em.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-leon3.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv64.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-xtensa.conf create mode 100755 meta-zephyr-bsp/conf/machine/quick-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf create mode 100755 meta-zephyr-bsp/conf/machine/reel-board-v2.conf create mode 100755 meta-zephyr-bsp/conf/machine/reel-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/ronoth-lodev.conf create mode 100755 meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71-xult.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4e-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4l-ek.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4s-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf create mode 100755 meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf create mode 100755 meta-zephyr-bsp/conf/machine/sensortile-box.conf create mode 100755 meta-zephyr-bsp/conf/machine/serpente.conf create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm3210c-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32373c-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f0-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f030-demo.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f103-mini.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f3-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f4-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l1-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32vl-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/teensy40.conf create mode 100755 meta-zephyr-bsp/conf/machine/teensy41.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf create mode 100755 meta-zephyr-bsp/conf/machine/twr-ke18f.conf create mode 100755 meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf create mode 100755 meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/up-squared.conf create mode 100755 meta-zephyr-bsp/conf/machine/usb-kw24d512.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-beetle.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf create mode 100755 meta-zephyr-bsp/conf/machine/warp7-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/waveshare-open103z.conf create mode 100755 meta-zephyr-bsp/conf/machine/xenvm.conf create mode 100755 meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim.conf create mode 100644 meta-zephyr-bsp/recipes-meta/meta/files/0001-zephyr-Export-an-OpenEmbedded-machine-config.patch create mode 100644 meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb diff --git a/meta-zephyr-bsp/conf/machine/96b-aerocore2.conf b/meta-zephyr-bsp/conf/machine/96b-aerocore2.conf new file mode 100755 index 0000000..6b8c958 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-aerocore2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-aerocore2 +#@DESCRIPTION: Machine configuration for 96b-aerocore2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-aerocore2 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_aerocore2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F427xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=24000000" + +ZEPHYR_BOARD = "96b_aerocore2" + diff --git a/meta-zephyr-bsp/conf/machine/96b-argonkey.conf b/meta-zephyr-bsp/conf/machine/96b-argonkey.conf new file mode 100755 index 0000000..46af448 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-argonkey.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-argonkey +#@DESCRIPTION: Machine configuration for 96b-argonkey , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-argonkey = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_argonkey + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F412Cx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "96b_argonkey" + diff --git a/meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf b/meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf new file mode 100755 index 0000000..779cc0f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-carbon-nrf51 +#@DESCRIPTION: Machine configuration for 96b-carbon-nrf51 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-carbon-nrf51 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: 96b_carbon_nrf51 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAC" + +ZEPHYR_BOARD = "96b_carbon_nrf51" + diff --git a/meta-zephyr-bsp/conf/machine/96b-carbon.conf b/meta-zephyr-bsp/conf/machine/96b-carbon.conf new file mode 100755 index 0000000..a1a94e0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-carbon.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-carbon +#@DESCRIPTION: Machine configuration for 96b-carbon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-carbon = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_carbon + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F401xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "96b_carbon" + diff --git a/meta-zephyr-bsp/conf/machine/96b-meerkat96.conf b/meta-zephyr-bsp/conf/machine/96b-meerkat96.conf new file mode 100755 index 0000000..efe4ebb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-meerkat96.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-meerkat96 +#@DESCRIPTION: Machine configuration for 96b-meerkat96 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-meerkat96 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_meerkat96 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "96b_meerkat96" + diff --git a/meta-zephyr-bsp/conf/machine/96b-neonkey.conf b/meta-zephyr-bsp/conf/machine/96b-neonkey.conf new file mode 100755 index 0000000..de86440 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-neonkey.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-neonkey +#@DESCRIPTION: Machine configuration for 96b-neonkey , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-neonkey = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_neonkey + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F411xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "96b_neonkey" + diff --git a/meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf b/meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf new file mode 100755 index 0000000..2bb6a13 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-stm32-sensor-mez +#@DESCRIPTION: Machine configuration for 96b-stm32-sensor-mez , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-stm32-sensor-mez = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: 96b_stm32_sensor_mez + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F446xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "96b_stm32_sensor_mez" + diff --git a/meta-zephyr-bsp/conf/machine/96b-wistrio.conf b/meta-zephyr-bsp/conf/machine/96b-wistrio.conf new file mode 100755 index 0000000..fbd04cb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-wistrio.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: 96b-wistrio +#@DESCRIPTION: Machine configuration for 96b-wistrio , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_96b-wistrio = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: 96b_wistrio + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L151xBA -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "96b_wistrio" + diff --git a/meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf b/meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf new file mode 100755 index 0000000..4537100 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: acrn-ehl-crb +#@DESCRIPTION: Machine configuration for acrn-ehl-crb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_acrn-ehl-crb = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: acrn_ehl_crb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "acrn_ehl_crb" + diff --git a/meta-zephyr-bsp/conf/machine/acrn.conf b/meta-zephyr-bsp/conf/machine/acrn.conf new file mode 100755 index 0000000..7225a24 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/acrn.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: acrn +#@DESCRIPTION: Machine configuration for acrn , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_acrn = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: acrn + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "acrn" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf new file mode 100755 index 0000000..6b6b5cb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-bee-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-bee-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus-bee-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus_bee_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "actinius_icarus_bee_ns" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf new file mode 100755 index 0000000..1f82cd6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-bee +#@DESCRIPTION: Machine configuration for actinius-icarus-bee , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus-bee = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus_bee + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "actinius_icarus_bee" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf new file mode 100755 index 0000000..a8b5ff8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "actinius_icarus_ns" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf new file mode 100755 index 0000000..f1d50e7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-som-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-som-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus-som-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus_som_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "actinius_icarus_som_ns" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf new file mode 100755 index 0000000..732d1aa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-som +#@DESCRIPTION: Machine configuration for actinius-icarus-som , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus-som = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus_som + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "actinius_icarus_som" + diff --git a/meta-zephyr-bsp/conf/machine/actinius-icarus.conf b/meta-zephyr-bsp/conf/machine/actinius-icarus.conf new file mode 100755 index 0000000..043413c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: actinius-icarus +#@DESCRIPTION: Machine configuration for actinius-icarus , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_actinius-icarus = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: actinius_icarus + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "actinius_icarus" + diff --git a/meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf b/meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf new file mode 100755 index 0000000..a4cfee5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adafruit-feather-m0-basic-proto +#@DESCRIPTION: Machine configuration for adafruit-feather-m0-basic-proto , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adafruit-feather-m0-basic-proto = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: adafruit_feather_m0_basic_proto + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "adafruit_feather_m0_basic_proto" + diff --git a/meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf b/meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf new file mode 100755 index 0000000..6fc13a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adafruit-feather-nrf52840 +#@DESCRIPTION: Machine configuration for adafruit-feather-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adafruit-feather-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: adafruit_feather_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "adafruit_feather_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf b/meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf new file mode 100755 index 0000000..46f75e6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adafruit-feather-stm32f405 +#@DESCRIPTION: Machine configuration for adafruit-feather-stm32f405 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adafruit-feather-stm32f405 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: adafruit_feather_stm32f405 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F405xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=12000000" + +ZEPHYR_BOARD = "adafruit_feather_stm32f405" + diff --git a/meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf b/meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf new file mode 100755 index 0000000..a3f0f40 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adafruit-itsybitsy-m4-express +#@DESCRIPTION: Machine configuration for adafruit-itsybitsy-m4-express , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adafruit-itsybitsy-m4-express = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: adafruit_itsybitsy_m4_express + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "adafruit_itsybitsy_m4_express" + diff --git a/meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf b/meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf new file mode 100755 index 0000000..23a478b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adafruit-trinket-m0 +#@DESCRIPTION: Machine configuration for adafruit-trinket-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adafruit-trinket-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: adafruit_trinket_m0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "adafruit_trinket_m0" + diff --git a/meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf b/meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf new file mode 100755 index 0000000..d4ae227 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: adp-xc7k-ae350 +#@DESCRIPTION: Machine configuration for adp-xc7k-ae350 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_adp-xc7k-ae350 = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: adp_xc7k_ae350 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "adp_xc7k_ae350" + diff --git a/meta-zephyr-bsp/conf/machine/altera-max10.conf b/meta-zephyr-bsp/conf/machine/altera-max10.conf new file mode 100755 index 0000000..431725d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/altera-max10.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: altera-max10 +#@DESCRIPTION: Machine configuration for altera-max10 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_altera-max10 = "nios2" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: nios2 +# BOARD: altera_max10 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DZEPHYR_RTOS" + +ZEPHYR_BOARD = "altera_max10" + diff --git a/meta-zephyr-bsp/conf/machine/arduino-due.conf b/meta-zephyr-bsp/conf/machine/arduino-due.conf new file mode 100755 index 0000000..539828b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-due.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: arduino-due +#@DESCRIPTION: Machine configuration for arduino-due , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_arduino-due = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: arduino_due + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "arduino_due" + diff --git a/meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf b/meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf new file mode 100755 index 0000000..ce77958 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: arduino-nano-33-iot +#@DESCRIPTION: Machine configuration for arduino-nano-33-iot , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_arduino-nano-33-iot = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: arduino_nano_33_iot + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "arduino_nano_33_iot" + diff --git a/meta-zephyr-bsp/conf/machine/arduino-zero.conf b/meta-zephyr-bsp/conf/machine/arduino-zero.conf new file mode 100755 index 0000000..b11af93 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-zero.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: arduino-zero +#@DESCRIPTION: Machine configuration for arduino-zero , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_arduino-zero = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: arduino_zero + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "arduino_zero" + diff --git a/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf new file mode 100755 index 0000000..f6126ac --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: arty-a7-arm-designstart-m1 +#@DESCRIPTION: Machine configuration for arty-a7-arm-designstart-m1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_arty-a7-arm-designstart-m1 = "arm" + +DEFAULTUNE ?= "cortexm1" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m1 +# ARCH: arm +# BOARD: arty_a7_arm_designstart_m1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "arty_a7_arm_designstart_m1" + diff --git a/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf new file mode 100755 index 0000000..6c225f2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: arty-a7-arm-designstart-m3 +#@DESCRIPTION: Machine configuration for arty-a7-arm-designstart-m3 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_arty-a7-arm-designstart-m3 = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: arty_a7_arm_designstart_m3 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "arty_a7_arm_designstart_m3" + diff --git a/meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf b/meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf new file mode 100755 index 0000000..528af6c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: atsamd20-xpro +#@DESCRIPTION: Machine configuration for atsamd20-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_atsamd20-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: atsamd20_xpro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "atsamd20_xpro" + diff --git a/meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf b/meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf new file mode 100755 index 0000000..129fc4d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: atsamd21-xpro +#@DESCRIPTION: Machine configuration for atsamd21-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_atsamd21-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: atsamd21_xpro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "atsamd21_xpro" + diff --git a/meta-zephyr-bsp/conf/machine/atsame54-xpro.conf b/meta-zephyr-bsp/conf/machine/atsame54-xpro.conf new file mode 100755 index 0000000..abd1076 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsame54-xpro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: atsame54-xpro +#@DESCRIPTION: Machine configuration for atsame54-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_atsame54-xpro = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: atsame54_xpro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "atsame54_xpro" + diff --git a/meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf b/meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf new file mode 100755 index 0000000..9c408a0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: atsamr21-xpro +#@DESCRIPTION: Machine configuration for atsamr21-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_atsamr21-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: atsamr21_xpro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "atsamr21_xpro" + diff --git a/meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf b/meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf new file mode 100755 index 0000000..adfdfe3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: b-l072z-lrwan1 +#@DESCRIPTION: Machine configuration for b-l072z-lrwan1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_b-l072z-lrwan1 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: b_l072z_lrwan1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L072xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "b_l072z_lrwan1" + diff --git a/meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf b/meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf new file mode 100755 index 0000000..143bb90 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: b-l4s5i-iot01a +#@DESCRIPTION: Machine configuration for b-l4s5i-iot01a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_b-l4s5i-iot01a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: b_l4s5i_iot01a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L4S5xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "b_l4s5i_iot01a" + diff --git a/meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf b/meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf new file mode 100755 index 0000000..133d15c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: b-u585i-iot02a +#@DESCRIPTION: Machine configuration for b-u585i-iot02a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_b-u585i-iot02a = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: b_u585i_iot02a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32U585xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "b_u585i_iot02a" + diff --git a/meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf b/meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf new file mode 100755 index 0000000..62f036d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bbc-microbit-v2 +#@DESCRIPTION: Machine configuration for bbc-microbit-v2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bbc-microbit-v2 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bbc_microbit_v2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52833_XXAA" + +ZEPHYR_BOARD = "bbc_microbit_v2" + diff --git a/meta-zephyr-bsp/conf/machine/bbc-microbit.conf b/meta-zephyr-bsp/conf/machine/bbc-microbit.conf new file mode 100755 index 0000000..43ff247 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bbc-microbit.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bbc-microbit +#@DESCRIPTION: Machine configuration for bbc-microbit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bbc-microbit = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: bbc_microbit + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAA" + +ZEPHYR_BOARD = "bbc_microbit" + diff --git a/meta-zephyr-bsp/conf/machine/bcm958401m2.conf b/meta-zephyr-bsp/conf/machine/bcm958401m2.conf new file mode 100755 index 0000000..bbda910 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958401m2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bcm958401m2 +#@DESCRIPTION: Machine configuration for bcm958401m2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bcm958401m2 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: bcm958401m2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "bcm958401m2" + diff --git a/meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf b/meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf new file mode 100755 index 0000000..5df9982 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bcm958402m2-a72 +#@DESCRIPTION: Machine configuration for bcm958402m2-a72 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bcm958402m2-a72 = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a72 +# ARCH: arm64 +# BOARD: bcm958402m2_a72 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "bcm958402m2_a72" + diff --git a/meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf b/meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf new file mode 100755 index 0000000..29fc5d5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bcm958402m2-m7 +#@DESCRIPTION: Machine configuration for bcm958402m2-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bcm958402m2-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: bcm958402m2_m7 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "bcm958402m2_m7" + diff --git a/meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf b/meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf new file mode 100755 index 0000000..69109be --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: beaglev-starlight-jh7100 +#@DESCRIPTION: Machine configuration for beaglev-starlight-jh7100 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_beaglev-starlight-jh7100 = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: beaglev_starlight_jh7100 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "beaglev_starlight_jh7100" + diff --git a/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf new file mode 100755 index 0000000..13e4e75 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl5340-dvk-cpuapp-ns +#@DESCRIPTION: Machine configuration for bl5340-dvk-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl5340-dvk-cpuapp-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: bl5340_dvk_cpuapp_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "bl5340_dvk_cpuapp_ns" + diff --git a/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf new file mode 100755 index 0000000..d3acb11 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl5340-dvk-cpuapp +#@DESCRIPTION: Machine configuration for bl5340-dvk-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl5340-dvk-cpuapp = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: bl5340_dvk_cpuapp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION" + +ZEPHYR_BOARD = "bl5340_dvk_cpuapp" + diff --git a/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf new file mode 100755 index 0000000..630b1a2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl5340-dvk-cpunet +#@DESCRIPTION: Machine configuration for bl5340-dvk-cpunet , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl5340-dvk-cpunet = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: bl5340_dvk_cpunet + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_NETWORK" + +ZEPHYR_BOARD = "bl5340_dvk_cpunet" + diff --git a/meta-zephyr-bsp/conf/machine/bl652-dvk.conf b/meta-zephyr-bsp/conf/machine/bl652-dvk.conf new file mode 100755 index 0000000..5339375 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl652-dvk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl652-dvk +#@DESCRIPTION: Machine configuration for bl652-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl652-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bl652_dvk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "bl652_dvk" + diff --git a/meta-zephyr-bsp/conf/machine/bl653-dvk.conf b/meta-zephyr-bsp/conf/machine/bl653-dvk.conf new file mode 100755 index 0000000..2e52c62 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl653-dvk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl653-dvk +#@DESCRIPTION: Machine configuration for bl653-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl653-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bl653_dvk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52833_XXAA" + +ZEPHYR_BOARD = "bl653_dvk" + diff --git a/meta-zephyr-bsp/conf/machine/bl654-dvk.conf b/meta-zephyr-bsp/conf/machine/bl654-dvk.conf new file mode 100755 index 0000000..c3a0c41 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-dvk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl654-dvk +#@DESCRIPTION: Machine configuration for bl654-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl654-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bl654_dvk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "bl654_dvk" + diff --git a/meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf b/meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf new file mode 100755 index 0000000..a7272df --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl654-sensor-board +#@DESCRIPTION: Machine configuration for bl654-sensor-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl654-sensor-board = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bl654_sensor_board + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "bl654_sensor_board" + diff --git a/meta-zephyr-bsp/conf/machine/bl654-usb.conf b/meta-zephyr-bsp/conf/machine/bl654-usb.conf new file mode 100755 index 0000000..a90009f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-usb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bl654-usb +#@DESCRIPTION: Machine configuration for bl654-usb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bl654-usb = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bl654_usb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "bl654_usb" + diff --git a/meta-zephyr-bsp/conf/machine/black-f407ve.conf b/meta-zephyr-bsp/conf/machine/black-f407ve.conf new file mode 100755 index 0000000..bc92e6f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/black-f407ve.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: black-f407ve +#@DESCRIPTION: Machine configuration for black-f407ve , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_black-f407ve = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: black_f407ve + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "black_f407ve" + diff --git a/meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf b/meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf new file mode 100755 index 0000000..237259e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: black-f407zg-pro +#@DESCRIPTION: Machine configuration for black-f407zg-pro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_black-f407zg-pro = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: black_f407zg_pro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "black_f407zg_pro" + diff --git a/meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf b/meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf new file mode 100755 index 0000000..24f2dc5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: blackpill-f401ce +#@DESCRIPTION: Machine configuration for blackpill-f401ce , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_blackpill-f401ce = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: blackpill_f401ce + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F401xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "blackpill_f401ce" + diff --git a/meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf b/meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf new file mode 100755 index 0000000..931f864 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: blackpill-f411ce +#@DESCRIPTION: Machine configuration for blackpill-f411ce , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_blackpill-f411ce = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: blackpill_f411ce + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F411xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "blackpill_f411ce" + diff --git a/meta-zephyr-bsp/conf/machine/bt510.conf b/meta-zephyr-bsp/conf/machine/bt510.conf new file mode 100755 index 0000000..0286fa2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bt510.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bt510 +#@DESCRIPTION: Machine configuration for bt510 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bt510 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bt510 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "bt510" + diff --git a/meta-zephyr-bsp/conf/machine/bt610.conf b/meta-zephyr-bsp/conf/machine/bt610.conf new file mode 100755 index 0000000..1b15c2a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bt610.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: bt610 +#@DESCRIPTION: Machine configuration for bt610 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_bt610 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: bt610 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "bt610" + diff --git a/meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf b/meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf new file mode 100755 index 0000000..4578414 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cc1352r-sensortag +#@DESCRIPTION: Machine configuration for cc1352r-sensortag , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cc1352r-sensortag = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cc1352r_sensortag + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "cc1352r_sensortag" + diff --git a/meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf b/meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf new file mode 100755 index 0000000..cf74fc3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cc1352r1-launchxl +#@DESCRIPTION: Machine configuration for cc1352r1-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cc1352r1-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cc1352r1_launchxl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "cc1352r1_launchxl" + diff --git a/meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf b/meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf new file mode 100755 index 0000000..75d16fc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cc26x2r1-launchxl +#@DESCRIPTION: Machine configuration for cc26x2r1-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cc26x2r1-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cc26x2r1_launchxl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "cc26x2r1_launchxl" + diff --git a/meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf b/meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf new file mode 100755 index 0000000..7b94be8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cc3220sf-launchxl +#@DESCRIPTION: Machine configuration for cc3220sf-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cc3220sf-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cc3220sf_launchxl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DUSE_CC3220_ROM_DRV_API" + +ZEPHYR_BOARD = "cc3220sf_launchxl" + diff --git a/meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf b/meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf new file mode 100755 index 0000000..5266bce --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cc3235sf-launchxl +#@DESCRIPTION: Machine configuration for cc3235sf-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cc3235sf-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cc3235sf_launchxl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DUSE_CC3220_ROM_DRV_API" + +ZEPHYR_BOARD = "cc3235sf_launchxl" + diff --git a/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf new file mode 100755 index 0000000..8c5ab10 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: circuitdojo-feather-nrf9160-ns +#@DESCRIPTION: Machine configuration for circuitdojo-feather-nrf9160-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_circuitdojo-feather-nrf9160-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: circuitdojo_feather_nrf9160_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "circuitdojo_feather_nrf9160_ns" + diff --git a/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf new file mode 100755 index 0000000..965696c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: circuitdojo-feather-nrf9160 +#@DESCRIPTION: Machine configuration for circuitdojo-feather-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_circuitdojo-feather-nrf9160 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: circuitdojo_feather_nrf9160 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "circuitdojo_feather_nrf9160" + diff --git a/meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf b/meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf new file mode 100755 index 0000000..1908982 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: colibri-imx7d-m4 +#@DESCRIPTION: Machine configuration for colibri-imx7d-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_colibri-imx7d-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: colibri_imx7d_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "colibri_imx7d_m4" + diff --git a/meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf b/meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf new file mode 100755 index 0000000..ada8f67 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: contextualelectronics-abc +#@DESCRIPTION: Machine configuration for contextualelectronics-abc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_contextualelectronics-abc = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: contextualelectronics_abc + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "contextualelectronics_abc" + diff --git a/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf new file mode 100755 index 0000000..4fda05d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-ble-m0 +#@DESCRIPTION: Machine configuration for cy8ckit-062-ble-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cy8ckit-062-ble-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: cy8ckit_062_ble_m0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCY8C6347BZI_BLD53 -D__copy_table_start__=0 -D__copy_table_end__=0 -D__bss_start__=0 -D__bss_end__=0" + +ZEPHYR_BOARD = "cy8ckit_062_ble_m0" + diff --git a/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf new file mode 100755 index 0000000..a093ac1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-ble-m4 +#@DESCRIPTION: Machine configuration for cy8ckit-062-ble-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cy8ckit-062-ble-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cy8ckit_062_ble_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCY8C6347BZI_BLD53 -D__copy_table_start__=0 -D__copy_table_end__=0 -D__bss_start__=0 -D__bss_end__=0" + +ZEPHYR_BOARD = "cy8ckit_062_ble_m4" + diff --git a/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf new file mode 100755 index 0000000..12be80a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-wifi-bt-m0 +#@DESCRIPTION: Machine configuration for cy8ckit-062-wifi-bt-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cy8ckit-062-wifi-bt-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: cy8ckit_062_wifi_bt_m0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCY8C6247BZI_D54 -D__copy_table_start__=0 -D__copy_table_end__=0 -D__bss_start__=0 -D__bss_end__=0" + +ZEPHYR_BOARD = "cy8ckit_062_wifi_bt_m0" + diff --git a/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf new file mode 100755 index 0000000..a29e2ea --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-wifi-bt-m4 +#@DESCRIPTION: Machine configuration for cy8ckit-062-wifi-bt-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_cy8ckit-062-wifi-bt-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: cy8ckit_062_wifi_bt_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCY8C6247BZI_D54 -D__copy_table_start__=0 -D__copy_table_end__=0 -D__bss_start__=0 -D__bss_end__=0" + +ZEPHYR_BOARD = "cy8ckit_062_wifi_bt_m4" + diff --git a/meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf b/meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf new file mode 100755 index 0000000..70c4b65 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: decawave-dwm1001-dev +#@DESCRIPTION: Machine configuration for decawave-dwm1001-dev , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_decawave-dwm1001-dev = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: decawave_dwm1001_dev + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "decawave_dwm1001_dev" + diff --git a/meta-zephyr-bsp/conf/machine/degu-evk.conf b/meta-zephyr-bsp/conf/machine/degu-evk.conf new file mode 100755 index 0000000..35270de --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/degu-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: degu-evk +#@DESCRIPTION: Machine configuration for degu-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_degu-evk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: degu_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "degu_evk" + diff --git a/meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf b/meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf new file mode 100755 index 0000000..e356da7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: disco-l475-iot1 +#@DESCRIPTION: Machine configuration for disco-l475-iot1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_disco-l475-iot1 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: disco_l475_iot1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L475xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "disco_l475_iot1" + diff --git a/meta-zephyr-bsp/conf/machine/dragino-lsn50.conf b/meta-zephyr-bsp/conf/machine/dragino-lsn50.conf new file mode 100755 index 0000000..0554a7e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/dragino-lsn50.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: dragino-lsn50 +#@DESCRIPTION: Machine configuration for dragino-lsn50 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_dragino-lsn50 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: dragino_lsn50 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L072xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "dragino_lsn50" + diff --git a/meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf b/meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf new file mode 100755 index 0000000..d46d091 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: dragino-nbsn95 +#@DESCRIPTION: Machine configuration for dragino-nbsn95 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_dragino-nbsn95 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: dragino_nbsn95 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L072xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "dragino_nbsn95" + diff --git a/meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf b/meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf new file mode 100755 index 0000000..0f796c5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32gg-slwstk6121a +#@DESCRIPTION: Machine configuration for efm32gg-slwstk6121a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32gg-slwstk6121a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efm32gg_slwstk6121a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32GG11B820F2048GM64" + +ZEPHYR_BOARD = "efm32gg_slwstk6121a" + diff --git a/meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf b/meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf new file mode 100755 index 0000000..f6aa296 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32gg-stk3701a +#@DESCRIPTION: Machine configuration for efm32gg-stk3701a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32gg-stk3701a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efm32gg_stk3701a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32GG11B820F2048GL192" + +ZEPHYR_BOARD = "efm32gg_stk3701a" + diff --git a/meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf b/meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf new file mode 100755 index 0000000..fae6607 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32hg-slstk3400a +#@DESCRIPTION: Machine configuration for efm32hg-slstk3400a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32hg-slstk3400a = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: efm32hg_slstk3400a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32HG322F64" + +ZEPHYR_BOARD = "efm32hg_slstk3400a" + diff --git a/meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf b/meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf new file mode 100755 index 0000000..93f9dbe --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3401a +#@DESCRIPTION: Machine configuration for efm32pg-stk3401a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32pg-stk3401a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efm32pg_stk3401a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32PG1B200F256GM48" + +ZEPHYR_BOARD = "efm32pg_stk3401a" + diff --git a/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf new file mode 100755 index 0000000..9b713e2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3402a-jg +#@DESCRIPTION: Machine configuration for efm32pg-stk3402a-jg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32pg-stk3402a-jg = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: efm32pg_stk3402a_jg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32JG12B500F1024GL125" + +ZEPHYR_BOARD = "efm32pg_stk3402a_jg" + diff --git a/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf new file mode 100755 index 0000000..62ea0ea --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3402a +#@DESCRIPTION: Machine configuration for efm32pg-stk3402a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32pg-stk3402a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efm32pg_stk3402a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32PG12B500F1024GL125" + +ZEPHYR_BOARD = "efm32pg_stk3402a" + diff --git a/meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf b/meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf new file mode 100755 index 0000000..6f2e73a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efm32wg-stk3800 +#@DESCRIPTION: Machine configuration for efm32wg-stk3800 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efm32wg-stk3800 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efm32wg_stk3800 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFM32WG990F256" + +ZEPHYR_BOARD = "efm32wg_stk3800" + diff --git a/meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf new file mode 100755 index 0000000..05156b1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4104a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4104a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efr32-radio-brd4104a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efr32_radio_brd4104a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFR32BG13P632F512GM48" + +ZEPHYR_BOARD = "efr32_radio_brd4104a" + diff --git a/meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf new file mode 100755 index 0000000..233fd9d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4180a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4180a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efr32-radio-brd4180a = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: efr32_radio_brd4180a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFR32MG21A020F1024IM32" + +ZEPHYR_BOARD = "efr32_radio_brd4180a" + diff --git a/meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf new file mode 100755 index 0000000..d09b3c6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4250b +#@DESCRIPTION: Machine configuration for efr32-radio-brd4250b , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efr32-radio-brd4250b = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efr32_radio_brd4250b + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFR32FG1P133F256GM48" + +ZEPHYR_BOARD = "efr32_radio_brd4250b" + diff --git a/meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf new file mode 100755 index 0000000..ff3acc3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4255a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4255a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efr32-radio-brd4255a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efr32_radio_brd4255a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFR32FG13P233F512GM48" + +ZEPHYR_BOARD = "efr32_radio_brd4255a" + diff --git a/meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf b/meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf new file mode 100755 index 0000000..a791053 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: efr32mg-sltb004a +#@DESCRIPTION: Machine configuration for efr32mg-sltb004a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_efr32mg-sltb004a = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: efr32mg_sltb004a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DEFR32MG12P332F1024GL125" + +ZEPHYR_BOARD = "efr32mg_sltb004a" + diff --git a/meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf b/meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf new file mode 100755 index 0000000..39c90fd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ehl-crb-sbl +#@DESCRIPTION: Machine configuration for ehl-crb-sbl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ehl-crb-sbl = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: ehl_crb_sbl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "ehl_crb_sbl" + diff --git a/meta-zephyr-bsp/conf/machine/ehl-crb.conf b/meta-zephyr-bsp/conf/machine/ehl-crb.conf new file mode 100755 index 0000000..c4a8f58 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ehl-crb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ehl-crb +#@DESCRIPTION: Machine configuration for ehl-crb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ehl-crb = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: ehl_crb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "ehl_crb" + diff --git a/meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf b/meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf new file mode 100755 index 0000000..2f2f12c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: em-starterkit-em11d +#@DESCRIPTION: Machine configuration for em-starterkit-em11d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_em-starterkit-em11d = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: em_starterkit_em11d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "em_starterkit_em11d" + diff --git a/meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf new file mode 100755 index 0000000..e8684b1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: em-starterkit-em7d-v22 +#@DESCRIPTION: Machine configuration for em-starterkit-em7d-v22 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_em-starterkit-em7d-v22 = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_dmips +# ARCH: arc +# BOARD: em_starterkit_em7d_v22 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "em_starterkit_em7d_v22" + diff --git a/meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf new file mode 100755 index 0000000..79e878d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: em-starterkit-em7d +#@DESCRIPTION: Machine configuration for em-starterkit-em7d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_em-starterkit-em7d = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_dmips +# ARCH: arc +# BOARD: em_starterkit_em7d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "em_starterkit_em7d" + diff --git a/meta-zephyr-bsp/conf/machine/em-starterkit.conf b/meta-zephyr-bsp/conf/machine/em-starterkit.conf new file mode 100755 index 0000000..b309b76 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: em-starterkit +#@DESCRIPTION: Machine configuration for em-starterkit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_em-starterkit = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpus +# ARCH: arc +# BOARD: em_starterkit + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "em_starterkit" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em4.conf b/meta-zephyr-bsp/conf/machine/emsdp-em4.conf new file mode 100755 index 0000000..f27e9d5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em4 +#@DESCRIPTION: Machine configuration for emsdp-em4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em4 = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arcem +# ARCH: arc +# BOARD: emsdp_em4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em4" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em5d.conf b/meta-zephyr-bsp/conf/machine/emsdp-em5d.conf new file mode 100755 index 0000000..1838da8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em5d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em5d +#@DESCRIPTION: Machine configuration for emsdp-em5d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em5d = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: emsdp_em5d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em5d" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em6.conf b/meta-zephyr-bsp/conf/machine/emsdp-em6.conf new file mode 100755 index 0000000..4e3a14b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em6.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em6 +#@DESCRIPTION: Machine configuration for emsdp-em6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em6 = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arcem +# ARCH: arc +# BOARD: emsdp_em6 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em6" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf b/meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf new file mode 100755 index 0000000..1f9302f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em7d-esp +#@DESCRIPTION: Machine configuration for emsdp-em7d-esp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em7d-esp = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: emsdp_em7d_esp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em7d_esp" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em7d.conf b/meta-zephyr-bsp/conf/machine/emsdp-em7d.conf new file mode 100755 index 0000000..8307615 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em7d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em7d +#@DESCRIPTION: Machine configuration for emsdp-em7d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em7d = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: emsdp_em7d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em7d" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp-em9d.conf b/meta-zephyr-bsp/conf/machine/emsdp-em9d.conf new file mode 100755 index 0000000..5d39947 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em9d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp-em9d +#@DESCRIPTION: Machine configuration for emsdp-em9d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp-em9d = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: emsdp_em9d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp_em9d" + diff --git a/meta-zephyr-bsp/conf/machine/emsdp.conf b/meta-zephyr-bsp/conf/machine/emsdp.conf new file mode 100755 index 0000000..165e71c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: emsdp +#@DESCRIPTION: Machine configuration for emsdp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_emsdp = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: emsdp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "emsdp" + diff --git a/meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf b/meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf new file mode 100755 index 0000000..080e136 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: esp32c3-devkitm +#@DESCRIPTION: Machine configuration for esp32c3-devkitm , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_esp32c3-devkitm = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: esp32c3_devkitm + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__ets__ -DESP_PLATFORM -DESPRESSIF_USE" + +ZEPHYR_BOARD = "esp32c3_devkitm" + diff --git a/meta-zephyr-bsp/conf/machine/faze.conf b/meta-zephyr-bsp/conf/machine/faze.conf new file mode 100755 index 0000000..ebc5f25 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/faze.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: faze +#@DESCRIPTION: Machine configuration for faze , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_faze = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: faze + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "faze" + diff --git a/meta-zephyr-bsp/conf/machine/frdm-k22f.conf b/meta-zephyr-bsp/conf/machine/frdm-k22f.conf new file mode 100755 index 0000000..232196c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k22f.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: frdm-k22f +#@DESCRIPTION: Machine configuration for frdm-k22f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_frdm-k22f = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: frdm_k22f + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MK22FN512VLH12 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "frdm_k22f" + diff --git a/meta-zephyr-bsp/conf/machine/frdm-k64f.conf b/meta-zephyr-bsp/conf/machine/frdm-k64f.conf new file mode 100755 index 0000000..057cf52 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k64f.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: frdm-k64f +#@DESCRIPTION: Machine configuration for frdm-k64f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_frdm-k64f = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: frdm_k64f + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MK64FN1M0VLL12 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "frdm_k64f" + diff --git a/meta-zephyr-bsp/conf/machine/frdm-k82f.conf b/meta-zephyr-bsp/conf/machine/frdm-k82f.conf new file mode 100755 index 0000000..e16a751 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k82f.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: frdm-k82f +#@DESCRIPTION: Machine configuration for frdm-k82f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_frdm-k82f = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: frdm_k82f + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MK82FN256VLL15 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "frdm_k82f" + diff --git a/meta-zephyr-bsp/conf/machine/frdm-kl25z.conf b/meta-zephyr-bsp/conf/machine/frdm-kl25z.conf new file mode 100755 index 0000000..eeb01d7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-kl25z.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: frdm-kl25z +#@DESCRIPTION: Machine configuration for frdm-kl25z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_frdm-kl25z = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: frdm_kl25z + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKL25Z128VLK4 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "frdm_kl25z" + 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..4ec7e0f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-kw41z.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: frdm-kw41z +#@DESCRIPTION: Machine configuration for frdm-kw41z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_frdm-kw41z = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: frdm_kw41z + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKW41Z512VHT4 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "frdm_kw41z" + diff --git a/meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf b/meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf new file mode 100755 index 0000000..a607932 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: fvp-base-revc-2xaemv8a +#@DESCRIPTION: Machine configuration for fvp-base-revc-2xaemv8a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_fvp-base-revc-2xaemv8a = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a53 +# ARCH: arm64 +# BOARD: fvp_base_revc_2xaemv8a + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "fvp_base_revc_2xaemv8a" + diff --git a/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf new file mode 100755 index 0000000..6edf153 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: fvp-baser-aemv8r-smp +#@DESCRIPTION: Machine configuration for fvp-baser-aemv8r-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_fvp-baser-aemv8r-smp = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: arm64 +# BOARD: fvp_baser_aemv8r_smp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "fvp_baser_aemv8r_smp" + diff --git a/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf new file mode 100755 index 0000000..23fb9d6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: fvp-baser-aemv8r +#@DESCRIPTION: Machine configuration for fvp-baser-aemv8r , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_fvp-baser-aemv8r = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: arm64 +# BOARD: fvp_baser_aemv8r + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "fvp_baser_aemv8r" + diff --git a/meta-zephyr-bsp/conf/machine/google-kukui.conf b/meta-zephyr-bsp/conf/machine/google-kukui.conf new file mode 100755 index 0000000..74acbe9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/google-kukui.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: google-kukui +#@DESCRIPTION: Machine configuration for google-kukui , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_google-kukui = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: google_kukui + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F098xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "google_kukui" + diff --git a/meta-zephyr-bsp/conf/machine/gr716a-mini.conf b/meta-zephyr-bsp/conf/machine/gr716a-mini.conf new file mode 100755 index 0000000..1f5538d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/gr716a-mini.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: gr716a-mini +#@DESCRIPTION: Machine configuration for gr716a-mini , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_gr716a-mini = "sparc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: sparc +# BOARD: gr716a_mini + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "gr716a_mini" + diff --git a/meta-zephyr-bsp/conf/machine/hexiwear-k64.conf b/meta-zephyr-bsp/conf/machine/hexiwear-k64.conf new file mode 100755 index 0000000..f6f31c5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hexiwear-k64.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hexiwear-k64 +#@DESCRIPTION: Machine configuration for hexiwear-k64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hexiwear-k64 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: hexiwear_k64 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MK64FN1M0VDC12 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "hexiwear_k64" + diff --git a/meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf b/meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf new file mode 100755 index 0000000..54aaff2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hexiwear-kw40z +#@DESCRIPTION: Machine configuration for hexiwear-kw40z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hexiwear-kw40z = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: hexiwear_kw40z + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKW40Z160VHT4 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "hexiwear_kw40z" + diff --git a/meta-zephyr-bsp/conf/machine/hifive-unleashed.conf b/meta-zephyr-bsp/conf/machine/hifive-unleashed.conf new file mode 100755 index 0000000..dafbf3d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive-unleashed.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hifive-unleashed +#@DESCRIPTION: Machine configuration for hifive-unleashed , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hifive-unleashed = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: hifive_unleashed + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hifive_unleashed" + diff --git a/meta-zephyr-bsp/conf/machine/hifive-unmatched.conf b/meta-zephyr-bsp/conf/machine/hifive-unmatched.conf new file mode 100755 index 0000000..0cead26 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive-unmatched.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hifive-unmatched +#@DESCRIPTION: Machine configuration for hifive-unmatched , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hifive-unmatched = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: hifive_unmatched + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hifive_unmatched" + diff --git a/meta-zephyr-bsp/conf/machine/hifive1-revb.conf b/meta-zephyr-bsp/conf/machine/hifive1-revb.conf new file mode 100755 index 0000000..e0b1a35 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive1-revb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hifive1-revb +#@DESCRIPTION: Machine configuration for hifive1-revb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hifive1-revb = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: hifive1_revb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hifive1_revb" + diff --git a/meta-zephyr-bsp/conf/machine/hifive1.conf b/meta-zephyr-bsp/conf/machine/hifive1.conf new file mode 100755 index 0000000..2e47deb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hifive1 +#@DESCRIPTION: Machine configuration for hifive1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hifive1 = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: hifive1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hifive1" + diff --git a/meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf b/meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf new file mode 100755 index 0000000..bab70f6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: holyiot-yj16019 +#@DESCRIPTION: Machine configuration for holyiot-yj16019 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_holyiot-yj16019 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: holyiot_yj16019 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "holyiot_yj16019" + diff --git a/meta-zephyr-bsp/conf/machine/hsdk-2cores.conf b/meta-zephyr-bsp/conf/machine/hsdk-2cores.conf new file mode 100755 index 0000000..da504e9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hsdk-2cores.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hsdk-2cores +#@DESCRIPTION: Machine configuration for hsdk-2cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hsdk-2cores = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: hsdk_2cores + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hsdk_2cores" + diff --git a/meta-zephyr-bsp/conf/machine/hsdk.conf b/meta-zephyr-bsp/conf/machine/hsdk.conf new file mode 100755 index 0000000..9a6280f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hsdk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: hsdk +#@DESCRIPTION: Machine configuration for hsdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_hsdk = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: hsdk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "hsdk" + diff --git a/meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf new file mode 100755 index 0000000..6d7e181 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: intel-adsp-cavs15 +#@DESCRIPTION: Machine configuration for intel-adsp-cavs15 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_intel-adsp-cavs15 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: intel_adsp_cavs15 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "intel_adsp_cavs15" + diff --git a/meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf new file mode 100755 index 0000000..8dcc0f5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: intel-adsp-cavs18 +#@DESCRIPTION: Machine configuration for intel-adsp-cavs18 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_intel-adsp-cavs18 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: intel_adsp_cavs18 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "intel_adsp_cavs18" + diff --git a/meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf new file mode 100755 index 0000000..0d1d430 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: intel-adsp-cavs20 +#@DESCRIPTION: Machine configuration for intel-adsp-cavs20 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_intel-adsp-cavs20 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: intel_adsp_cavs20 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "intel_adsp_cavs20" + diff --git a/meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf new file mode 100755 index 0000000..86a4a4f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: intel-adsp-cavs25 +#@DESCRIPTION: Machine configuration for intel-adsp-cavs25 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_intel-adsp-cavs25 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: intel_adsp_cavs25 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "intel_adsp_cavs25" + diff --git a/meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf b/meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf new file mode 100755 index 0000000..5e59c59 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: intel-s1000-crb +#@DESCRIPTION: Machine configuration for intel-s1000-crb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_intel-s1000-crb = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: intel_s1000_crb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "intel_s1000_crb" + diff --git a/meta-zephyr-bsp/conf/machine/iotdk.conf b/meta-zephyr-bsp/conf/machine/iotdk.conf new file mode 100755 index 0000000..1cb547e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/iotdk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: iotdk +#@DESCRIPTION: Machine configuration for iotdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_iotdk = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpus +# ARCH: arc +# BOARD: iotdk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "iotdk" + diff --git a/meta-zephyr-bsp/conf/machine/ip-k66f.conf b/meta-zephyr-bsp/conf/machine/ip-k66f.conf new file mode 100755 index 0000000..a6d8232 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ip-k66f.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ip-k66f +#@DESCRIPTION: Machine configuration for ip-k66f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ip-k66f = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ip_k66f + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MK66FN2M0VMD18 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "ip_k66f" + diff --git a/meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf b/meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf new file mode 100755 index 0000000..f9338b9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: it8xxx2-evb +#@DESCRIPTION: Machine configuration for it8xxx2-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_it8xxx2-evb = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: it8xxx2_evb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "it8xxx2_evb" + diff --git a/meta-zephyr-bsp/conf/machine/legend.conf b/meta-zephyr-bsp/conf/machine/legend.conf new file mode 100755 index 0000000..261ce3f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/legend.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: legend +#@DESCRIPTION: Machine configuration for legend , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_legend = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: legend + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F070xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "legend" + diff --git a/meta-zephyr-bsp/conf/machine/litex-vexriscv.conf b/meta-zephyr-bsp/conf/machine/litex-vexriscv.conf new file mode 100755 index 0000000..dc71e4f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/litex-vexriscv.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: litex-vexriscv +#@DESCRIPTION: Machine configuration for litex-vexriscv , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_litex-vexriscv = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: litex_vexriscv + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "litex_vexriscv" + diff --git a/meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf b/meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf new file mode 100755 index 0000000..75f266c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lora-e5-dev-board +#@DESCRIPTION: Machine configuration for lora-e5-dev-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lora-e5-dev-board = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: lora_e5_dev_board + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32WLE5xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "lora_e5_dev_board" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf new file mode 100755 index 0000000..d0397cc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso11u68 +#@DESCRIPTION: Machine configuration for lpcxpresso11u68 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso11u68 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: lpcxpresso11u68 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "lpcxpresso11u68" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf new file mode 100755 index 0000000..6353f76 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso54114-m0 +#@DESCRIPTION: Machine configuration for lpcxpresso54114-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso54114-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: lpcxpresso54114_m0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC54114J256BD64_cm0plus -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso54114_m0" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf new file mode 100755 index 0000000..7640d95 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso54114-m4 +#@DESCRIPTION: Machine configuration for lpcxpresso54114-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso54114-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: lpcxpresso54114_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC54114J256BD64_cm4 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso54114_m4" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf new file mode 100755 index 0000000..482c144 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s16 +#@DESCRIPTION: Machine configuration for lpcxpresso55s16 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso55s16 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: lpcxpresso55s16 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC55S16JBD100 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso55s16" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf new file mode 100755 index 0000000..05419e0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s28 +#@DESCRIPTION: Machine configuration for lpcxpresso55s28 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso55s28 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: lpcxpresso55s28 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC55S28JBD100 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso55s28" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf new file mode 100755 index 0000000..719125a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s69-cpu0 +#@DESCRIPTION: Machine configuration for lpcxpresso55s69-cpu0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso55s69-cpu0 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: lpcxpresso55s69_cpu0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC55S69JBD100_cm33_core0 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso55s69_cpu0" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf new file mode 100755 index 0000000..ac29fd0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s69-cpu1 +#@DESCRIPTION: Machine configuration for lpcxpresso55s69-cpu1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso55s69-cpu1 = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: lpcxpresso55s69_cpu1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC55S69JBD100_cm33_core1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso55s69_cpu1" + diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf new file mode 100755 index 0000000..1fe805d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s69-ns +#@DESCRIPTION: Machine configuration for lpcxpresso55s69-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_lpcxpresso55s69-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: lpcxpresso55s69_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_LPC55S69JBD100_cm33_core0 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "lpcxpresso55s69_ns" + diff --git a/meta-zephyr-bsp/conf/machine/m2gl025-miv.conf b/meta-zephyr-bsp/conf/machine/m2gl025-miv.conf new file mode 100755 index 0000000..73f4a90 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/m2gl025-miv.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: m2gl025-miv +#@DESCRIPTION: Machine configuration for m2gl025-miv , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_m2gl025-miv = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: m2gl025_miv + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "m2gl025_miv" + diff --git a/meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf b/meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf new file mode 100755 index 0000000..0191138 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mec1501modular-assy6885 +#@DESCRIPTION: Machine configuration for mec1501modular-assy6885 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mec1501modular-assy6885 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mec1501modular_assy6885 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mec1501modular_assy6885" + diff --git a/meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf b/meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf new file mode 100755 index 0000000..aae48bf --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mec15xxevb-assy6853 +#@DESCRIPTION: Machine configuration for mec15xxevb-assy6853 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mec15xxevb-assy6853 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mec15xxevb_assy6853 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mec15xxevb_assy6853" + diff --git a/meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf b/meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf new file mode 100755 index 0000000..04f5b5e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mec172xevb-assy6906 +#@DESCRIPTION: Machine configuration for mec172xevb-assy6906 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mec172xevb-assy6906 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mec172xevb_assy6906 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mec172xevb_assy6906" + diff --git a/meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf b/meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf new file mode 100755 index 0000000..03f3b9c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mec2016evb-assy6797 +#@DESCRIPTION: Machine configuration for mec2016evb-assy6797 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mec2016evb-assy6797 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mec2016evb_assy6797 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mec2016evb_assy6797" + diff --git a/meta-zephyr-bsp/conf/machine/mercury-xu.conf b/meta-zephyr-bsp/conf/machine/mercury-xu.conf new file mode 100755 index 0000000..72dd27d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mercury-xu.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mercury-xu +#@DESCRIPTION: Machine configuration for mercury-xu , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mercury-xu = "arm" + +DEFAULTUNE ?= "cortexr5" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-r5 +# ARCH: arm +# BOARD: mercury_xu + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mercury_xu" + diff --git a/meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf b/meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf new file mode 100755 index 0000000..35347e2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mikroe-clicker-2 +#@DESCRIPTION: Machine configuration for mikroe-clicker-2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mikroe-clicker-2 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mikroe_clicker_2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "mikroe_clicker_2" + diff --git a/meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf b/meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf new file mode 100755 index 0000000..3553787 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mikroe-mini-m4-for-stm32 +#@DESCRIPTION: Machine configuration for mikroe-mini-m4-for-stm32 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mikroe-mini-m4-for-stm32 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mikroe_mini_m4_for_stm32 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F415xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "mikroe_mini_m4_for_stm32" + diff --git a/meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf b/meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf new file mode 100755 index 0000000..7d1bad8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimx8mm-evk +#@DESCRIPTION: Machine configuration for mimx8mm-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimx8mm-evk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mimx8mm_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMX8MM6DVTLZ -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "mimx8mm_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf new file mode 100755 index 0000000..3aca568 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1010-evk +#@DESCRIPTION: Machine configuration for mimxrt1010-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1010-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1010_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1011DAE5A -DXIP_BOOT_HEADER_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1010_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf new file mode 100755 index 0000000..af4ab6c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1015-evk +#@DESCRIPTION: Machine configuration for mimxrt1015-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1015-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1015_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1015DAF5A -DXIP_BOOT_HEADER_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1015_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf new file mode 100755 index 0000000..bc66f47 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1020-evk +#@DESCRIPTION: Machine configuration for mimxrt1020-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1020-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1020_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1021DAG5A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1020_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf new file mode 100755 index 0000000..79fdd67 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1024-evk +#@DESCRIPTION: Machine configuration for mimxrt1024-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1024-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1024_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1024DAG5A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1024_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf new file mode 100755 index 0000000..736c7c2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1050-evk-qspi +#@DESCRIPTION: Machine configuration for mimxrt1050-evk-qspi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1050-evk-qspi = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1050_evk_qspi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1052DVL6B -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1050_evk_qspi" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf new file mode 100755 index 0000000..43e8e53 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1050-evk +#@DESCRIPTION: Machine configuration for mimxrt1050-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1050-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1050_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1052DVL6B -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1050_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf new file mode 100755 index 0000000..e328c68 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1060-evk-hyperflash +#@DESCRIPTION: Machine configuration for mimxrt1060-evk-hyperflash , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1060-evk-hyperflash = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1060_evk_hyperflash + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1062DVL6A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1060_evk_hyperflash" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf new file mode 100755 index 0000000..91c35b3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1060-evk +#@DESCRIPTION: Machine configuration for mimxrt1060-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1060-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1060_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1062DVL6A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1060_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf b/meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf new file mode 100755 index 0000000..d60c5e7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1064-evk +#@DESCRIPTION: Machine configuration for mimxrt1064-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1064-evk = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1064_evk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1064DVL6A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1064_evk" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf new file mode 100755 index 0000000..bb3eeb6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1170-evk-cm4 +#@DESCRIPTION: Machine configuration for mimxrt1170-evk-cm4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1170-evk-cm4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: mimxrt1170_evk_cm4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1176DVMAA_cm4 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1170_evk_cm4" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf new file mode 100755 index 0000000..49f3ef3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt1170-evk-cm7 +#@DESCRIPTION: Machine configuration for mimxrt1170-evk-cm7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt1170-evk-cm7 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mimxrt1170_evk_cm7 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1176DVMAA_cm7 -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mimxrt1170_evk_cm7" + diff --git a/meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf b/meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf new file mode 100755 index 0000000..583c2a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mimxrt685-evk-cm33 +#@DESCRIPTION: Machine configuration for mimxrt685-evk-cm33 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mimxrt685-evk-cm33 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: mimxrt685_evk_cm33 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT685SFVKB_cm33 -DBOOT_HEADER_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024" + +ZEPHYR_BOARD = "mimxrt685_evk_cm33" + diff --git a/meta-zephyr-bsp/conf/machine/mm-feather.conf b/meta-zephyr-bsp/conf/machine/mm-feather.conf new file mode 100755 index 0000000..371904b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mm-feather.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mm-feather +#@DESCRIPTION: Machine configuration for mm-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mm-feather = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mm_feather + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1062DVL6A -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mm_feather" + diff --git a/meta-zephyr-bsp/conf/machine/mm-swiftio.conf b/meta-zephyr-bsp/conf/machine/mm-swiftio.conf new file mode 100755 index 0000000..5e4df1f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mm-swiftio.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mm-swiftio +#@DESCRIPTION: Machine configuration for mm-swiftio , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mm-swiftio = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: mm_swiftio + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1052DVL6B -DXIP_BOOT_HEADER_ENABLE=1 -DXIP_BOOT_HEADER_DCD_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "mm_swiftio" + diff --git a/meta-zephyr-bsp/conf/machine/mps2-an385.conf b/meta-zephyr-bsp/conf/machine/mps2-an385.conf new file mode 100755 index 0000000..d3cd26b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an385.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mps2-an385 +#@DESCRIPTION: Machine configuration for mps2-an385 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mps2-an385 = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: mps2_an385 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mps2_an385" + diff --git a/meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf b/meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf new file mode 100755 index 0000000..a889463 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mps2-an521-ns +#@DESCRIPTION: Machine configuration for mps2-an521-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mps2-an521-ns = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: mps2_an521_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mps2_an521_ns" + diff --git a/meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf b/meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf new file mode 100755 index 0000000..0ad4e76 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mps2-an521-remote +#@DESCRIPTION: Machine configuration for mps2-an521-remote , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mps2-an521-remote = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: mps2_an521_remote + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mps2_an521_remote" + diff --git a/meta-zephyr-bsp/conf/machine/mps2-an521.conf b/meta-zephyr-bsp/conf/machine/mps2-an521.conf new file mode 100755 index 0000000..25d0165 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mps2-an521 +#@DESCRIPTION: Machine configuration for mps2-an521 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mps2-an521 = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: mps2_an521 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mps2_an521" + diff --git a/meta-zephyr-bsp/conf/machine/mps3-an547.conf b/meta-zephyr-bsp/conf/machine/mps3-an547.conf new file mode 100755 index 0000000..657e9ab --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps3-an547.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: mps3-an547 +#@DESCRIPTION: Machine configuration for mps3-an547 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_mps3-an547 = "arm" + +DEFAULTUNE ?= "cortexm55" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m55 +# ARCH: arm +# BOARD: mps3_an547 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "mps3_an547" + diff --git a/meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf b/meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf new file mode 100755 index 0000000..4ec86ef --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: msp-exp432p401r-launchxl +#@DESCRIPTION: Machine configuration for msp-exp432p401r-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_msp-exp432p401r-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: msp_exp432p401r_launchxl + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__MSP432P401R__ -D__PROGRAM_START" + +ZEPHYR_BOARD = "msp_exp432p401r_launchxl" + diff --git a/meta-zephyr-bsp/conf/machine/native-posix-64.conf b/meta-zephyr-bsp/conf/machine/native-posix-64.conf new file mode 100755 index 0000000..b0391e3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/native-posix-64.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: native-posix-64 +#@DESCRIPTION: Machine configuration for native-posix-64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_native-posix-64 = "posix" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: posix +# BOARD: native_posix_64 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D_POSIX_C_SOURCE=200809 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED" + +ZEPHYR_BOARD = "native_posix_64" + diff --git a/meta-zephyr-bsp/conf/machine/native-posix.conf b/meta-zephyr-bsp/conf/machine/native-posix.conf new file mode 100755 index 0000000..f8e05f7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/native-posix.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: native-posix +#@DESCRIPTION: Machine configuration for native-posix , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_native-posix = "posix" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: posix +# BOARD: native_posix + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D_POSIX_C_SOURCE=200809 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED" + +ZEPHYR_BOARD = "native_posix" + diff --git a/meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf b/meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf new file mode 100755 index 0000000..bfec38f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: npcx7m6fb-evb +#@DESCRIPTION: Machine configuration for npcx7m6fb-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_npcx7m6fb-evb = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: npcx7m6fb_evb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "npcx7m6fb_evb" + diff --git a/meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf b/meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf new file mode 100755 index 0000000..c4e18cf --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: npcx9m6f-evb +#@DESCRIPTION: Machine configuration for npcx9m6f-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_npcx9m6f-evb = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: npcx9m6f_evb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "npcx9m6f_evb" + diff --git a/meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf b/meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf new file mode 100755 index 0000000..ef4787b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf21540dk-nrf52840 +#@DESCRIPTION: Machine configuration for nrf21540dk-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf21540dk-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf21540dk_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf21540dk_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/nrf51-ble400.conf b/meta-zephyr-bsp/conf/machine/nrf51-ble400.conf new file mode 100755 index 0000000..30f1c1c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-ble400.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf51-ble400 +#@DESCRIPTION: Machine configuration for nrf51-ble400 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf51-ble400 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nrf51_ble400 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAA" + +ZEPHYR_BOARD = "nrf51_ble400" + diff --git a/meta-zephyr-bsp/conf/machine/nrf51-blenano.conf b/meta-zephyr-bsp/conf/machine/nrf51-blenano.conf new file mode 100755 index 0000000..a633156 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-blenano.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf51-blenano +#@DESCRIPTION: Machine configuration for nrf51-blenano , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf51-blenano = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nrf51_blenano + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAA" + +ZEPHYR_BOARD = "nrf51_blenano" + diff --git a/meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf b/meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf new file mode 100755 index 0000000..5dedbc6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf51-vbluno51 +#@DESCRIPTION: Machine configuration for nrf51-vbluno51 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf51-vbluno51 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nrf51_vbluno51 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAC" + +ZEPHYR_BOARD = "nrf51_vbluno51" + diff --git a/meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf b/meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf new file mode 100755 index 0000000..2848d3b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf51dk-nrf51422 +#@DESCRIPTION: Machine configuration for nrf51dk-nrf51422 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf51dk-nrf51422 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nrf51dk_nrf51422 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAC" + +ZEPHYR_BOARD = "nrf51dk_nrf51422" + diff --git a/meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf b/meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf new file mode 100755 index 0000000..0497423 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf51dongle-nrf51422 +#@DESCRIPTION: Machine configuration for nrf51dongle-nrf51422 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf51dongle-nrf51422 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nrf51dongle_nrf51422 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAC" + +ZEPHYR_BOARD = "nrf51dongle_nrf51422" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf b/meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf new file mode 100755 index 0000000..f97f874 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52-adafruit-feather +#@DESCRIPTION: Machine configuration for nrf52-adafruit-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52-adafruit-feather = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52_adafruit_feather + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52_adafruit_feather" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf b/meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf new file mode 100755 index 0000000..d468764 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52-blenano2 +#@DESCRIPTION: Machine configuration for nrf52-blenano2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52-blenano2 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52_blenano2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52_blenano2" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf b/meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf new file mode 100755 index 0000000..968fd59 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52-sparkfun +#@DESCRIPTION: Machine configuration for nrf52-sparkfun , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52-sparkfun = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52_sparkfun + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52_sparkfun" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf b/meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf new file mode 100755 index 0000000..5e06316 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52-vbluno52 +#@DESCRIPTION: Machine configuration for nrf52-vbluno52 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52-vbluno52 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52_vbluno52 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52_vbluno52" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf b/meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf new file mode 100755 index 0000000..37db366 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52832-mdk +#@DESCRIPTION: Machine configuration for nrf52832-mdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52832-mdk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52832_mdk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52832_mdk" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf new file mode 100755 index 0000000..67c9a58 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52833dk-nrf52820 +#@DESCRIPTION: Machine configuration for nrf52833dk-nrf52820 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52833dk-nrf52820 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52833dk_nrf52820 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DDEVELOP_IN_NRF52833 -DNRFX_COREDEP_DELAY_US_LOOP_CYCLES=3 -D__PROGRAM_START -DNRF52820_XXAA" + +ZEPHYR_BOARD = "nrf52833dk_nrf52820" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf new file mode 100755 index 0000000..6f99a90 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52833dk-nrf52833 +#@DESCRIPTION: Machine configuration for nrf52833dk-nrf52833 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52833dk-nrf52833 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52833dk_nrf52833 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52833_XXAA" + +ZEPHYR_BOARD = "nrf52833dk_nrf52833" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52840-blip.conf b/meta-zephyr-bsp/conf/machine/nrf52840-blip.conf new file mode 100755 index 0000000..5d542fc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-blip.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52840-blip +#@DESCRIPTION: Machine configuration for nrf52840-blip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52840-blip = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52840_blip + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf52840_blip" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf b/meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf new file mode 100755 index 0000000..96a073b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52840-mdk +#@DESCRIPTION: Machine configuration for nrf52840-mdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52840-mdk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52840_mdk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf52840_mdk" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf b/meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf new file mode 100755 index 0000000..ef55106 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52840-papyr +#@DESCRIPTION: Machine configuration for nrf52840-papyr , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52840-papyr = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52840_papyr + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf52840_papyr" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf b/meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf new file mode 100755 index 0000000..0574979 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52840dk-nrf52811 +#@DESCRIPTION: Machine configuration for nrf52840dk-nrf52811 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52840dk-nrf52811 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52840dk_nrf52811 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DDEVELOP_IN_NRF52840 -DNRFX_COREDEP_DELAY_US_LOOP_CYCLES=3 -D__PROGRAM_START -DNRF52811_XXAA" + +ZEPHYR_BOARD = "nrf52840dk_nrf52811" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf b/meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf new file mode 100755 index 0000000..bc50c95 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52840dongle-nrf52840 +#@DESCRIPTION: Machine configuration for nrf52840dongle-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52840dongle-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52840dongle_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf52840dongle_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf new file mode 100755 index 0000000..39906e0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52805 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52805 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52dk-nrf52805 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52dk_nrf52805 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DDEVELOP_IN_NRF52832 -DNRFX_COREDEP_DELAY_US_LOOP_CYCLES=3 -D__PROGRAM_START -DNRF52805_XXAA" + +ZEPHYR_BOARD = "nrf52dk_nrf52805" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf new file mode 100755 index 0000000..ee2ba8a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52810 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52810 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52dk-nrf52810 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52dk_nrf52810 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DDEVELOP_IN_NRF52832 -DNRFX_COREDEP_DELAY_US_LOOP_CYCLES=3 -D__PROGRAM_START -DNRF52810_XXAA" + +ZEPHYR_BOARD = "nrf52dk_nrf52810" + diff --git a/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf new file mode 100755 index 0000000..1d2d76f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52832 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf52dk-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf52dk_nrf52832 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "nrf52dk_nrf52832" + diff --git a/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf new file mode 100755 index 0000000..bae7612 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf5340dk-nrf5340-cpuapp-ns +#@DESCRIPTION: Machine configuration for nrf5340dk-nrf5340-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf5340dk-nrf5340-cpuapp-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf5340dk_nrf5340_cpuapp_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "nrf5340dk_nrf5340_cpuapp_ns" + diff --git a/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf new file mode 100755 index 0000000..20773a5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf5340dk-nrf5340-cpuapp +#@DESCRIPTION: Machine configuration for nrf5340dk-nrf5340-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf5340dk-nrf5340-cpuapp = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf5340dk_nrf5340_cpuapp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION" + +ZEPHYR_BOARD = "nrf5340dk_nrf5340_cpuapp" + diff --git a/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf new file mode 100755 index 0000000..3b71038 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf5340dk-nrf5340-cpunet +#@DESCRIPTION: Machine configuration for nrf5340dk-nrf5340-cpunet , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf5340dk-nrf5340-cpunet = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: nrf5340dk_nrf5340_cpunet + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_NETWORK" + +ZEPHYR_BOARD = "nrf5340dk_nrf5340_cpunet" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf new file mode 100755 index 0000000..685cc3a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue21-ns +#@DESCRIPTION: Machine configuration for nrf9160-innblue21-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160-innblue21-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160_innblue21_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "nrf9160_innblue21_ns" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf new file mode 100755 index 0000000..3b2a52c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue21 +#@DESCRIPTION: Machine configuration for nrf9160-innblue21 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160-innblue21 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160_innblue21 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "nrf9160_innblue21" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf new file mode 100755 index 0000000..6bca3b4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue22-ns +#@DESCRIPTION: Machine configuration for nrf9160-innblue22-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160-innblue22-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160_innblue22_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "nrf9160_innblue22_ns" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf new file mode 100755 index 0000000..2ad4fff --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue22 +#@DESCRIPTION: Machine configuration for nrf9160-innblue22 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160-innblue22 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160_innblue22 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "nrf9160_innblue22" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf new file mode 100755 index 0000000..b4be5b8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf52840 +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160dk-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nrf9160dk_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "nrf9160dk_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf new file mode 100755 index 0000000..b8501b2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf9160-ns +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf9160-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160dk-nrf9160-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160dk_nrf9160_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "nrf9160dk_nrf9160_ns" + diff --git a/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf new file mode 100755 index 0000000..69fd059 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf9160 +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nrf9160dk-nrf9160 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nrf9160dk_nrf9160 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "nrf9160dk_nrf9160" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-em.conf b/meta-zephyr-bsp/conf/machine/nsim-em.conf new file mode 100755 index 0000000..9274abe --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-em.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-em +#@DESCRIPTION: Machine configuration for nsim-em , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-em = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: nsim_em + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_em" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf b/meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf new file mode 100755 index 0000000..a7f9950 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-em7d-v22 +#@DESCRIPTION: Machine configuration for nsim-em7d-v22 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-em7d-v22 = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: nsim_em7d_v22 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_em7d_v22" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf b/meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf new file mode 100755 index 0000000..5d5718a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-hs-mpuv6 +#@DESCRIPTION: Machine configuration for nsim-hs-mpuv6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-hs-mpuv6 = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: nsim_hs_mpuv6 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_hs_mpuv6" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf b/meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf new file mode 100755 index 0000000..1c88f60 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-hs-smp +#@DESCRIPTION: Machine configuration for nsim-hs-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-hs-smp = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: nsim_hs_smp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_hs_smp" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-hs.conf b/meta-zephyr-bsp/conf/machine/nsim-hs.conf new file mode 100755 index 0000000..83ce5a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-hs +#@DESCRIPTION: Machine configuration for nsim-hs , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-hs = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: nsim_hs + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_hs" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf b/meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf new file mode 100755 index 0000000..f7547f9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-hs6x-smp +#@DESCRIPTION: Machine configuration for nsim-hs6x-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-hs6x-smp = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arc64 +# ARCH: arc +# BOARD: nsim_hs6x_smp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_hs6x_smp" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-hs6x.conf b/meta-zephyr-bsp/conf/machine/nsim-hs6x.conf new file mode 100755 index 0000000..8de4f88 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs6x.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-hs6x +#@DESCRIPTION: Machine configuration for nsim-hs6x , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-hs6x = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arc64 +# ARCH: arc +# BOARD: nsim_hs6x + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_hs6x" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf b/meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf new file mode 100755 index 0000000..ab77f07 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-sem-mpu-stack-guard +#@DESCRIPTION: Machine configuration for nsim-sem-mpu-stack-guard , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-sem-mpu-stack-guard = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: nsim_sem_mpu_stack_guard + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_sem_mpu_stack_guard" + diff --git a/meta-zephyr-bsp/conf/machine/nsim-sem.conf b/meta-zephyr-bsp/conf/machine/nsim-sem.conf new file mode 100755 index 0000000..d19e14d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-sem.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nsim-sem +#@DESCRIPTION: Machine configuration for nsim-sem , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nsim-sem = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: em4_fpuda +# ARCH: arc +# BOARD: nsim_sem + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nsim_sem" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf b/meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf new file mode 100755 index 0000000..4c87cb1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f030r8 +#@DESCRIPTION: Machine configuration for nucleo-f030r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f030r8 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nucleo_f030r8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F030x8 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f030r8" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf b/meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf new file mode 100755 index 0000000..129bfda --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f031k6 +#@DESCRIPTION: Machine configuration for nucleo-f031k6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f031k6 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nucleo_f031k6 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F031x6 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f031k6" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf b/meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf new file mode 100755 index 0000000..c055cac --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f070rb +#@DESCRIPTION: Machine configuration for nucleo-f070rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f070rb = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nucleo_f070rb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F070xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f070rb" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf b/meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf new file mode 100755 index 0000000..787d24c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f091rc +#@DESCRIPTION: Machine configuration for nucleo-f091rc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f091rc = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: nucleo_f091rc + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F091xC -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f091rc" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf b/meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf new file mode 100755 index 0000000..6eef806 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f103rb +#@DESCRIPTION: Machine configuration for nucleo-f103rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f103rb = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: nucleo_f103rb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f103rb" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf new file mode 100755 index 0000000..ec434a0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f207zg +#@DESCRIPTION: Machine configuration for nucleo-f207zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f207zg = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: nucleo_f207zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F207xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f207zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf b/meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf new file mode 100755 index 0000000..195aa71 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f302r8 +#@DESCRIPTION: Machine configuration for nucleo-f302r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f302r8 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f302r8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F302x8 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f302r8" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf b/meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf new file mode 100755 index 0000000..49974a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f303k8 +#@DESCRIPTION: Machine configuration for nucleo-f303k8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f303k8 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f303k8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F303x8 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f303k8" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f303re.conf b/meta-zephyr-bsp/conf/machine/nucleo-f303re.conf new file mode 100755 index 0000000..c28aeb8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f303re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f303re +#@DESCRIPTION: Machine configuration for nucleo-f303re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f303re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f303re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F303xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f303re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf b/meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf new file mode 100755 index 0000000..7ee5162 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f334r8 +#@DESCRIPTION: Machine configuration for nucleo-f334r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f334r8 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f334r8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F334x8 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f334r8" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f401re.conf b/meta-zephyr-bsp/conf/machine/nucleo-f401re.conf new file mode 100755 index 0000000..a325f66 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f401re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f401re +#@DESCRIPTION: Machine configuration for nucleo-f401re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f401re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f401re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F401xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f401re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf b/meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf new file mode 100755 index 0000000..400ea54 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f410rb +#@DESCRIPTION: Machine configuration for nucleo-f410rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f410rb = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f410rb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F410Rx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f410rb" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f411re.conf b/meta-zephyr-bsp/conf/machine/nucleo-f411re.conf new file mode 100755 index 0000000..0c81906 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f411re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f411re +#@DESCRIPTION: Machine configuration for nucleo-f411re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f411re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f411re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F411xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f411re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf new file mode 100755 index 0000000..0e9d6f3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f412zg +#@DESCRIPTION: Machine configuration for nucleo-f412zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f412zg = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f412zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F412Zx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f412zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf b/meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf new file mode 100755 index 0000000..3be787d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f413zh +#@DESCRIPTION: Machine configuration for nucleo-f413zh , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f413zh = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f413zh + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F413xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f413zh" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf b/meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf new file mode 100755 index 0000000..320b7d6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f429zi +#@DESCRIPTION: Machine configuration for nucleo-f429zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f429zi = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f429zi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F429xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f429zi" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f446re.conf b/meta-zephyr-bsp/conf/machine/nucleo-f446re.conf new file mode 100755 index 0000000..aed71fc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f446re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f446re +#@DESCRIPTION: Machine configuration for nucleo-f446re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f446re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_f446re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F446xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f446re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf new file mode 100755 index 0000000..2da861c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f746zg +#@DESCRIPTION: Machine configuration for nucleo-f746zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f746zg = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_f746zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F746xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f746zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf new file mode 100755 index 0000000..628213a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f756zg +#@DESCRIPTION: Machine configuration for nucleo-f756zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f756zg = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_f756zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F756xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f756zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf b/meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf new file mode 100755 index 0000000..2809f4b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-f767zi +#@DESCRIPTION: Machine configuration for nucleo-f767zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-f767zi = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_f767zi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F767xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_f767zi" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf b/meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf new file mode 100755 index 0000000..32eed89 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-g071rb +#@DESCRIPTION: Machine configuration for nucleo-g071rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-g071rb = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_g071rb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G071xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_g071rb" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf b/meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf new file mode 100755 index 0000000..b5845bb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-g0b1re +#@DESCRIPTION: Machine configuration for nucleo-g0b1re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-g0b1re = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_g0b1re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G0B1xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_g0b1re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf b/meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf new file mode 100755 index 0000000..0a22503 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-g431rb +#@DESCRIPTION: Machine configuration for nucleo-g431rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-g431rb = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_g431rb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G431xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=24000000" + +ZEPHYR_BOARD = "nucleo_g431rb" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-g474re.conf b/meta-zephyr-bsp/conf/machine/nucleo-g474re.conf new file mode 100755 index 0000000..cd22101 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g474re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-g474re +#@DESCRIPTION: Machine configuration for nucleo-g474re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-g474re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_g474re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G474xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=24000000" + +ZEPHYR_BOARD = "nucleo_g474re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf new file mode 100755 index 0000000..ac381bd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-h723zg +#@DESCRIPTION: Machine configuration for nucleo-h723zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-h723zg = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_h723zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H723xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_h723zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf b/meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf new file mode 100755 index 0000000..1a00dfa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-h743zi +#@DESCRIPTION: Machine configuration for nucleo-h743zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-h743zi = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_h743zi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_h743zi" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf new file mode 100755 index 0000000..3f06beb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-h745zi-q-m4 +#@DESCRIPTION: Machine configuration for nucleo-h745zi-q-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-h745zi-q-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_h745zi_q_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H745xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_h745zi_q_m4" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf new file mode 100755 index 0000000..bd08436 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-h745zi-q-m7 +#@DESCRIPTION: Machine configuration for nucleo-h745zi-q-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-h745zi-q-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_h745zi_q_m7 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H745xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_h745zi_q_m7" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf b/meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf new file mode 100755 index 0000000..06d9045 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-h753zi +#@DESCRIPTION: Machine configuration for nucleo-h753zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-h753zi = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: nucleo_h753zi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H753xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_h753zi" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf b/meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf new file mode 100755 index 0000000..d8ddf96 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l011k4 +#@DESCRIPTION: Machine configuration for nucleo-l011k4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l011k4 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_l011k4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L011xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l011k4" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf b/meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf new file mode 100755 index 0000000..e2a441e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l031k6 +#@DESCRIPTION: Machine configuration for nucleo-l031k6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l031k6 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_l031k6 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L031xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l031k6" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf b/meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf new file mode 100755 index 0000000..b5fd303 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l053r8 +#@DESCRIPTION: Machine configuration for nucleo-l053r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l053r8 = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_l053r8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L053xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l053r8" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf b/meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf new file mode 100755 index 0000000..91bb63e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l073rz +#@DESCRIPTION: Machine configuration for nucleo-l073rz , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l073rz = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: nucleo_l073rz + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L073xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l073rz" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l152re.conf b/meta-zephyr-bsp/conf/machine/nucleo-l152re.conf new file mode 100755 index 0000000..4fe8554 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l152re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l152re +#@DESCRIPTION: Machine configuration for nucleo-l152re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l152re = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: nucleo_l152re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L152xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l152re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf b/meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf new file mode 100755 index 0000000..6f48a3c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l412rb-p +#@DESCRIPTION: Machine configuration for nucleo-l412rb-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l412rb-p = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l412rb_p + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L412xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l412rb_p" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf b/meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf new file mode 100755 index 0000000..a28366f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l432kc +#@DESCRIPTION: Machine configuration for nucleo-l432kc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l432kc = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l432kc + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L432xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l432kc" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf b/meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf new file mode 100755 index 0000000..325bfab --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l433rc-p +#@DESCRIPTION: Machine configuration for nucleo-l433rc-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l433rc-p = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l433rc_p + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L433xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l433rc_p" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf b/meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf new file mode 100755 index 0000000..4fe3fa4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l452re-p +#@DESCRIPTION: Machine configuration for nucleo-l452re-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l452re-p = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l452re_p + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L452xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l452re_p" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l452re.conf b/meta-zephyr-bsp/conf/machine/nucleo-l452re.conf new file mode 100755 index 0000000..e91db35 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l452re.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l452re +#@DESCRIPTION: Machine configuration for nucleo-l452re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l452re = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l452re + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L452xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l452re" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf b/meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf new file mode 100755 index 0000000..21fae97 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l476rg +#@DESCRIPTION: Machine configuration for nucleo-l476rg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l476rg = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l476rg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L476xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l476rg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf b/meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf new file mode 100755 index 0000000..d2c8f97 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l496zg +#@DESCRIPTION: Machine configuration for nucleo-l496zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l496zg = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l496zg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L496xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l496zg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf b/meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf new file mode 100755 index 0000000..5f6df9c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l4r5zi +#@DESCRIPTION: Machine configuration for nucleo-l4r5zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l4r5zi = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_l4r5zi + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L4R5xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l4r5zi" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf new file mode 100755 index 0000000..5b1ecb9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l552ze-q-ns +#@DESCRIPTION: Machine configuration for nucleo-l552ze-q-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l552ze-q-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nucleo_l552ze_q_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L552xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l552ze_q_ns" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf new file mode 100755 index 0000000..c5daeb0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-l552ze-q +#@DESCRIPTION: Machine configuration for nucleo-l552ze-q , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-l552ze-q = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nucleo_l552ze_q + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L552xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_l552ze_q" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf b/meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf new file mode 100755 index 0000000..1c27ab9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-u575zi-q +#@DESCRIPTION: Machine configuration for nucleo-u575zi-q , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-u575zi-q = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: nucleo_u575zi_q + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32U575xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_u575zi_q" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf b/meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf new file mode 100755 index 0000000..6e0324a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-wb55rg +#@DESCRIPTION: Machine configuration for nucleo-wb55rg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-wb55rg = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_wb55rg + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32WB55xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=32000000" + +ZEPHYR_BOARD = "nucleo_wb55rg" + diff --git a/meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf b/meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf new file mode 100755 index 0000000..d2c4bd2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nucleo-wl55jc +#@DESCRIPTION: Machine configuration for nucleo-wl55jc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nucleo-wl55jc = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nucleo_wl55jc + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32WL55xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "nucleo_wl55jc" + diff --git a/meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf b/meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf new file mode 100755 index 0000000..bf36fd0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nuvoton-pfm-m487 +#@DESCRIPTION: Machine configuration for nuvoton-pfm-m487 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nuvoton-pfm-m487 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: nuvoton_pfm_m487 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "nuvoton_pfm_m487" + diff --git a/meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf b/meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf new file mode 100755 index 0000000..52e38d1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nxp-adsp-imx8 +#@DESCRIPTION: Machine configuration for nxp-adsp-imx8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nxp-adsp-imx8 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: nxp_adsp_imx8 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nxp_adsp_imx8" + diff --git a/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf new file mode 100755 index 0000000..541a48c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb-smp-2cores +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb-smp-2cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nxp-ls1046ardb-smp-2cores = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a72 +# ARCH: arm64 +# BOARD: nxp_ls1046ardb_smp_2cores + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nxp_ls1046ardb_smp_2cores" + diff --git a/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf new file mode 100755 index 0000000..41ab288 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb-smp-4cores +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb-smp-4cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nxp-ls1046ardb-smp-4cores = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a72 +# ARCH: arm64 +# BOARD: nxp_ls1046ardb_smp_4cores + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nxp_ls1046ardb_smp_4cores" + diff --git a/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf new file mode 100755 index 0000000..37b4e58 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_nxp-ls1046ardb = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a72 +# ARCH: arm64 +# BOARD: nxp_ls1046ardb + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "nxp_ls1046ardb" + diff --git a/meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf b/meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf new file mode 100755 index 0000000..782f341 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-e407 +#@DESCRIPTION: Machine configuration for olimex-stm32-e407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_olimex-stm32-e407 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: olimex_stm32_e407 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=12000000" + +ZEPHYR_BOARD = "olimex_stm32_e407" + diff --git a/meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf b/meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf new file mode 100755 index 0000000..f492f77 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-h103 +#@DESCRIPTION: Machine configuration for olimex-stm32-h103 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_olimex-stm32-h103 = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: olimex_stm32_h103 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "olimex_stm32_h103" + diff --git a/meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf b/meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf new file mode 100755 index 0000000..9ac884b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-h407 +#@DESCRIPTION: Machine configuration for olimex-stm32-h407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_olimex-stm32-h407 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: olimex_stm32_h407 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=12000000" + +ZEPHYR_BOARD = "olimex_stm32_h407" + diff --git a/meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf b/meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf new file mode 100755 index 0000000..11db9a2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-p405 +#@DESCRIPTION: Machine configuration for olimex-stm32-p405 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_olimex-stm32-p405 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: olimex_stm32_p405 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F405xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "olimex_stm32_p405" + diff --git a/meta-zephyr-bsp/conf/machine/olimexino-stm32.conf b/meta-zephyr-bsp/conf/machine/olimexino-stm32.conf new file mode 100755 index 0000000..33cd43d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimexino-stm32.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: olimexino-stm32 +#@DESCRIPTION: Machine configuration for olimexino-stm32 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_olimexino-stm32 = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: olimexino_stm32 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "olimexino_stm32" + diff --git a/meta-zephyr-bsp/conf/machine/particle-argon.conf b/meta-zephyr-bsp/conf/machine/particle-argon.conf new file mode 100755 index 0000000..fe22012 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-argon.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: particle-argon +#@DESCRIPTION: Machine configuration for particle-argon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_particle-argon = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: particle_argon + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "particle_argon" + diff --git a/meta-zephyr-bsp/conf/machine/particle-boron.conf b/meta-zephyr-bsp/conf/machine/particle-boron.conf new file mode 100755 index 0000000..3c2853c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-boron.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: particle-boron +#@DESCRIPTION: Machine configuration for particle-boron , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_particle-boron = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: particle_boron + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "particle_boron" + diff --git a/meta-zephyr-bsp/conf/machine/particle-xenon.conf b/meta-zephyr-bsp/conf/machine/particle-xenon.conf new file mode 100755 index 0000000..8adcd1f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-xenon.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: particle-xenon +#@DESCRIPTION: Machine configuration for particle-xenon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_particle-xenon = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: particle_xenon + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "particle_xenon" + diff --git a/meta-zephyr-bsp/conf/machine/pico-pi-m4.conf b/meta-zephyr-bsp/conf/machine/pico-pi-m4.conf new file mode 100755 index 0000000..6019337 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pico-pi-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: pico-pi-m4 +#@DESCRIPTION: Machine configuration for pico-pi-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_pico-pi-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: pico_pi_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "pico_pi_m4" + diff --git a/meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf b/meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf new file mode 100755 index 0000000..0e6a7b7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: pinetime-devkit0 +#@DESCRIPTION: Machine configuration for pinetime-devkit0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_pinetime-devkit0 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: pinetime_devkit0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "pinetime_devkit0" + diff --git a/meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf b/meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf new file mode 100755 index 0000000..11b8e60 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: pinnacle-100-dvk +#@DESCRIPTION: Machine configuration for pinnacle-100-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_pinnacle-100-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: pinnacle_100_dvk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "pinnacle_100_dvk" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-arc-em.conf b/meta-zephyr-bsp/conf/machine/qemu-arc-em.conf new file mode 100755 index 0000000..4bbe803 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-em.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-arc-em +#@DESCRIPTION: Machine configuration for qemu-arc-em , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-arc-em = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arcem +# ARCH: arc +# BOARD: qemu_arc_em + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_arc_em" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf b/meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf new file mode 100755 index 0000000..10632a2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-arc-hs +#@DESCRIPTION: Machine configuration for qemu-arc-hs , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-arc-hs = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: archs +# ARCH: arc +# BOARD: qemu_arc_hs + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_arc_hs" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf b/meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf new file mode 100755 index 0000000..2649946 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-arc-hs6x +#@DESCRIPTION: Machine configuration for qemu-arc-hs6x , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-arc-hs6x = "arc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: arc64 +# ARCH: arc +# BOARD: qemu_arc_hs6x + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_arc_hs6x" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf new file mode 100755 index 0000000..c332358 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53-smp +#@DESCRIPTION: Machine configuration for qemu-cortex-a53-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-cortex-a53-smp = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a53 +# ARCH: arm64 +# BOARD: qemu_cortex_a53_smp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_cortex_a53_smp" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf new file mode 100755 index 0000000..8708a35 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53-xip +#@DESCRIPTION: Machine configuration for qemu-cortex-a53-xip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-cortex-a53-xip = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a53 +# ARCH: arm64 +# BOARD: qemu_cortex_a53_xip + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_cortex_a53_xip" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf new file mode 100755 index 0000000..a78fd5a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53 +#@DESCRIPTION: Machine configuration for qemu-cortex-a53 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-cortex-a53 = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a53 +# ARCH: arm64 +# BOARD: qemu_cortex_a53 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_cortex_a53" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf new file mode 100755 index 0000000..efc12a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-m0 +#@DESCRIPTION: Machine configuration for qemu-cortex-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-cortex-m0 = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: qemu_cortex_m0 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF51 -DNRF51422_XXAA" + +ZEPHYR_BOARD = "qemu_cortex_m0" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf new file mode 100755 index 0000000..bf046e0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-r5 +#@DESCRIPTION: Machine configuration for qemu-cortex-r5 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-cortex-r5 = "arm" + +DEFAULTUNE ?= "cortexr5" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-r5 +# ARCH: arm +# BOARD: qemu_cortex_r5 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "qemu_cortex_r5" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-leon3.conf b/meta-zephyr-bsp/conf/machine/qemu-leon3.conf new file mode 100755 index 0000000..ce2d957 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-leon3.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-leon3 +#@DESCRIPTION: Machine configuration for qemu-leon3 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-leon3 = "sparc" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: sparc +# BOARD: qemu_leon3 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_leon3" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf b/meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf new file mode 100755 index 0000000..48f1192 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-riscv32-xip +#@DESCRIPTION: Machine configuration for qemu-riscv32-xip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-riscv32-xip = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: qemu_riscv32_xip + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_riscv32_xip" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-riscv32.conf b/meta-zephyr-bsp/conf/machine/qemu-riscv32.conf new file mode 100755 index 0000000..437dfbb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv32.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-riscv32 +#@DESCRIPTION: Machine configuration for qemu-riscv32 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-riscv32 = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: qemu_riscv32 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_riscv32" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-riscv64.conf b/meta-zephyr-bsp/conf/machine/qemu-riscv64.conf new file mode 100755 index 0000000..9480ad5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv64.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-riscv64 +#@DESCRIPTION: Machine configuration for qemu-riscv64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-riscv64 = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: qemu_riscv64 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_riscv64" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf new file mode 100755 index 0000000..b7e32ee --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-64-nokpti +#@DESCRIPTION: Machine configuration for qemu-x86-64-nokpti , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-64-nokpti = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_64_nokpti + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_64_nokpti" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-64.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-64.conf new file mode 100755 index 0000000..a7bd354 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-64.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-64 +#@DESCRIPTION: Machine configuration for qemu-x86-64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-64 = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_64 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_64" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf new file mode 100755 index 0000000..7483f29 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-lakemont +#@DESCRIPTION: Machine configuration for qemu-x86-lakemont , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-lakemont = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_lakemont + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_lakemont" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf new file mode 100755 index 0000000..25fa908 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nokpti +#@DESCRIPTION: Machine configuration for qemu-x86-nokpti , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-nokpti = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_nokpti + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_nokpti" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf new file mode 100755 index 0000000..0736ada --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nommu +#@DESCRIPTION: Machine configuration for qemu-x86-nommu , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-nommu = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_nommu + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_nommu" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf new file mode 100755 index 0000000..3cffc87 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nopae +#@DESCRIPTION: Machine configuration for qemu-x86-nopae , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-nopae = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_nopae + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_nopae" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf new file mode 100755 index 0000000..edbc9c7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-tiny +#@DESCRIPTION: Machine configuration for qemu-x86-tiny , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-tiny = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_tiny + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_tiny" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf new file mode 100755 index 0000000..8db6640 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-virt +#@DESCRIPTION: Machine configuration for qemu-x86-virt , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-virt = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_virt + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_virt" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf b/meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf new file mode 100755 index 0000000..b4a2d2a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-x86-xip +#@DESCRIPTION: Machine configuration for qemu-x86-xip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-x86-xip = "x86" + +DEFAULTUNE ?= "core2-32" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: qemu_x86_xip + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_x86_xip" + diff --git a/meta-zephyr-bsp/conf/machine/qemu-xtensa.conf b/meta-zephyr-bsp/conf/machine/qemu-xtensa.conf new file mode 100755 index 0000000..a664b42 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-xtensa.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: qemu-xtensa +#@DESCRIPTION: Machine configuration for qemu-xtensa , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_qemu-xtensa = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: qemu_xtensa + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "qemu_xtensa" + diff --git a/meta-zephyr-bsp/conf/machine/quick-feather.conf b/meta-zephyr-bsp/conf/machine/quick-feather.conf new file mode 100755 index 0000000..d2af1e5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/quick-feather.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: quick-feather +#@DESCRIPTION: Machine configuration for quick-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_quick-feather = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: quick_feather + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "quick_feather" + diff --git a/meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf b/meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf new file mode 100755 index 0000000..286c003 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: rak4631-nrf52840 +#@DESCRIPTION: Machine configuration for rak4631-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_rak4631-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: rak4631_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "rak4631_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf b/meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf new file mode 100755 index 0000000..035f9ce --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: rak5010-nrf52840 +#@DESCRIPTION: Machine configuration for rak5010-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_rak5010-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: rak5010_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "rak5010_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf b/meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf new file mode 100755 index 0000000..2098895 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: rcar-h3ulcb-cr7 +#@DESCRIPTION: Machine configuration for rcar-h3ulcb-cr7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_rcar-h3ulcb-cr7 = "arm" + +DEFAULTUNE ?= "cortexr7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-r7 +# ARCH: arm +# BOARD: rcar_h3ulcb_cr7 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "rcar_h3ulcb_cr7" + diff --git a/meta-zephyr-bsp/conf/machine/reel-board-v2.conf b/meta-zephyr-bsp/conf/machine/reel-board-v2.conf new file mode 100755 index 0000000..5db4d78 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/reel-board-v2.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: reel-board-v2 +#@DESCRIPTION: Machine configuration for reel-board-v2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_reel-board-v2 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: reel_board_v2 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "reel_board_v2" + diff --git a/meta-zephyr-bsp/conf/machine/reel-board.conf b/meta-zephyr-bsp/conf/machine/reel-board.conf new file mode 100755 index 0000000..9528b52 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/reel-board.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: reel-board +#@DESCRIPTION: Machine configuration for reel-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_reel-board = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: reel_board + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "reel_board" + diff --git a/meta-zephyr-bsp/conf/machine/ronoth-lodev.conf b/meta-zephyr-bsp/conf/machine/ronoth-lodev.conf new file mode 100755 index 0000000..28468f0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ronoth-lodev.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ronoth-lodev +#@DESCRIPTION: Machine configuration for ronoth-lodev , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ronoth-lodev = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: ronoth_lodev + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L073xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "ronoth_lodev" + diff --git a/meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf b/meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf new file mode 100755 index 0000000..4a64e7c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ruuvi-ruuvitag +#@DESCRIPTION: Machine configuration for ruuvi-ruuvitag , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ruuvi-ruuvitag = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ruuvi_ruuvitag + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "ruuvi_ruuvitag" + diff --git a/meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf b/meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf new file mode 100755 index 0000000..547c846 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: rv32m1-vega-ri5cy +#@DESCRIPTION: Machine configuration for rv32m1-vega-ri5cy , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_rv32m1-vega-ri5cy = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: rv32m1_vega_ri5cy + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DCPU_RV32M1_ri5cy -DXCVR_GENFSK_ENABLED" + +ZEPHYR_BOARD = "rv32m1_vega_ri5cy" + diff --git a/meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf b/meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf new file mode 100755 index 0000000..5abc687 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: rv32m1-vega-zero-riscy +#@DESCRIPTION: Machine configuration for rv32m1-vega-zero-riscy , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_rv32m1-vega-zero-riscy = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: rv32m1_vega_zero_riscy + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -DCPU_RV32M1_zero_riscy -DXCVR_GENFSK_ENABLED" + +ZEPHYR_BOARD = "rv32m1_vega_zero_riscy" + diff --git a/meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf b/meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf new file mode 100755 index 0000000..d4d81aa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam-e70-xplained +#@DESCRIPTION: Machine configuration for sam-e70-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam-e70-xplained = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: sam_e70_xplained + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam_e70_xplained" + diff --git a/meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf b/meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf new file mode 100755 index 0000000..6169e37 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam-e70b-xplained +#@DESCRIPTION: Machine configuration for sam-e70b-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam-e70b-xplained = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: sam_e70b_xplained + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam_e70b_xplained" + diff --git a/meta-zephyr-bsp/conf/machine/sam-v71-xult.conf b/meta-zephyr-bsp/conf/machine/sam-v71-xult.conf new file mode 100755 index 0000000..0c3250e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-v71-xult.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam-v71-xult +#@DESCRIPTION: Machine configuration for sam-v71-xult , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam-v71-xult = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: sam_v71_xult + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam_v71_xult" + diff --git a/meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf b/meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf new file mode 100755 index 0000000..1034b68 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam-v71b-xult +#@DESCRIPTION: Machine configuration for sam-v71b-xult , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam-v71b-xult = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: sam_v71b_xult + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam_v71b_xult" + diff --git a/meta-zephyr-bsp/conf/machine/sam4e-xpro.conf b/meta-zephyr-bsp/conf/machine/sam4e-xpro.conf new file mode 100755 index 0000000..e71ffc5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4e-xpro.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam4e-xpro +#@DESCRIPTION: Machine configuration for sam4e-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam4e-xpro = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: sam4e_xpro + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam4e_xpro" + diff --git a/meta-zephyr-bsp/conf/machine/sam4l-ek.conf b/meta-zephyr-bsp/conf/machine/sam4l-ek.conf new file mode 100755 index 0000000..23ed071 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4l-ek.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam4l-ek +#@DESCRIPTION: Machine configuration for sam4l-ek , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam4l-ek = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: sam4l_ek + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam4l_ek" + diff --git a/meta-zephyr-bsp/conf/machine/sam4s-xplained.conf b/meta-zephyr-bsp/conf/machine/sam4s-xplained.conf new file mode 100755 index 0000000..89c727f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4s-xplained.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sam4s-xplained +#@DESCRIPTION: Machine configuration for sam4s-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sam4s-xplained = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: sam4s_xplained + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "sam4s_xplained" + diff --git a/meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf b/meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf new file mode 100755 index 0000000..1f7b81e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: seeeduino-xiao +#@DESCRIPTION: Machine configuration for seeeduino-xiao , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_seeeduino-xiao = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: seeeduino_xiao + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "seeeduino_xiao" + diff --git a/meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf b/meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf new file mode 100755 index 0000000..3ff8e20 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: segger-trb-stm32f407 +#@DESCRIPTION: Machine configuration for segger-trb-stm32f407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_segger-trb-stm32f407 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: segger_trb_stm32f407 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=12000000" + +ZEPHYR_BOARD = "segger_trb_stm32f407" + diff --git a/meta-zephyr-bsp/conf/machine/sensortile-box.conf b/meta-zephyr-bsp/conf/machine/sensortile-box.conf new file mode 100755 index 0000000..b41f126 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sensortile-box.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sensortile-box +#@DESCRIPTION: Machine configuration for sensortile-box , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sensortile-box = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: sensortile_box + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L4R9xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "sensortile_box" + diff --git a/meta-zephyr-bsp/conf/machine/serpente.conf b/meta-zephyr-bsp/conf/machine/serpente.conf new file mode 100755 index 0000000..de18f18 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/serpente.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: serpente +#@DESCRIPTION: Machine configuration for serpente , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_serpente = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: serpente + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "serpente" + diff --git a/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf new file mode 100755 index 0000000..39cc155 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sparkfun-thing-plus-nrf9160-ns +#@DESCRIPTION: Machine configuration for sparkfun-thing-plus-nrf9160-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sparkfun-thing-plus-nrf9160-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: sparkfun_thing_plus_nrf9160_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "sparkfun_thing_plus_nrf9160_ns" + diff --git a/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf new file mode 100755 index 0000000..7940fa6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: sparkfun-thing-plus-nrf9160 +#@DESCRIPTION: Machine configuration for sparkfun-thing-plus-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_sparkfun-thing-plus-nrf9160 = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: sparkfun_thing_plus_nrf9160 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF9160_XXAA" + +ZEPHYR_BOARD = "sparkfun_thing_plus_nrf9160" + diff --git a/meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf b/meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf new file mode 100755 index 0000000..1e058e5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: steval-fcu001v1 +#@DESCRIPTION: Machine configuration for steval-fcu001v1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_steval-fcu001v1 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: steval_fcu001v1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F401xC -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=16000000" + +ZEPHYR_BOARD = "steval_fcu001v1" + diff --git a/meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf b/meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf new file mode 100755 index 0000000..e3348a4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32-min-dev-black +#@DESCRIPTION: Machine configuration for stm32-min-dev-black , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32-min-dev-black = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm32_min_dev_black + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32_min_dev_black" + diff --git a/meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf b/meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf new file mode 100755 index 0000000..1fbb5b0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32-min-dev-blue +#@DESCRIPTION: Machine configuration for stm32-min-dev-blue , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32-min-dev-blue = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm32_min_dev_blue + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32_min_dev_blue" + diff --git a/meta-zephyr-bsp/conf/machine/stm3210c-eval.conf b/meta-zephyr-bsp/conf/machine/stm3210c-eval.conf new file mode 100755 index 0000000..c60e849 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm3210c-eval.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm3210c-eval +#@DESCRIPTION: Machine configuration for stm3210c-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm3210c-eval = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm3210c_eval + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F107xC -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm3210c_eval" + diff --git a/meta-zephyr-bsp/conf/machine/stm32373c-eval.conf b/meta-zephyr-bsp/conf/machine/stm32373c-eval.conf new file mode 100755 index 0000000..fe6b130 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32373c-eval.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32373c-eval +#@DESCRIPTION: Machine configuration for stm32373c-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32373c-eval = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32373c_eval + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F373xC -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32373c_eval" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f0-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f0-disco.conf new file mode 100755 index 0000000..8b95d40 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f0-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f0-disco +#@DESCRIPTION: Machine configuration for stm32f0-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f0-disco = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: stm32f0_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F051x8 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f0_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f030-demo.conf b/meta-zephyr-bsp/conf/machine/stm32f030-demo.conf new file mode 100755 index 0000000..852c174 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f030-demo.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f030-demo +#@DESCRIPTION: Machine configuration for stm32f030-demo , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f030-demo = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: stm32f030_demo + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F030x6 -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f030_demo" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f072-eval.conf b/meta-zephyr-bsp/conf/machine/stm32f072-eval.conf new file mode 100755 index 0000000..a4ffaa5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f072-eval.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f072-eval +#@DESCRIPTION: Machine configuration for stm32f072-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f072-eval = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: stm32f072_eval + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F072xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f072_eval" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf new file mode 100755 index 0000000..1500e02 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f072b-disco +#@DESCRIPTION: Machine configuration for stm32f072b-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f072b-disco = "arm" + +DEFAULTUNE ?= "cortexm0" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0 +# ARCH: arm +# BOARD: stm32f072b_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F072xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f072b_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f103-mini.conf b/meta-zephyr-bsp/conf/machine/stm32f103-mini.conf new file mode 100755 index 0000000..3aab904 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f103-mini.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f103-mini +#@DESCRIPTION: Machine configuration for stm32f103-mini , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f103-mini = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm32f103_mini + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f103_mini" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f3-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f3-disco.conf new file mode 100755 index 0000000..68d4ad0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f3-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f3-disco +#@DESCRIPTION: Machine configuration for stm32f3-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f3-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f3_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F303xC -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f3_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f4-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f4-disco.conf new file mode 100755 index 0000000..f7fb1ad --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f4-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f4-disco +#@DESCRIPTION: Machine configuration for stm32f4-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f4-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f4_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F407xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f4_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf new file mode 100755 index 0000000..29494b4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f411e-disco +#@DESCRIPTION: Machine configuration for stm32f411e-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f411e-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f411e_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F411xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f411e_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf new file mode 100755 index 0000000..6839c05 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f412g-disco +#@DESCRIPTION: Machine configuration for stm32f412g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f412g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f412g_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F412Zx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f412g_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf b/meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf new file mode 100755 index 0000000..1151ef9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f429i-disc1 +#@DESCRIPTION: Machine configuration for stm32f429i-disc1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f429i-disc1 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f429i_disc1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F429xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f429i_disc1" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf new file mode 100755 index 0000000..c41e23c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f469i-disco +#@DESCRIPTION: Machine configuration for stm32f469i-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f469i-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32f469i_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F469xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32f469i_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf new file mode 100755 index 0000000..b465307 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f723e-disco +#@DESCRIPTION: Machine configuration for stm32f723e-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f723e-disco = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: stm32f723e_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F723xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "stm32f723e_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf new file mode 100755 index 0000000..d8a4800 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f746g-disco +#@DESCRIPTION: Machine configuration for stm32f746g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f746g-disco = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: stm32f746g_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F746xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "stm32f746g_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf b/meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf new file mode 100755 index 0000000..290366b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32f769i-disco +#@DESCRIPTION: Machine configuration for stm32f769i-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32f769i-disco = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: stm32f769i_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F769xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "stm32f769i_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf b/meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf new file mode 100755 index 0000000..e0d3102 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32g0316-disco +#@DESCRIPTION: Machine configuration for stm32g0316-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32g0316-disco = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: stm32g0316_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G031xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32g0316_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf b/meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf new file mode 100755 index 0000000..33a7e3e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32g071b-disco +#@DESCRIPTION: Machine configuration for stm32g071b-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32g071b-disco = "arm" + +DEFAULTUNE ?= "cortexm0plus" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m0plus +# ARCH: arm +# BOARD: stm32g071b_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32G071xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32g071b_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf b/meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf new file mode 100755 index 0000000..391175a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32h735g-disco +#@DESCRIPTION: Machine configuration for stm32h735g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32h735g-disco = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: stm32h735g_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H735xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "stm32h735g_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf new file mode 100755 index 0000000..7e90cd0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32h747i-disco-m4 +#@DESCRIPTION: Machine configuration for stm32h747i-disco-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32h747i-disco-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32h747i_disco_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H747xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32h747i_disco_m4" + diff --git a/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf new file mode 100755 index 0000000..659586d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32h747i-disco-m7 +#@DESCRIPTION: Machine configuration for stm32h747i-disco-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32h747i-disco-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: stm32h747i_disco_m7 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32H747xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=25000000" + +ZEPHYR_BOARD = "stm32h747i_disco_m7" + diff --git a/meta-zephyr-bsp/conf/machine/stm32l1-disco.conf b/meta-zephyr-bsp/conf/machine/stm32l1-disco.conf new file mode 100755 index 0000000..5e98c44 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l1-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32l1-disco +#@DESCRIPTION: Machine configuration for stm32l1-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32l1-disco = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm32l1_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L151xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32l1_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf b/meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf new file mode 100755 index 0000000..d0249ae --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32l476g-disco +#@DESCRIPTION: Machine configuration for stm32l476g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32l476g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32l476g_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L476xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32l476g_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf b/meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf new file mode 100755 index 0000000..3e79086 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32l496g-disco +#@DESCRIPTION: Machine configuration for stm32l496g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32l496g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: stm32l496g_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L496xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM4 -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32l496g_disco" + diff --git a/meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf b/meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf new file mode 100755 index 0000000..3e7fbac --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32l562e-dk-ns +#@DESCRIPTION: Machine configuration for stm32l562e-dk-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32l562e-dk-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: stm32l562e_dk_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L562xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32l562e_dk_ns" + diff --git a/meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf b/meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf new file mode 100755 index 0000000..1793676 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32l562e-dk +#@DESCRIPTION: Machine configuration for stm32l562e-dk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32l562e-dk = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: stm32l562e_dk + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32L562xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32l562e_dk" + diff --git a/meta-zephyr-bsp/conf/machine/stm32vl-disco.conf b/meta-zephyr-bsp/conf/machine/stm32vl-disco.conf new file mode 100755 index 0000000..9bf439d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32vl-disco.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: stm32vl-disco +#@DESCRIPTION: Machine configuration for stm32vl-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_stm32vl-disco = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: stm32vl_disco + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F100xB -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "stm32vl_disco" + diff --git a/meta-zephyr-bsp/conf/machine/teensy40.conf b/meta-zephyr-bsp/conf/machine/teensy40.conf new file mode 100755 index 0000000..a1ca582 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/teensy40.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: teensy40 +#@DESCRIPTION: Machine configuration for teensy40 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_teensy40 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: teensy40 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1062DVL6A -DXIP_BOOT_HEADER_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "teensy40" + diff --git a/meta-zephyr-bsp/conf/machine/teensy41.conf b/meta-zephyr-bsp/conf/machine/teensy41.conf new file mode 100755 index 0000000..5469104 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/teensy41.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: teensy41 +#@DESCRIPTION: Machine configuration for teensy41 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_teensy41 = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: teensy41 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MIMXRT1062DVJ6A -DXIP_BOOT_HEADER_ENABLE=1 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "teensy41" + diff --git a/meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf b/meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf new file mode 100755 index 0000000..a40d44f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: thingy52-nrf52832 +#@DESCRIPTION: Machine configuration for thingy52-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_thingy52-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: thingy52_nrf52832 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "thingy52_nrf52832" + diff --git a/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf new file mode 100755 index 0000000..fe583f4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: thingy53-nrf5340-cpuapp-ns +#@DESCRIPTION: Machine configuration for thingy53-nrf5340-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_thingy53-nrf5340-cpuapp-ns = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: thingy53_nrf5340_cpuapp_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION -DNRF_TRUSTZONE_NONSECURE" + +ZEPHYR_BOARD = "thingy53_nrf5340_cpuapp_ns" + diff --git a/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf new file mode 100755 index 0000000..a835bc6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: thingy53-nrf5340-cpuapp +#@DESCRIPTION: Machine configuration for thingy53-nrf5340-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_thingy53-nrf5340-cpuapp = "arm" + +DEFAULTUNE ?= "armv8m-maine" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33 +# ARCH: arm +# BOARD: thingy53_nrf5340_cpuapp + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_APPLICATION" + +ZEPHYR_BOARD = "thingy53_nrf5340_cpuapp" + diff --git a/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf new file mode 100755 index 0000000..96ce13f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: thingy53-nrf5340-cpunet +#@DESCRIPTION: Machine configuration for thingy53-nrf5340-cpunet , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_thingy53-nrf5340-cpunet = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: thingy53_nrf5340_cpunet + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF5340_XXAA_NETWORK" + +ZEPHYR_BOARD = "thingy53_nrf5340_cpunet" + diff --git a/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf b/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf new file mode 100755 index 0000000..b2fc8f0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: tlsr9518adk80d +#@DESCRIPTION: Machine configuration for tlsr9518adk80d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_tlsr9518adk80d = "riscv" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: riscv +# BOARD: tlsr9518adk80d + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "tlsr9518adk80d" + diff --git a/meta-zephyr-bsp/conf/machine/twr-ke18f.conf b/meta-zephyr-bsp/conf/machine/twr-ke18f.conf new file mode 100755 index 0000000..f037f0e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/twr-ke18f.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: twr-ke18f +#@DESCRIPTION: Machine configuration for twr-ke18f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_twr-ke18f = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: twr_ke18f + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKE18F512VLL16 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "twr_ke18f" + diff --git a/meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf b/meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf new file mode 100755 index 0000000..bdaeb2b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: twr-kv58f220m +#@DESCRIPTION: Machine configuration for twr-kv58f220m , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_twr-kv58f220m = "arm" + +DEFAULTUNE ?= "cortexm7" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m7 +# ARCH: arm +# BOARD: twr_kv58f220m + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKV58F1M0VLQ24 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "twr_kv58f220m" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf new file mode 100755 index 0000000..2288d05 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd300eval-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-bmd300eval-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd300eval-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd300eval_nrf52832 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "ubx_bmd300eval_nrf52832" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf new file mode 100755 index 0000000..db66a8a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd330eval-nrf52810 +#@DESCRIPTION: Machine configuration for ubx-bmd330eval-nrf52810 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd330eval-nrf52810 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd330eval_nrf52810 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52810_XXAA" + +ZEPHYR_BOARD = "ubx_bmd330eval_nrf52810" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf new file mode 100755 index 0000000..5b714e0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd340eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd340eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd340eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd340eval_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "ubx_bmd340eval_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf new file mode 100755 index 0000000..7cd456c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd345eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd345eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd345eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd345eval_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "ubx_bmd345eval_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf new file mode 100755 index 0000000..ba42a61 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd360eval-nrf52811 +#@DESCRIPTION: Machine configuration for ubx-bmd360eval-nrf52811 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd360eval-nrf52811 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd360eval_nrf52811 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52811_XXAA" + +ZEPHYR_BOARD = "ubx_bmd360eval_nrf52811" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf b/meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf new file mode 100755 index 0000000..7df59ca --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-bmd380eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd380eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-bmd380eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_bmd380eval_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "ubx_bmd380eval_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf b/meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf new file mode 100755 index 0000000..da3352b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-evkannab1-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-evkannab1-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-evkannab1-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_evkannab1_nrf52832 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "ubx_evkannab1_nrf52832" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf b/meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf new file mode 100755 index 0000000..c80bc65 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab1-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-evkninab1-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-evkninab1-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_evkninab1_nrf52832 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52832_XXAA -DNRF52832_XXAA" + +ZEPHYR_BOARD = "ubx_evkninab1_nrf52832" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf b/meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf new file mode 100755 index 0000000..af7cdef --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab3-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-evkninab3-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-evkninab3-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_evkninab3_nrf52840 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52840_XXAA" + +ZEPHYR_BOARD = "ubx_evkninab3_nrf52840" + diff --git a/meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf b/meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf new file mode 100755 index 0000000..f8c3c77 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab4-nrf52833 +#@DESCRIPTION: Machine configuration for ubx-evkninab4-nrf52833 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_ubx-evkninab4-nrf52833 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: ubx_evkninab4_nrf52833 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DNRF52833_XXAA" + +ZEPHYR_BOARD = "ubx_evkninab4_nrf52833" + diff --git a/meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf b/meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf new file mode 100755 index 0000000..a518c7b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: udoo-neo-full-m4 +#@DESCRIPTION: Machine configuration for udoo-neo-full-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_udoo-neo-full-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: udoo_neo_full_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "udoo_neo_full_m4" + diff --git a/meta-zephyr-bsp/conf/machine/up-squared.conf b/meta-zephyr-bsp/conf/machine/up-squared.conf new file mode 100755 index 0000000..ce95c95 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/up-squared.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: up-squared +#@DESCRIPTION: Machine configuration for up-squared , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_up-squared = "x86" + +DEFAULTUNE ?= "core2-64" + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: x86 +# BOARD: up_squared + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "up_squared" + diff --git a/meta-zephyr-bsp/conf/machine/usb-kw24d512.conf b/meta-zephyr-bsp/conf/machine/usb-kw24d512.conf new file mode 100755 index 0000000..434f2bd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/usb-kw24d512.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: usb-kw24d512 +#@DESCRIPTION: Machine configuration for usb-kw24d512 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_usb-kw24d512 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: usb_kw24d512 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DCPU_MKW24D512VHA5 -DBOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024 -DNDEBUG" + +ZEPHYR_BOARD = "usb_kw24d512" + diff --git a/meta-zephyr-bsp/conf/machine/v2m-beetle.conf b/meta-zephyr-bsp/conf/machine/v2m-beetle.conf new file mode 100755 index 0000000..b393ca2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-beetle.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: v2m-beetle +#@DESCRIPTION: Machine configuration for v2m-beetle , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_v2m-beetle = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: v2m_beetle + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "v2m_beetle" + diff --git a/meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf b/meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf new file mode 100755 index 0000000..202f732 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: v2m-musca-b1-ns +#@DESCRIPTION: Machine configuration for v2m-musca-b1-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_v2m-musca-b1-ns = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: v2m_musca_b1_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "v2m_musca_b1_ns" + diff --git a/meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf b/meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf new file mode 100755 index 0000000..50de472 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: v2m-musca-b1 +#@DESCRIPTION: Machine configuration for v2m-musca-b1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_v2m-musca-b1 = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: v2m_musca_b1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "v2m_musca_b1" + diff --git a/meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf b/meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf new file mode 100755 index 0000000..fe21fbe --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: v2m-musca-s1-ns +#@DESCRIPTION: Machine configuration for v2m-musca-s1-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_v2m-musca-s1-ns = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: v2m_musca_s1_ns + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "v2m_musca_s1_ns" + diff --git a/meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf b/meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf new file mode 100755 index 0000000..f935ec7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: v2m-musca-s1 +#@DESCRIPTION: Machine configuration for v2m-musca-s1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_v2m-musca-s1 = "arm" + +DEFAULTUNE ?= "armv8m-main" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m33+nodsp +# ARCH: arm +# BOARD: v2m_musca_s1 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "v2m_musca_s1" + diff --git a/meta-zephyr-bsp/conf/machine/warp7-m4.conf b/meta-zephyr-bsp/conf/machine/warp7-m4.conf new file mode 100755 index 0000000..acd00ad --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/warp7-m4.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: warp7-m4 +#@DESCRIPTION: Machine configuration for warp7-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_warp7-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: warp7_m4 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START" + +ZEPHYR_BOARD = "warp7_m4" + diff --git a/meta-zephyr-bsp/conf/machine/waveshare-open103z.conf b/meta-zephyr-bsp/conf/machine/waveshare-open103z.conf new file mode 100755 index 0000000..ac0f14f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/waveshare-open103z.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: waveshare-open103z +#@DESCRIPTION: Machine configuration for waveshare-open103z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_waveshare-open103z = "arm" + +DEFAULTUNE ?= "cortexm3" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m3 +# ARCH: arm +# BOARD: waveshare_open103z + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DSTM32F103xE -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000" + +ZEPHYR_BOARD = "waveshare_open103z" + diff --git a/meta-zephyr-bsp/conf/machine/xenvm.conf b/meta-zephyr-bsp/conf/machine/xenvm.conf new file mode 100755 index 0000000..5d0fa54 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xenvm.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: xenvm +#@DESCRIPTION: Machine configuration for xenvm , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_xenvm = "arm64" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-a72 +# ARCH: arm64 +# BOARD: xenvm + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "xenvm" + diff --git a/meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf b/meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf new file mode 100755 index 0000000..e50a11e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: xmc45-relax-kit +#@DESCRIPTION: Machine configuration for xmc45-relax-kit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_xmc45-relax-kit = "arm" + +DEFAULTUNE ?= "cortexm4" + +# We were unable to find a tuning for this board. # GCC_M_CPU: cortex-m4 +# ARCH: arm +# BOARD: xmc45_relax_kit + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1 -D__PROGRAM_START -DXMC4500_F100x1024 -DCORE_CM4" + +ZEPHYR_BOARD = "xmc45_relax_kit" + diff --git a/meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf b/meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf new file mode 100755 index 0000000..f76b983 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: xt-sim-intel-s1000 +#@DESCRIPTION: Machine configuration for xt-sim-intel-s1000 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_xt-sim-intel-s1000 = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: xt-sim_intel_s1000 + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "xt-sim_intel_s1000" + diff --git a/meta-zephyr-bsp/conf/machine/xt-sim.conf b/meta-zephyr-bsp/conf/machine/xt-sim.conf new file mode 100755 index 0000000..a782a1d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xt-sim.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: xt-sim +#@DESCRIPTION: Machine configuration for xt-sim , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +ARCH_xt-sim = "xtensa" + + + +# We were unable to find a tuning for this board. # GCC_M_CPU: +# ARCH: xtensa +# BOARD: xt-sim + + +# MACHINE_OVERRIDES based on default kconfig in zephyr + + +#ZEPHYR_EXTRA_OECMAKE +=" -DKERNEL -D__ZEPHYR__=1 -D_FORTIFY_SOURCE=2 -DBUILD_VERSION=zephyr-v2.7.1" + +ZEPHYR_BOARD = "xt-sim" + diff --git a/meta-zephyr-bsp/recipes-meta/meta/files/0001-zephyr-Export-an-OpenEmbedded-machine-config.patch b/meta-zephyr-bsp/recipes-meta/meta/files/0001-zephyr-Export-an-OpenEmbedded-machine-config.patch new file mode 100644 index 0000000..207237e --- /dev/null +++ b/meta-zephyr-bsp/recipes-meta/meta/files/0001-zephyr-Export-an-OpenEmbedded-machine-config.patch @@ -0,0 +1,201 @@ +From 412f998467633ab9e8ff0c7cb2ceff1c76c0435c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Eil=C3=ADs=20N=C3=AD=20Fhlannag=C3=A1in?= + <elizabeth.flanagan@...> +Date: Mon, 18 Oct 2021 13:17:38 +0100 +Subject: [PATCH] zephyr: Export an OpenEmbedded machine config +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This commit abuses cmake to attempt to figure out the OE tune file +required and automatically generates an OpenEmbedded machine definition. + +We're basically abusing the same mechanism zephyr uses to export +Makefile build information. When using this, you will need to point +to a layer with a conf/machine in it (most likely oe-core). + +For testing purposes, I generate the machine confs like so: + +rm -rf build/*; +for x in `west boards`; +do +west build -d build/$x --cmake-only -b $x samples/hello_world -- \ + -DCONFIG_OEMACHINE_EXPORTS=y \ + -DMETA_OE_BASE:STRING="/home/pidge/poky/meta/"; +done + +Upstream-Status: Pending + +Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> +--- + CMakeLists.txt | 6 + + Kconfig.zephyr | 5 + + cmake/oemachine_exports/CMakeLists.txt | 234 +++++++++++++++++++++++++ + 3 files changed, 245 insertions(+) + create mode 100644 cmake/oemachine_exports/CMakeLists.txt + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 242e30cd2e..b19a908f03 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1647,3 +1647,9 @@ add_subdirectory_ifdef( + CONFIG_MAKEFILE_EXPORTS + cmake/makefile_exports + ) ++ ++# Finally export all build flags from Zephyr ++add_subdirectory_ifdef( ++ CONFIG_OEMACHINE_EXPORTS ++ cmake/oemachine_exports ++ ) +diff --git a/Kconfig.zephyr b/Kconfig.zephyr +index 42d2d163cf..16eacb4382 100644 +--- a/Kconfig.zephyr ++++ b/Kconfig.zephyr +@@ -455,6 +455,11 @@ config MAKEFILE_EXPORTS + Generates a file with build information that can be read by + third party Makefile-based build systems. + ++config OEMACHINE_EXPORTS ++ bool "Generate machine configs to be used by OpenEmbedded and the Yocto Project" ++ help ++ Generates a machine configureation for OpenEmbedded and the Yocto Project. ++ + endmenu + endmenu + +diff --git a/cmake/oemachine_exports/CMakeLists.txt b/cmake/oemachine_exports/CMakeLists.txt +new file mode 100644 +index 0000000000..aaf0ced5e8 +--- /dev/null ++++ b/cmake/oemachine_exports/CMakeLists.txt +@@ -0,0 +1,126 @@ ++# Copyright (c) 2021 Huawei Inc. ++# SPDX-License-Identifier: Apache-2.0 ++ ++string(REPLACE _ - OE_BOARD ${BOARD}) ++if(GCC_M_CPU) ++ string(REPLACE _ - OE_M_CPU ${GCC_M_CPU}) ++endif() ++ ++zephyr_get_compile_options_for_lang_as_string(C C_compile_options) ++ ++if("${ARCH}" STREQUAL "arm") ++ if(CONFIG_CPU_CORTEX_M0) ++ set(OE_TUNE tune-cortexm0) ++ elseif(CONFIG_CPU_CORTEX_M0PLUS) ++ set(OE_TUNE tune-cortexm0plus) ++ elseif(CONFIG_CPU_CORTEX_M1) ++ set(OE_TUNE tune-cortexm1) ++ elseif(CONFIG_CPU_CORTEX_M3) ++ set(OE_TUNE tune-cortexm3) ++ elseif(CONFIG_CPU_CORTEX_M4) ++ set(OE_TUNE tune-cortexm4) ++ elseif(CONFIG_CPU_CORTEX_M7) ++ set(OE_TUNE tune-cortexm7) ++ elseif(CONFIG_CPU_CORTEX_M23) ++ set(OE_TUNE tune-cortexm23) ++ elseif(CONFIG_CPU_CORTEX_M33 OR CONFIG_CPU_CORTEX_M35 OR CONFIG_CPU_CORTEX_M23) ++ set(OE_TUNE tune-cortexm33) ++ if(CONFIG_ARMV8_M_DSP AND NOT CPU_HAS_FPU) ++ set(DEFAULT_TUNE armv8m-maine) ++ elseif(CONFIG_ARMV8_M_DSP AND CPU_HAS_FPU) ++ set(DEFAULT_TUNE armv8m-maine-vfpv5spd16) ++ elseif(NOT CONFIG_ARMV8_M_DSP AND CPU_HAS_FPU) ++ set(DEFAULT_TUNE armv8m-main-fpv5-spd16) ++ elseif(NOT CONFIG_ARMV8_M_DSP AND NOT CPU_HAS_FPU) ++ set(DEFAULT_TUNE armv8m-main) ++ endif() ++ elseif(CONFIG_CPU_CORTEX_M55) ++ set(OE_TUNE tune-cortexm55) ++ elseif(CONFIG_CPU_CORTEX_R4) ++ set(OE_TUNE tune-cortexr4) ++ elseif(CONFIG_CPU_CORTEX_R5) ++ set(OE_TUNE tune-cortexr5) ++ elseif(CONFIG_CPU_CORTEX_R7) ++ set(OE_TUNE tune-cortexr7) ++ else() ++ set(OE_TUNE tune-${OE_M_CPU}) ++ endif() ++elseif("${ARCH}" STREQUAL "arm64") ++ if(CONFIG_CPU_CORTEX_A53) ++ set(OE_TUNE tune-cortexa53) ++ elseif(CONFIG_CPU_CORTEX_A72) ++ set(OE_TUNE tune-cortexa72) ++ elseif(CONFIG_CPU_CORTEX_R82) ++ set(OE_TUNE arch-armv8a) ++ endif() ++elseif("${ARCH}" STREQUAL "arc") ++ set(OE_TUNE tune-arc) ++elseif("${ARCH}" STREQUAL "x86") ++ if(CONFIG_X86_64) ++ set(OE_TUNE tune-core2) ++ set(DEFAULT_TUNE core2-64) ++ else() ++ set(OE_TUNE tune-corei7) ++ set(DEFAULT_TUNE core2-32) ++ endif() ++elseif("${ARCH}" STREQUAL "nios2") ++ set(OE_TUNE tune-nios2) ++else() ++ message(FATAL_ERRORO "We currently do not support outputting build configuration for ${ARCH}" ) ++endif() ++ ++if("${ARCH}" STREQUAL "arm") ++ if (NOT DEFAULT_TUNE) ++ string(REPLACE "tune-" "" DEFAULT_TUNE ${OE_TUNE}) ++ endif() ++endif() ++ ++string (REPLACE ";" "\n" MACHINE_OVERRIDES "${MACHINE_OVERRIDES}") ++ ++execute_process( ++ COMMAND bash "-c" "cd ${META_OE_BASE}; find . -name ${OE_TUNE}.inc" ++ OUTPUT_VARIABLE OE_REQUIRES ++ OUTPUT_STRIP_TRAILING_WHITESPACE) ++ ++if(OE_REQUIRES) ++ string(REPLACE "./" "require " OE_REQUIRES ${OE_REQUIRES}) ++else() ++ set(OE_REQUIRES "# We were unable to find a tuning for this board. # GCC_M_CPU: ${GCC_M_CPU}\n# ARCH: ${ARCH}\n# BOARD: ${BOARD}\n") ++endif() ++ ++if(DEFAULT_TUNE) ++ set(DEFAULT_TUNE_STR "DEFAULTUNE ?= \"${DEFAULT_TUNE}\"") ++endif() ++ ++#get_target_property(INCLUDES zephyr_interface INTERFACE_INCLUDE_DIRECTORIES) ++#string(REPLACE ${ZEPHYR_BASE}/ " -I" INCLUDES ${INCLUDES}) ++ ++set(exports ++"#@TYPE: Machine ++#@NAME: ${OE_BOARD} ++#@DESCRIPTION: Machine configuration for ${OE_BOARD} ${BUILD_VERSION_STR} ++# ++# This file is autogenerated. ++ ++ARCH_${OE_BOARD} = \"${ARCH}\" ++ ++${DEFAULT_TUNE_STR} ++ ++${OE_REQUIRES} ++ ++# MACHINE_OVERRIDES based on default kconfig in zephyr ++${MACHINE_OVERRIDES} ++ ++#ZEPHYR_EXTRA_OECMAKE +=\"${INCLUDES} ${SYSINCLUDES} -D$<JOIN:$<TARGET_PROPERTY:zephyr_interface,INTERFACE_COMPILE_DEFINITIONS>, -D>\" ++ ++ZEPHYR_BOARD = \"${BOARD}\" ++ ++" ++ ) ++ ++file(GENERATE ++ OUTPUT ${CMAKE_BINARY_DIR}/${OE_BOARD}.conf ++ CONTENT "${exports}" ++) ++ ++ +-- +2.25.1 + diff --git a/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb b/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb new file mode 100644 index 0000000..f3159df --- /dev/null +++ b/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +ZEPHYR_INHERIT_CLASSES += "zephyr cmake" + +inherit ${ZEPHYR_INHERIT_CLASSES} + +require recipes-kernel/zephyr-kernel/zephyr-sample.inc + +SRC_URI:append = "file://0001-zephyr-Export-an-OpenEmbedded-machine-config.patch" + +ZEPHYR_SRC_DIR = "${S}/samples/hello_world" + +OECMAKE_SOURCEPATH = "${ZEPHYR_SRC_DIR}" + +OECMAKE_GENERATOR_ARGS += "-c" + +EXTRA_OECMAKE += "\ + -DCONFIG_OEMACHINE_EXPORTS=y \ + -DMETA_OE_BASE:STRING=\"${ZEPHYR_BSP_TOPDIR}\" \ + " + +MACHINE_TUNINGS ?= "${COREBASE}/conf/machines" + +EXTRA_WEST += "-DCONFIG_OEMACHINE_EXPORTS=y -DMETA_OE_BASE:STRING=\"${MACHINE_TUNINGS}\"" + +DEPENDS += "west-native" + +do_compile() { + cd ${S} + for machine in $(west boards); + do + bbnote "Generating $machine" + west build -d ${B}/$machine --cmake-only -b $machine samples/hello_world -- \ + ${EXTRA_WEST}|| bbwarn "$machine machine def failed"; + done +} + +do_deploy () { + cd ${S} + for machine in $(west boards); + do + oe_board_name=$(echo $machine|sed 's/_/-/g') + bbnote "Copying ${machine} to ${DEPLOY_DIR}" + install -D ${B}/$machine/$oe_board_name.conf ${DEPLOYDIR}/$oe_board_name.conf || bbwarn "No $oe_board_name.conf found. Skipping."; + done +} -- 2.25.1
|
|
[meta-zephyr][PATCH 5/6] zephyr-kernel-src-2.6.1: Add dtc patch.
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
fd8bf397792d58280928d23686313a8da810485a should have also applied the dtc.patch to the 2.6.1 kernel. This commits applies it, so both 2.7.1 and 2.6.1 work. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- .../recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc index e86a8d9..5306196 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc @@ -50,4 +50,5 @@ SRC_URI:append = " \ file://0001-cmake-add-yocto-toolchain.patch \ file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ file://arduino-nano-33-ble-storage-partition.patch \ + file://dtc.patch \ " -- 2.25.1
|
|
[meta-zephyr][PATCH 4/6] zephyr-kernel-src: Add complete zephyr source
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr source, we need to be able to have the complete source if we don't want things to break badly. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 39 ++++++++++++- .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 57 +++++++++++++++++-- .../zephyr-kernel/zephyr-kernel-src.inc | 41 +++++++++++-- 3 files changed, 125 insertions(+), 12 deletions(-) diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc index ce5e067..e86a8d9 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc @@ -1,14 +1,47 @@ SRCREV_FORMAT = "default_cmsis" +SRCREV_default = "c8755e0b46bd9e171fae38adc1c614197b8ac2cd" SRCREV_cmsis = "c3bd2094f92d574377f7af2aec147ae181aa5f8e" -SRCREV_default = "2d6322d74aaac838ead46bfcba0db619cff4b534" +SRCREV_atmel = "d17b7dd92d209b20bc1e15431d068edc29bf438d" +SRCREV_altera = "23c1c1dd7a0c1cc9a399509d1819375847c95b97" +SRCREV_canopennode = "468d350028a975b96563e58344de48281a0ab371" +SRCREV_civetweb = "e6903b80c09d17cd1a8bb32e40080005558aad29" +SRCREV_espressif = "22e757632677e3579e6f20bb9955fffb2e1b3e1c" +SRCREV_fatfs = "1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109" +SRCREV_cypress = "81a059f21435bc7e315bccd720da5a9b615bbb50" +SRCREV_infineon = "f1fa8241f8786198ba41155413243de36ed878a5" +SRCREV_nordic = "574493fe29c79140df4827ab5d4a23df79d03681" +SRCREV_openisa = "40d049f69c50b58ea20473bee14cf93f518bf262" +SRCREV_nuvoton = "b4d31f33238713a568e23618845702fadd67386f" +SRCREV_microchip = "b280eec5d3b1296b231117c1999bcd0269b6ecc4" +SRCREV_silabs = "be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed" +SRCREV_st = "b52fdbf4b62439be9fab9bb4bae9690a42d2fb14" +SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" +SRCREV_ti = "3da6fae25fc44ec830fac4a92787b585ff55435e" SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" +SRCREV_quicklogic = "b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0" SRCREV_lvgl = "31acbaa36e9e74ab88ac81e3d21e7f1d00a71136" SRCREV_mbedtls = "5765cb7f75a9973ae9232d438e361a9d7bbc49e7" -SRCREV_nordic = "574493fe29c79140df4827ab5d4a23df79d03681" +SRCREV_mcuboot = "2fce9769b191411d580bbc65b043956c2ae9307e" +SRCREV_mcumgr = "5c5055f5a7565f8152d75fcecf07262928b4d56e" +SRCREV_net-tools = "f49bd1354616fae4093bf36e5eaee43c51a55127" +SRCREV_nxp = "0d11138724959e1162777d9206f841ccdf64348e" SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" +SRCREV_loramac-node = "2cee5f7295ff0ff804bf06fea5de006bc7cd121e" SRCREV_openthread = "385e19da1ae15f27872c2543b97276a42f102ead" -SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" +SRCREV_segger = "3a52ab222133193802d3c3b4d21730b9b1f1d2f6" +SRCREV_sof = "779f28ed465c03899c8a7d4aaf399856f4e51158" +SRCREV_tinycbor = "40daca97b478989884bffb5226e9ab73ca54b8c4" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_littlefs = "9e4498d1c73009acd84bb36036ee5e2869112a6c" +SRCREV_mipi-sys-t = "75e671550ac1acb502f315fe4952514dc73f7bfb" +SRCREV_nrf_hw_models = "a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16" +SRCREV_TraceRecorder = "5b5f8d7adbf0e93a09087e8f5708f0eebb8b25bf" +SRCREV_xtensa = "2f04b615cd5ad3a1b8abef33f9bdd10cc1990ed6" +SRCREV_edtt = "7dd56fc100d79cc45c33d43e7401d1803e26f6e7" +SRCREV_tfm = "e18b7a9b040b5b5324520388047c9e7d678447e6" +SRCREV_tfm-mcuboot = "4aa516e7281fc6f9a2dce0b0efda9acc580fa254" +SRCREV_nanopb = "d148bd26718e4c10414f07a7eb1bd24c62e56c5d" +SRCREV_tensorflow = "dc70a45a7cc12c25726a32cd91b28be59e7bc596" ZEPHYR_BRANCH = "v2.6-branch" PV = "2.6.1+git${SRCPV}" diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc index 9d31c69..e090234 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc @@ -1,14 +1,63 @@ SRCREV_FORMAT = "default_cmsis" -SRCREV_cmsis = "b0612c97c1401feeb4160add6462c3627fe90fc7" + +# These repositories are specific to post-2.6 branches + +SRC_URI += "\ + git://github.com/zephyrproject-rtos/hal_telink.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/telink;name=telink \ + git://github.com/zephyrproject-rtos/lz4.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/lz4;name=lz4 \ + git://github.com/zephyrproject-rtos/tflite-micro.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tflite-micro;name=tflite-micro \ + " + +# +# Generated from: +# west forall -c 'x=$(filename `pwd`); rev=$(git rev-parse HEAD); \ +# echo SRCREV_$x = \"$rev\"' +# + SRCREV_default = "e4da3e528088a34a9989f5a50e7ed3149d57de92" +SRCREV_canopennode = "f167efe85c8c7de886f1bc47f9173cfb8a346bb5" +SRCREV_civetweb = "094aeb41bb93e9199d24d665ee43e9e05d6d7b1c" +SRCREV_cmsis = "b0612c97c1401feeb4160add6462c3627fe90fc7" +SRCREV_edtt = "31badfbbd04f2948e3df6ebf329f930317550961" +SRCREV_fatfs = "94fcd6bfb3801ac0a5e12ea2f52187e0a688b90e" +SRCREV_altera = "23c1c1dd7a0c1cc9a399509d1819375847c95b97" +SRCREV_atmel = "9f78f520f6cbb997e5b44fe8ab17dd5bf2448095" +SRCREV_cypress = "81a059f21435bc7e315bccd720da5a9b615bbb50" +SRCREV_espressif = "3400257534944d3a6a4194d1dbf8f0cd1670d64e" +SRCREV_infineon = "f1fa8241f8786198ba41155413243de36ed878a5" +SRCREV_microchip = "870d05e6a64ea9548da6b907058b03c8c9420826" +SRCREV_nordic = "a6e5299041f152da5ae0ab17b2e44e088bb96d6d" +SRCREV_nuvoton = "b4d31f33238713a568e23618845702fadd67386f" +SRCREV_nxp = "78efc4ba7c1057c1cf2bf06e3e27ed7cc33e1da7" +SRCREV_openisa = "40d049f69c50b58ea20473bee14cf93f518bf262" +SRCREV_quicklogic = "b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0" +SRCREV_silabs = "be39d4eebeddac6e18e9c0c3ba1b31ad1e82eaed" +SRCREV_st = "575de9d461aa6f430cf62c58a053675377e700f3" +SRCREV_stm32 = "5c8275071ec1cf160bfe8c18bbd9330a7d714dc8" +SRCREV_telink = "ffcfd6282aa213f1dc0848dbca6279b098f6b143" +SRCREV_ti = "1992a4c536554c4f409c36896eda6abdc414d277" +SRCREV_xtensa = "6e1cf3c483e87df4888e87c5396b4534570f01af" SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" -SRCREV_lvgl = "31acbaa36e9e74ab88ac81e3d21e7f1d00a71136" +SRCREV_littlefs = "9e4498d1c73009acd84bb36036ee5e2869112a6c" +SRCREV_loramac-node = "12019623bbad9eb54fe51066847a7cbd4b4eac57" +SRCREV_lvgl = "783c1f78c8e39751fe89d0883c8bce7336f55e94" +SRCREV_lz4 = "8e303c264fc21c2116dc612658003a22e933124d" SRCREV_mbedtls = "5765cb7f75a9973ae9232d438e361a9d7bbc49e7" -SRCREV_nordic = "a6e5299041f152da5ae0ab17b2e44e088bb96d6d" +SRCREV_mcuboot = "70bfbd21cdf5f6d1402bc8d0031e197222ed2ec0" +SRCREV_mcumgr = "9ffebd5e92d9d069667b9af2a3a028f4a033cfd3" +SRCREV_mipi-sys-t = "75e671550ac1acb502f315fe4952514dc73f7bfb" +SRCREV_nanopb = "d148bd26718e4c10414f07a7eb1bd24c62e56c5d" +SRCREV_net-tools = "f49bd1354616fae4093bf36e5eaee43c51a55127" +SRCREV_nrf_hw_models = "a47e326ca772ddd14cc3b9d4ca30a9ab44ecca16" SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" SRCREV_openthread = "5d706547ebcb0a85e11412bcd88e80e2af98c74d" -SRCREV_stm32 = "5c8275071ec1cf160bfe8c18bbd9330a7d714dc8" +SRCREV_segger = "3a52ab222133193802d3c3b4d21730b9b1f1d2f6" +SRCREV_sof = "76feb11d1b8f425021b5691668af2250fee444ac" +SRCREV_tflite-micro = "9156d050927012da87079064db59d07f03b8baf6" +SRCREV_tinycbor = "40daca97b478989884bffb5226e9ab73ca54b8c4" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_TraceRecorder = "36c577727642457b0db7274298a4b96558374832" +SRCREV_tfm = "c74be3890c9d975976fde1b1a3b2f5742bec34c0" ZEPHYR_BRANCH = "v2.7-branch" PV = "2.7.1+git${SRCPV}" diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index da1efea..60291ed 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -10,15 +10,46 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI = "\ git://github.com/zephyrproject-rtos/zephyr.git;protocol=https;branch=${ZEPHYR_BRANCH};name=default \ - git://github.com/zephyrproject-rtos/cmsis.git;protocol=https;nobranch=1;destsuffix=git/modules/cmsis;name=cmsis \ + git://github.com/zephyrproject-rtos/canopennode.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/canopennode;name=canopennode \ + git://github.com/zephyrproject-rtos/civetweb.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/civetweb;name=civetweb \ + git://github.com/zephyrproject-rtos/cmsis.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/cmsis;name=cmsis \ + git://github.com/zephyrproject-rtos/edtt.git;protocol=https;nobranch=1;destsuffix=git/tools/edtt;name=edtt \ + git://github.com/zephyrproject-rtos/fatfs.git;protocol=https;nobranch=1;destsuffix=git/modules/fs/fatfs;name=fatfs \ + git://github.com/zephyrproject-rtos/hal_altera.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/altera;name=altera \ + git://github.com/zephyrproject-rtos/hal_atmel.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/atmel;name=atmel \ + git://github.com/zephyrproject-rtos/hal_cypress.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/cypress;name=cypress \ + git://github.com/zephyrproject-rtos/hal_espressif.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/espressif;name=espressif \ + git://github.com/zephyrproject-rtos/hal_infineon.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/infineon;name=infineon \ + git://github.com/zephyrproject-rtos/hal_microchip.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/microchip;name=microchip \ git://github.com/zephyrproject-rtos/hal_nordic.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/nordic;name=nordic \ - git://github.com/zephyrproject-rtos/hal_stm32.git;protocol=https;branch=main;destsuffix=git/modules/hal/stm32;name=stm32 \ + git://github.com/zephyrproject-rtos/hal_nuvoton.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/nuvoton;name=nuvoton \ + git://github.com/zephyrproject-rtos/hal_nxp.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/nxp;name=nxp \ + git://github.com/zephyrproject-rtos/hal_openisa.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/openisa;name=openisa \ + git://github.com/zephyrproject-rtos/hal_quicklogic.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/quicklogic;name=quicklogic \ + git://github.com/zephyrproject-rtos/hal_silabs.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/silabs;name=silabs \ + git://github.com/zephyrproject-rtos/hal_st.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/st;name=st \ + git://github.com/zephyrproject-rtos/hal_stm32.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/stm32;name=stm32 \ + git://github.com/zephyrproject-rtos/hal_ti.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/ti;name=ti \ + git://github.com/zephyrproject-rtos/hal_xtensa.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/xtensa;name=xtensa \ git://github.com/zephyrproject-rtos/libmetal.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/libmetal;name=libmetal \ - git://github.com/zephyrproject-rtos/lvgl.git;branch=zephyr;protocol=https;destsuffix=git/modules/lib/gui/lvgl;name=lvgl \ - git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/mbedtls;name=mbedtls \ + git://github.com/zephyrproject-rtos/littlefs.git;protocol=https;nobranch=1;destsuffix=git/modules/fs/littlefs;name=littlefs \ + git://github.com/zephyrproject-rtos/loramac-node.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/loramac-node;name=loramac-node \ + git://github.com/zephyrproject-rtos/lvgl.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/gui/lvgl;name=lvgl \ + git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;nobranch=1;destsuffix=git/modules/crypto/mbedtls;name=mbedtls \ + git://github.com/zephyrproject-rtos/mcuboot.git;protocol=https;nobranch=1;destsuffix=git/bootloader/mcuboot;name=mcuboot \ + git://github.com/zephyrproject-rtos/mcumgr.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/mcumgr;name=mcumgr \ + git://github.com/zephyrproject-rtos/mipi-sys-t.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/mipi-sys-t;name=mipi-sys-t \ + git://github.com/zephyrproject-rtos/nanopb.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/nanopb;name=nanopb \ + git://github.com/zephyrproject-rtos/net-tools.git;protocol=https;nobranch=1;destsuffix=git/tools/net-tools;name=net-tools \ + git://github.com/zephyrproject-rtos/nrf_hw_models.git;protocol=https;nobranch=1;destsuffix=git/modules/bsim_hw_models/nrf_hw_models;name=nrf_hw_models \ git://github.com/zephyrproject-rtos/open-amp.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/open-amp;name=open-amp \ - git://github.com/zephyrproject-rtos/openthread.git;protocol=https;nobranch=1;branch=zephyr;destsuffix=git/modules/lib/openthread;name=openthread \ + git://github.com/zephyrproject-rtos/openthread.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/openthread;name=openthread \ + git://github.com/zephyrproject-rtos/segger.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/segger;name=segger \ + git://github.com/zephyrproject-rtos/sof.git;protocol=https;nobranch=1;destsuffix=git/modules/audio/sof;name=sof \ + git://github.com/zephyrproject-rtos/tinycbor.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tinycbor;name=tinycbor \ git://github.com/zephyrproject-rtos/tinycrypt.git;protocol=https;nobranch=1;destsuffix=git/modules/crypto/tinycrypt;name=tinycrypt \ + git://github.com/zephyrproject-rtos/TraceRecorderSource.git;protocol=https;nobranch=1;destsuffix=git/modules/debug/TraceRecorder;name=TraceRecorder \ + git://github.com/zephyrproject-rtos/trusted-firmware-m.git;protocol=https;nobranch=1;destsuffix=git/modules/tee/tfm;name=tfm \ " S = "${WORKDIR}/git" -- 2.25.1
|
|
[meta-zephyr][PATCH 3/6] zephyr.bbclass: Remove need for MACHINEOVERRIDES for ZEPHYR_MODULES
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
This commit removes the need for calling out ZEPHYR_MODULES via MACHINEOVERRIDES. It uses west list to figure out what ZEPHYR_MODULES are available and attaches them to -DZEPHYR_MODULES. Additional out of tree modules may be added via ZEPHYR_EXTRA_MODULES. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- .../conf/machine/include/nrf52.inc | 2 - .../machine/include/stm32mp1-cortex-m4.inc | 3 -- meta-zephyr-core/classes/zephyr.bbclass | 42 +++++++++++++++++++ meta-zephyr-core/conf/layer.conf | 2 + .../zephyr-kernel/zephyr-kernel-common.inc | 13 +++--- 5 files changed, 49 insertions(+), 13 deletions(-) diff --git a/meta-zephyr-bsp/conf/machine/include/nrf52.inc b/meta-zephyr-bsp/conf/machine/include/nrf52.inc index d22f8bc..4162d3e 100644 --- a/meta-zephyr-bsp/conf/machine/include/nrf52.inc +++ b/meta-zephyr-bsp/conf/machine/include/nrf52.inc @@ -5,8 +5,6 @@ require conf/machine/include/tune-cortexm4.inc -MACHINEOVERRIDES =. "nordic:" - TUNE_FEATURES = "armv7m cortexm4" # Target type for this machine used by Pyocd diff --git a/meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc b/meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc index b82b02d..0d46620 100644 --- a/meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc +++ b/meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc @@ -5,7 +5,4 @@ require conf/machine/include/tune-cortexm4.inc -# Include OpenAMP for communication with Cortex-A7 core of the SoC -MACHINEOVERRIDES =. "stm32:openamp:" - TUNE_FEATURES = "armv7m cortexm4" diff --git a/meta-zephyr-core/classes/zephyr.bbclass b/meta-zephyr-core/classes/zephyr.bbclass index e1d3185..f3d16b7 100644 --- a/meta-zephyr-core/classes/zephyr.bbclass +++ b/meta-zephyr-core/classes/zephyr.bbclass @@ -1,4 +1,7 @@ inherit terminal +inherit python3native + +PYTHONPATH="${STAGING_DIR_HOST}${libdir}/${PYTHON_DIR}/site-packages" OE_TERMINAL_EXPORTS += "HOST_EXTRACFLAGS HOSTLDFLAGS TERMINFO CROSS_CURSES_LIB CROSS_CURSES_INC" HOST_EXTRACFLAGS = "${BUILD_CFLAGS} ${BUILD_LDFLAGS}" @@ -21,6 +24,45 @@ python () { d.setVar('BOARD',board) } +do_get_zmods() { + + export PYTHONPATH="${RECIPE_SYSROOT_NATIVE}/${libdir}/${PYTHON_DIR}/site-packages:${RECIPE_SYSROOT_NATIVE}/${libdir}/${PYTHON_DIR}" + cd ${S} + + # I really dislike how tied in this is to west, but without reimplementing their script, this seems to be the + # easiest way to do this + rm -rf .west; mkdir .west + cat << EOF >> ${S}/.west/config +[manifest] +path = . +file = west.yml +EOF + + # Because of how we structure things, we need to either structure this more like a west workspace or just tweak + # the manifest in order to get access to the west extentions like build and whatnot. Tweaking the manifest is the + # easier path here and minimizes the amount of breakage that might occur. + + sed -i 's/path: zephyr/path: ./' west.yml + + # Get all available modules and add them to ZEPHYR_MODULES + for i in $(west list|awk 'NR>1 {print $2}'); do + ZEPHYR_MODULES="${S}/$i\;${ZEPHYR_MODULES}" + done + export ZEPHYR_MODULES +} + +do_get_zmods[nostamp] = "1" +do_get_zmods[dirs] = "${B}" + +EXTRA_OECMAKE:append = " -DZEPHYR_MODULES=${ZEPHYR_MODULES}" + +addtask get_zmods after do_patch before do_configure +do_get_zmods[depends] += "west-native:do_populate_sysroot" +do_get_zmods[depends] += "python3-pyyaml-native:do_populate_sysroot" +do_get_zmods[depends] += "python3-pykwalify-native:do_populate_sysroot" +do_get_zmods[depends] += "python3-colorama-native:do_populate_sysroot" +do_get_zmods[depends] += "python3-pyelftools-native:do_populate_sysroot" + python do_menuconfig() { os.chdir(d.getVar('ZEPHYR_SRC_DIR', True)) configdir = d.getVar('ZEPHYR_SRC_DIR', True) + '/outdir/' + d.getVar('BOARD', True) diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index 4b1bf91..d3ac10e 100644 --- a/meta-zephyr-core/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -18,3 +18,5 @@ LAYERDEPENDS_zephyrcore = "core meta-python" LAYERSERIES_COMPAT_zephyrcore = "dunfell gatesgarth hardknott honister" X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}" + +PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages" diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc index 5ae7504..e69ba3c 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc @@ -2,7 +2,6 @@ ZEPHYR_INHERIT_CLASSES += "zephyr cmake" inherit ${ZEPHYR_INHERIT_CLASSES} -inherit python3native # There shouldn't be a manifest for zephyr kernels since there is no root # filesystem. @@ -24,19 +23,17 @@ EXTRA_OECMAKE = "\ -DZEPHYR_SYSROOT=${ZEPHYR_SYSROOT} \ -DZEPHYR_TOOLCHAIN_VARIANT=yocto \ -DEXTRA_CPPFLAGS=${CPPFLAGS} \ + -DZEPHYR_MODULES=${ZEPHYR_MODULES} \ " -ZEPHYR_MODULES = "" -ZEPHYR_MODULES:append:arm = "\;${S}/modules/cmsis" -ZEPHYR_MODULES:append:nordic = "\;${S}/modules/hal/nordic" -ZEPHYR_MODULES:append:stm32 = "\;${S}/modules/hal/stm32" -ZEPHYR_MODULES:append:openamp = "\;${S}/modules/lib/open-amp\;${S}/modules/hal/libmetal" +ZEPHYR_EXTRA_MODULES = "" -EXTRA_OECMAKE:append = " -DZEPHYR_MODULES=${ZEPHYR_MODULES}" +EXTRA_OECMAKE:append = " -DZEPHYR_EXTRA_MODULES=${ZEPHYR_EXTRA_MODULES}" export ZEPHYR_BASE="${S}" -DEPENDS += "gperf-native python3-pyelftools-native python3-pyyaml-native python3-pykwalify-native" +DEPENDS += "gperf-native" + CROSS_COMPILE = "${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}" DEPENDS:append:qemuall = " qemu-native qemu-helper-native" -- 2.25.1
|
|
[meta-zephyr][PATCH 2/6] west: Add west and python dependencies
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be able to run west boards. Secondly, I want to get rid of the dependance on MACHINEOVERRIDES in machine definition files. One of the things that drives me a bit mad about how we're doing this is effort replication. Zephyr knows what the machine is, and modules needed and includes. We shouldn't need to replicate that effort. Future patches will address that through automatic machine generation. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- .../python/python3-anytree_2.8.0.bb | 14 ++++++++++++ .../python/python3-breathe_4.31.0.bb | 17 ++++++++++++++ .../python/python3-canopen_1.2.1.bb | 17 ++++++++++++++ .../python/python3-cbor_1.0.0.bb | 19 ++++++++++++++++ .../python/python3-coverage_5.5.bb | 14 ++++++++++++ .../python/python3-docopt_0.6.2.bb | 14 ++++++++++++ .../python/python3-gcovr_5.0.bb | 14 ++++++++++++ .../python/python3-gitlint_0.15.1.bb | 14 ++++++++++++ .../python/python3-imgtool_1.7.2.bb | 14 ++++++++++++ .../python/python3-junithtml_30.0.4.bb | 14 ++++++++++++ .../python/python3-junitparser_2.1.1.bb | 14 ++++++++++++ .../python/python3-lpc_checksum_2.2.0.bb | 14 ++++++++++++ .../python/python3-mock_4.0.3.bb | 14 ++++++++++++ .../python/python3-mypy_0.910.bb | 14 ++++++++++++ .../python/python3-packaging_21.0.bb | 14 ++++++++++++ .../python/python3-pillow_8.3.2.bb | 14 ++++++++++++ .../python/python3-progress_1.6.bb | 14 ++++++++++++ .../python/python3-psutil_5.8.0.bb | 14 ++++++++++++ .../python/python3-pyelftools_0.27.bb | 14 ++++++++++++ .../python/python3-pygithub_1.55.bb | 14 ++++++++++++ .../python/python3-pygments_2.10.0.bb | 15 +++++++++++++ .../python/python3-pykwalify_1.8.0.bb | 15 +++++++++++++ .../recipes-devtools/python/python3-pylink | 11 ++++++++++ .../python/python3-pyocd_0.32.0.bb | 14 ++++++++++++ .../python/python3-pyparsing_2.4.7.bb | 14 ++++++++++++ .../python/python3-sphinx_4.2.0.bb | 14 ++++++++++++ .../recipes-devtools/west/west_0.12.99.bb | 22 +++++++++++++++++++ 27 files changed, 396 insertions(+) create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-coverage_5.5.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-docopt_0.6.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-gcovr_5.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-lpc_checksum_2.2.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-mock_4.0.3.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-mypy_0.910.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pillow_8.3.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-progress_1.6.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-psutil_5.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pykwalify_1.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pylink create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/west/west_0.12.99.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb new file mode 100644 index 0000000..a19c998 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python anytree" +DESCRIPTION = "Powerful and Lightweight Python Tree Data Structure" +HOMEPAGE = "https://pypi.org/project/anytree" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "anytree" +SRC_URI[md5sum] = "25ef3e656ad16a2a6b6c187807da7e5f" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb new file mode 100644 index 0000000..4389d20 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python breathe" +DESCRIPTION = "Breathe is an extension to reStructuredText and Sphinx to be \ + able to read and render Doxygen xml output." +HOMEPAGE = "https://pypi.org/project/breathe" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6" + +inherit pypi setuptools3 + +DEPENDS = "python3-sphinx-native python3-docutils-native python3-pygments-native python3-babel-native python3-jinja2-native python3-distro-native" +PYPI_PACKAGE = "breathe" +SRC_URI[md5sum] = "33a86368215dbcb59e5c71687f6b228b" +SRC_URI[sha256sum] = "925eeff96c6640cd857e4ddeae6f75464a1d5e2e08ee56dccce4043583ae2050" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb new file mode 100644 index 0000000..0608199 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python canopen" +DESCRIPTION = "A Python implementation of the CANopen standard. The aim of \ + the project is to support the most common parts of the CiA \ + 301 standard in a simple Pythonic interface." +HOMEPAGE = "https://pypi.org/project/canopen" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97f135a6ee6f800c377b5512122c7a8d" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "canopen" +SRC_URI[md5sum] = "da37dcf725e774385f05f05e04ca54a0" +SRC_URI[sha256sum] = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb new file mode 100644 index 0000000..9e240f0 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python cbor" +DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object \ + Representation (CBOR). \ + CBOR is comparable to JSON, has a superset of JSON’s ability, \ + but serializes to a binary format which is smaller and faster \ + to generate and parse." +HOMEPAGE = "https://pypi.org/project/cbor" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.cfg;md5=d86758afb08a60bc589dc67bfea670b2" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "cbor" +SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6" +SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-coverage_5.5.bb b/meta-zephyr-core/recipes-devtools/python/python3-coverage_5.5.bb new file mode 100644 index 0000000..c6453e8 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-coverage_5.5.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python coverage" +HOMEPAGE = "https://pypi.org/project/coverage" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "coverage" +SRC_URI[md5sum] = "22e8fc8c26c46e76fb3c7f99a5f6eb92" +SRC_URI[sha256sum] = "ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-docopt_0.6.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-docopt_0.6.2.bb new file mode 100644 index 0000000..06328ad --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-docopt_0.6.2.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python docopt" +HOMEPAGE = "https://pypi.org/project/docopt" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.rst;md5=f5e4b93f14c3dbf160d794aa8f6e9e36" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "docopt" +SRC_URI[md5sum] = "4bc74561b37fad5d3e7d037f82a4c3b1" +SRC_URI[sha256sum] = "49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-gcovr_5.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-gcovr_5.0.bb new file mode 100644 index 0000000..9029d88 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-gcovr_5.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python gcovr" +HOMEPAGE = "https://pypi.org/project/gcovr" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=08208c66520e8d69d5367483186d94ed" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "gcovr" +SRC_URI[md5sum] = "95a42a5c673211443ae416c029510f22" +SRC_URI[sha256sum] = "1d80264cbaadff356b3dda71b8c62b3aa803e5b3eb6d526a24932cd6660a2576" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb new file mode 100644 index 0000000..143e2cb --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python gitlint" +HOMEPAGE = "https://pypi.org/project/gitlint" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "gitlint" +SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca" +SRC_URI[sha256sum] = "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb new file mode 100644 index 0000000..40d8176 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python imgtool" +HOMEPAGE = "https://pypi.org/project/imgtool" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.cfg;md5=3f78c6150b7d619a476c799812e31d5a" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "imgtool" +SRC_URI[md5sum] = "08fe63c644977aa8f9e6038e2067c3de" +SRC_URI[sha256sum] = "799484f3f61e398ac4157548f309b6baa4084e464176449694ba9de7909eed6e" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb b/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb new file mode 100644 index 0000000..ddc34aa --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python junit2html" +HOMEPAGE = "https://pypi.org/project/junit2html" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=899c50bccc6c8221c8ca0a9c7633b5b8" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "junit2html" +SRC_URI[md5sum] = "a816cf502da0a8905f24aefab0739206" +SRC_URI[sha256sum] = "9b3967c92142abd5fb94e2cbb938c51cc6c2689ec1c7fd348c6ba4ddab92da14" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb new file mode 100644 index 0000000..5932e66 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python junitparser" +HOMEPAGE = "https://pypi.org/project/junitparser" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2d00702cde917dd61c41041bc30136dd" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "junitparser" +SRC_URI[md5sum] = "f8704c2b18e6f4d482c62b33e141a0cb" +SRC_URI[sha256sum] = "d54d0eaa2b15ee2efab0220ce0ab31448d26dcb78170d5667453d7755b9f1480" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-lpc_checksum_2.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-lpc_checksum_2.2.0.bb new file mode 100644 index 0000000..503f7ca --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-lpc_checksum_2.2.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python lpc_checksum" +HOMEPAGE = "https://pypi.org/project/lpc_checksum" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=85c86965b0249c221935f585c0313d60" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "lpc_checksum" +SRC_URI[md5sum] = "eef81888414a111e1fd5992b8614b6cb" +SRC_URI[sha256sum] = "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db0409d1ed04358b64185" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-mock_4.0.3.bb b/meta-zephyr-core/recipes-devtools/python/python3-mock_4.0.3.bb new file mode 100644 index 0000000..47dded3 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-mock_4.0.3.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python mock" +HOMEPAGE = "https://pypi.org/project/mock" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "mock" +SRC_URI[md5sum] = "aa1da7f967fc9a23b8f2ef76b9793065" +SRC_URI[sha256sum] = "7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-mypy_0.910.bb b/meta-zephyr-core/recipes-devtools/python/python3-mypy_0.910.bb new file mode 100644 index 0000000..84757bd --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-mypy_0.910.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python mypy" +HOMEPAGE = "https://pypi.org/project/mypy" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=17b7180fcfc43c4e70c07c71588604c4" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "mypy" +SRC_URI[md5sum] = "cb65b89ecc36f0b01f264b424154fb46" +SRC_URI[sha256sum] = "704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb new file mode 100644 index 0000000..f857224 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python packaging" +HOMEPAGE = "https://pypi.org/project/packaging" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "packaging" +SRC_URI[md5sum] = "240ba5823ed31051a1254e74c9d18d55" +SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pillow_8.3.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-pillow_8.3.2.bb new file mode 100644 index 0000000..b06d609 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pillow_8.3.2.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python Pillow" +HOMEPAGE = "https://pypi.org/project/Pillow" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "Pillow" +SRC_URI[md5sum] = "a7fc550b80819eab11e01cc097913700" +SRC_URI[sha256sum] = "dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-progress_1.6.bb b/meta-zephyr-core/recipes-devtools/python/python3-progress_1.6.bb new file mode 100644 index 0000000..604172e --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-progress_1.6.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python progress" +HOMEPAGE = "https://pypi.org/project/progress" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "progress" +SRC_URI[md5sum] = "7389594900723583f14a97669ba4ef0a" +SRC_URI[sha256sum] = "c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-psutil_5.8.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-psutil_5.8.0.bb new file mode 100644 index 0000000..eb5a4f3 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-psutil_5.8.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python psutil" +HOMEPAGE = "https://pypi.org/project/psutil" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "psutil" +SRC_URI[md5sum] = "91060da163ef478002a4456dd99cbb4c" +SRC_URI[sha256sum] = "0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb new file mode 100644 index 0000000..1405fc5 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python pyelftools" +HOMEPAGE = "https://pypi.org/project/pyelftools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pyelftools" +SRC_URI[md5sum] = "061d67c669a9b1f8d07f28c47fb6a65f" +SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb new file mode 100644 index 0000000..268d2b7 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python PyGithub" +HOMEPAGE = "https://pypi.org/project/PyGithub" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=c5e8b6057f82b73046c24a30809903bd" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "PyGithub" +SRC_URI[md5sum] = "03e5883a8d4358b0786a0db84ad56a22" +SRC_URI[sha256sum] = "1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb new file mode 100644 index 0000000..c4b63c1 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python pygments" +HOMEPAGE = "https://pypi.org/project/Pygments/" +DESCRIPTION = "Pygments is a syntax highlighting package written in Python." +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" +SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "Pygments" +SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pykwalify_1.8.0.bb new file mode 100644 index 0000000..a159965 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pykwalify_1.8.0.bb @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python pykwalify" +HOMEPAGE = "https://pypi.org/project/pykwalify" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4eaf57328ad29ea2e0ed31a57f0914dc" +DEPENDS = "python3-docop-native" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pykwalify" +SRC_URI[md5sum] = "153197598f8508a49aefc0f44156c2b8" +SRC_URI[sha256sum] = "796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pylink b/meta-zephyr-core/recipes-devtools/python/python3-pylink new file mode 100644 index 0000000..ddfe3ca --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pylink @@ -0,0 +1,11 @@ +SUMMARY = "Python pylink-square" +HOMEPAGE ="https://pypi.org/project/pylink-square" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=8aa920a7ab8eabc590a0ab6dbe1b3bf2" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pylink-square" +SRC_URI[md5sum] = "e156ee1c73516e8b2cf52347f6c663f3" +SRC_URI[sha256sum] = "45674112acab890483ee738bb3957e18cc6063dca763fc91283f890fb72d2f59" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb new file mode 100644 index 0000000..bbdae6a --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python pyocd" +HOMEPAGE = "https://pypi.org/project/pyocd" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=421492e27872cb498685e9d7649f63a2" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pyocd" +SRC_URI[md5sum] = "25153f563a629bb2be7560e2dc23c0a8" +SRC_URI[sha256sum] = "d5aa498130f251373ac50724be73dc2f8cf60b03c9547bddf3c140fa6555ead1" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb new file mode 100644 index 0000000..0cb0d36 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python pyparsing" +HOMEPAGE = "https://pypi.org/project/pyparsing" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pyparsing" +SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4" +SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb new file mode 100644 index 0000000..290fabb --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" + +inherit setuptools3 pypi + +PYPI_PACKAGE = "Sphinx" +SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/west/west_0.12.99.bb b/meta-zephyr-core/recipes-devtools/west/west_0.12.99.bb new file mode 100644 index 0000000..6a9f8bc --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/west/west_0.12.99.bb @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Zephyr RTOS Project meta-tool" +HOMEPAGE = "https://github.com/zephyrproject-rtos/west" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +SRC_URI = "git://github.com/zephyrproject-rtos/west;protocol=https;branch=main" + +PV = "0.12.99" +SRCREV = "38e656b05ea8f4c8d80b953f6d88b1ed604d11f8" +PROVIDES = "virtual/west" + +S = "${WORKDIR}/git" + +inherit setuptools3 python3native + +DEPENDS_${PN} += "python3-pyyaml python3-core python3-packaging python3-colorama python3-pyparsing" +RDEPENDS_${PN} += "python3-pyyaml python3-core python3-packaging python3-colorama python3-pyparsing" +BBCLASSEXTEND = "native nativesdk" +TOOLCHAIN_HOST_TASK:append = " nativesdk-west" -- 2.25.1
|
|
[meta-zephyr][PATCH 1/6] meta-zephyr-core/bsp: Restructure into sublayers
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> --- README.txt | 2 +- meta-zephyr-bsp/conf/layer.conf | 20 +++ .../conf}/machine/96b-avenger96.conf | 0 .../conf}/machine/96b-nitrogen.conf | 0 .../conf}/machine/arduino-nano-33-ble.conf | 0 .../conf}/machine/include/nrf52.inc | 0 .../machine/include/stm32mp1-cortex-m4.inc | 0 .../conf}/machine/include/tune-arc.inc | 0 .../machine/include/tune-corei7-common.inc | 0 .../conf}/machine/include/tune-cortexm0.inc | 0 .../conf}/machine/include/tune-cortexm3.inc | 0 .../conf}/machine/include/tune-cortexm4.inc | 0 .../conf}/machine/include/tune-iamcu.inc | 0 .../conf}/machine/include/tune-nios2.inc | 0 .../conf}/machine/intel-x86-64.conf | 0 .../conf}/machine/nrf52840dk-nrf52840.conf | 0 .../conf}/machine/qemu-cortex-m3.conf | 0 .../conf}/machine/qemu-nios2.conf | 0 .../conf}/machine/qemu-x86.conf | 0 .../conf}/machine/stm32mp157c-dk2.conf | 0 COPYING.MIT => meta-zephyr-core/COPYING.MIT | 0 meta-zephyr-core/README.txt | 119 ++++++++++++++++++ .../classes}/siteinfo-zephyr.bbclass | 0 .../classes}/zephyr-flash-bossac.bbclass | 0 .../classes}/zephyr-flash-dfu.bbclass | 0 .../classes}/zephyr-flash-pyocd.bbclass | 0 .../classes}/zephyr-qemuboot.bbclass | 0 .../classes}/zephyr.bbclass | 0 .../classes}/zephyrtest.bbclass | 0 .../conf}/distro/zephyr.conf | 0 {conf => meta-zephyr-core/conf}/layer.conf | 12 +- .../lib}/oeqa/controllers/__init__.py | 0 .../oeqa/controllers/zephyrtargetcontrol.py | 0 .../lib}/oeqa/runtime/__init__.py | 0 .../lib}/oeqa/runtime/cases/zephyr.py | 0 .../lib}/oeqa/utils/qemuzephyrrunner.py | 0 .../recipes-core}/newlib/newlib_%.bbappend | 0 .../binutils/binutils-2.26arc.inc | 0 .../binutils-cross-canadian_2.26arc.bb | 0 .../binutils/binutils-cross_2.26arc.bb | 0 ...e54244cd02bdcf4f1057be3ce96631f35ac3.patch | 0 .../recipes-devtools-arc}/gcc/gcc-6.x.arc.inc | 0 .../gcc/gcc-cross-canadian_6.x.arc.bb | 0 .../gcc/gcc-cross_6.x.arc .bb | 0 .../gcc/gcc-source_6.x.arc.bb | 0 .../gcc/libgcc_6.x.arc.bb | 0 .../gcc/gcc-cross_6.%.bbappend | 0 .../recipes-devtools}/gcc/libgcc_6.%.bbappend | 0 .../python/python3-colorama_0.4.4.bb | 16 +++ .../python/python3-intelhex_2.3.0.bb | 12 ++ .../python/python3-lpc-checksum_2.2.0.bb | 14 +++ .../qemu/files/nios2-add-support.patch | 0 .../recipes-devtools}/qemu/qemu_%.bbappend | 0 .../0001-cmake-add-yocto-toolchain.patch | 0 ...0001-cmake-added-missing-file-ext-to.patch | 0 ...ry-generation-issue-in-cross-compila.patch | 0 ...rduino-nano-33-ble-storage-partition.patch | 0 .../zephyr-kernel/files/dtc.patch | 0 .../zephyr-kernel/zephyr-blinky.bb | 0 .../zephyr-kernel/zephyr-coap-client.bb | 0 .../zephyr-kernel/zephyr-coap-server.bb | 0 .../zephyr-kernel/zephyr-echo-client.bb | 0 .../zephyr-kernel/zephyr-hci-uart.bb | 0 .../zephyr-kernel/zephyr-helloworld.bb | 0 .../zephyr-kernel/zephyr-http-client.bb | 0 .../zephyr-kernel/zephyr-image.inc | 0 .../zephyr-kernel/zephyr-kernel-common.inc | 0 .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 0 .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 0 .../zephyr-kernel/zephyr-kernel-src-dev.inc | 0 .../zephyr-kernel/zephyr-kernel-src.bb | 0 .../zephyr-kernel/zephyr-kernel-src.inc | 0 .../zephyr-kernel/zephyr-kernel-test-all.bb | 0 .../zephyr-kernel/zephyr-kernel-test.bb | 0 .../zephyr-kernel/zephyr-kernel-test.inc | 0 .../zephyr-kernel/zephyr-lvgl.bb | 0 .../zephyr-kernel/zephyr-mqtt-publisher.bb | 0 .../zephyr-kernel/zephyr-openamp-rsc-table.bb | 0 .../zephyr-openthread-echo-client.bb | 0 .../zephyr-kernel/zephyr-peripheral-esp.bb | 0 .../zephyr-kernel/zephyr-peripheral-hr.bb | 0 .../zephyr-kernel/zephyr-philosophers.bb | 0 .../zephyr-kernel/zephyr-sample.inc | 0 .../zephyr-kernel/zephyr-websocket-client.bb | 0 84 files changed, 188 insertions(+), 7 deletions(-) create mode 100644 meta-zephyr-bsp/conf/layer.conf rename {conf => meta-zephyr-bsp/conf}/machine/96b-avenger96.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/96b-nitrogen.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/arduino-nano-33-ble.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/nrf52.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/stm32mp1-cortex-m4.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-arc.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-corei7-common.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm0.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm3.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm4.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-iamcu.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-nios2.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/intel-x86-64.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/nrf52840dk-nrf52840.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/qemu-cortex-m3.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/qemu-nios2.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/qemu-x86.conf (100%) rename {conf => meta-zephyr-bsp/conf}/machine/stm32mp157c-dk2.conf (100%) rename COPYING.MIT => meta-zephyr-core/COPYING.MIT (100%) create mode 100644 meta-zephyr-core/README.txt rename {classes => meta-zephyr-core/classes}/siteinfo-zephyr.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-bossac.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-dfu.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-pyocd.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-qemuboot.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyrtest.bbclass (100%) rename {conf => meta-zephyr-core/conf}/distro/zephyr.conf (100%) rename {conf => meta-zephyr-core/conf}/layer.conf (62%) rename {lib => meta-zephyr-core/lib}/oeqa/controllers/__init__.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/controllers/zephyrtargetcontrol.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/runtime/__init__.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/runtime/cases/zephyr.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/utils/qemuzephyrrunner.py (100%) rename {recipes-core => meta-zephyr-core/recipes-core}/newlib/newlib_%.bbappend (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-2.26arc.inc (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-cross-canadian_2.26arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-cross_2.26arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-6.x.arc.inc (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-cross-canadian_6.x.arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-cross_6.x.arc .bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-source_6.x.arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/libgcc_6.x.arc.bb (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/gcc/gcc-cross_6.%.bbappend (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/gcc/libgcc_6.%.bbappend (100%) create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-colorama_0.4.4.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-intelhex_2.3.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/qemu/files/nios2-add-support.patch (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/qemu/qemu_%.bbappend (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/dtc.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-blinky.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-coap-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-coap-server.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-echo-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-hci-uart.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-helloworld.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-http-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-image.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-common.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src-2.6.1.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src-2.7.1.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src-dev.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test-all.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-lvgl.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-mqtt-publisher.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-openamp-rsc-table.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-openthread-echo-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-peripheral-esp.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-peripheral-hr.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-philosophers.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-sample.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-websocket-client.bb (100%) diff --git a/README.txt b/README.txt index 5a0ccc7..f3dda51 100644 --- a/README.txt +++ b/README.txt @@ -19,7 +19,7 @@ Modify local conf by adding: Add "meta-openembedded/meta-oe" to BBLAYERS Add "meta-openembedded/meta-python" to BBLAYERS -Add "meta-zephyr" to BBLAYERS +Add "meta-zephyr-core" and "meta-zephyr-bsp" to BBLAYERS Building and Running Zephyr Samples =================================== diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf new file mode 100644 index 0000000..d5d478c --- /dev/null +++ b/meta-zephyr-bsp/conf/layer.conf @@ -0,0 +1,20 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "zephyrbsp" +BBFILE_PATTERN_zephyrbsp = "^${LAYERDIR}/" +BBFILE_PRIORITY_zephyrbsp = "6" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_zephyrbsp = "1" + +LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" + +LAYERSERIES_COMPAT_zephyrbsp = "dunfell gatesgarth hardknott honister" + +X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}" diff --git a/conf/machine/96b-avenger96.conf b/meta-zephyr-bsp/conf/machine/96b-avenger96.conf similarity index 100% rename from conf/machine/96b-avenger96.conf rename to meta-zephyr-bsp/conf/machine/96b-avenger96.conf diff --git a/conf/machine/96b-nitrogen.conf b/meta-zephyr-bsp/conf/machine/96b-nitrogen.conf similarity index 100% rename from conf/machine/96b-nitrogen.conf rename to meta-zephyr-bsp/conf/machine/96b-nitrogen.conf diff --git a/conf/machine/arduino-nano-33-ble.conf b/meta-zephyr-bsp/conf/machine/arduino-nano-33-ble.conf similarity index 100% rename from conf/machine/arduino-nano-33-ble.conf rename to meta-zephyr-bsp/conf/machine/arduino-nano-33-ble.conf diff --git a/conf/machine/include/nrf52.inc b/meta-zephyr-bsp/conf/machine/include/nrf52.inc similarity index 100% rename from conf/machine/include/nrf52.inc rename to meta-zephyr-bsp/conf/machine/include/nrf52.inc diff --git a/conf/machine/include/stm32mp1-cortex-m4.inc b/meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc similarity index 100% rename from conf/machine/include/stm32mp1-cortex-m4.inc rename to meta-zephyr-bsp/conf/machine/include/stm32mp1-cortex-m4.inc diff --git a/conf/machine/include/tune-arc.inc b/meta-zephyr-bsp/conf/machine/include/tune-arc.inc similarity index 100% rename from conf/machine/include/tune-arc.inc rename to meta-zephyr-bsp/conf/machine/include/tune-arc.inc diff --git a/conf/machine/include/tune-corei7-common.inc b/meta-zephyr-bsp/conf/machine/include/tune-corei7-common.inc similarity index 100% rename from conf/machine/include/tune-corei7-common.inc rename to meta-zephyr-bsp/conf/machine/include/tune-corei7-common.inc diff --git a/conf/machine/include/tune-cortexm0.inc b/meta-zephyr-bsp/conf/machine/include/tune-cortexm0.inc similarity index 100% rename from conf/machine/include/tune-cortexm0.inc rename to meta-zephyr-bsp/conf/machine/include/tune-cortexm0.inc diff --git a/conf/machine/include/tune-cortexm3.inc b/meta-zephyr-bsp/conf/machine/include/tune-cortexm3.inc similarity index 100% rename from conf/machine/include/tune-cortexm3.inc rename to meta-zephyr-bsp/conf/machine/include/tune-cortexm3.inc diff --git a/conf/machine/include/tune-cortexm4.inc b/meta-zephyr-bsp/conf/machine/include/tune-cortexm4.inc similarity index 100% rename from conf/machine/include/tune-cortexm4.inc rename to meta-zephyr-bsp/conf/machine/include/tune-cortexm4.inc diff --git a/conf/machine/include/tune-iamcu.inc b/meta-zephyr-bsp/conf/machine/include/tune-iamcu.inc similarity index 100% rename from conf/machine/include/tune-iamcu.inc rename to meta-zephyr-bsp/conf/machine/include/tune-iamcu.inc diff --git a/conf/machine/include/tune-nios2.inc b/meta-zephyr-bsp/conf/machine/include/tune-nios2.inc similarity index 100% rename from conf/machine/include/tune-nios2.inc rename to meta-zephyr-bsp/conf/machine/include/tune-nios2.inc diff --git a/conf/machine/intel-x86-64.conf b/meta-zephyr-bsp/conf/machine/intel-x86-64.conf similarity index 100% rename from conf/machine/intel-x86-64.conf rename to meta-zephyr-bsp/conf/machine/intel-x86-64.conf diff --git a/conf/machine/nrf52840dk-nrf52840.conf b/meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52840.conf similarity index 100% rename from conf/machine/nrf52840dk-nrf52840.conf rename to meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52840.conf diff --git a/conf/machine/qemu-cortex-m3.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf similarity index 100% rename from conf/machine/qemu-cortex-m3.conf rename to meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf diff --git a/conf/machine/qemu-nios2.conf b/meta-zephyr-bsp/conf/machine/qemu-nios2.conf similarity index 100% rename from conf/machine/qemu-nios2.conf rename to meta-zephyr-bsp/conf/machine/qemu-nios2.conf diff --git a/conf/machine/qemu-x86.conf b/meta-zephyr-bsp/conf/machine/qemu-x86.conf similarity index 100% rename from conf/machine/qemu-x86.conf rename to meta-zephyr-bsp/conf/machine/qemu-x86.conf diff --git a/conf/machine/stm32mp157c-dk2.conf b/meta-zephyr-bsp/conf/machine/stm32mp157c-dk2.conf similarity index 100% rename from conf/machine/stm32mp157c-dk2.conf rename to meta-zephyr-bsp/conf/machine/stm32mp157c-dk2.conf diff --git a/COPYING.MIT b/meta-zephyr-core/COPYING.MIT similarity index 100% rename from COPYING.MIT rename to meta-zephyr-core/COPYING.MIT diff --git a/meta-zephyr-core/README.txt b/meta-zephyr-core/README.txt new file mode 100644 index 0000000..5a0ccc7 --- /dev/null +++ b/meta-zephyr-core/README.txt @@ -0,0 +1,119 @@ +Building Zephyr Images via bitbake recipes +========================================== + +More detailed and up-to-date information can be found here: + +https://wiki.yoctoproject.org/wiki/TipsAndTricks/BuildingZephyrImages + +Prerequisites: +============== + +This layer depends on: + Yocto distro (master) + git://git.yoctoproject.org/poky + Python layer (meta-openembedded/meta-python) + git://git.openembedded.org/meta-openembedded + +Modify local conf by adding: + DISTRO="zephyr" + +Add "meta-openembedded/meta-oe" to BBLAYERS +Add "meta-openembedded/meta-python" to BBLAYERS +Add "meta-zephyr" to BBLAYERS + +Building and Running Zephyr Samples +=================================== + +You can build Zephyr samples. There are several sample recipes. +For example, to build the Zephyr "philosophers" sample: + + $ MACHINE=qemu-x86 bitbake zephyr-philosophers + +You can then run the created "philosophers" image in qemu: + + $ runqemu qemu-x86 + +The same sample, for ARM image: + + $ MACHINE=qemu-cortex-m3 bitbake zephyr-philosophers + $ runqemu qemu-cortex-m3 + +The same sample, for Nios2 image: + + $ MACHINE=qemu-nios2 bitbake zephyr-philosophers + $ runqemu qemu-nios2 + +Flashing +================================= + +You can flash Zephyr samples to boards. Currently, the following MACHINEs +are supported: + * DFU: + - arduino-101-sss + - arduino-101 + - arduino-101-ble + * pyocd: + - 96b-nitrogen + +To flash the example you built with command e.g. + + $ MACHINE=96b-nitrogen bitbake zephyr-philosophers + +call similar command with explicit flash_usb command: + + $ MACHINE=96b-nitrogen bitbake zephyr-philosophers -c flash_usb + +dfu-util and/or pyocd need to be installed in your system. If you observe +permission errors or the flashing process seem to hang, follow those instructions: +https://github.com/pyocd/pyOCD/tree/master/udev + +By default, pyocd tries to flash all the attached probes. This behaviour can be +customised by defining the PYOCD_FLASH_IDS variable as a space-separated list +of IDs. Once that is set, the tool will only try to program these IDs. You can +query for the IDs by running `pyocd list` on your host while having the probes +attached. Besides setting this variable through the build's configuration or +metadata, you can also inject its value from command line with something like: + + $ PYOCD_FLASH_IDS='<ID1> <ID2> <ID3>' BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE PYOCD_FLASH_IDS" bitbake <TARGET> -c flash_usb + +Building and Running Zephyr Tests +================================= +Presently only toolchains for ARM, x86, IAMCU and Nios2 are supported. +(For ARM we use CortexM3 toolchain) + +To run Zephyr Test using Yocto Image Tests, ensure following in local.conf: + + INHERIT += "testimage" + +You can build and test an individual existing Zephyr test. +This is done by appending the actual test name to the "zephyr-kernel-test", +for example: + + $ MACHINE=qemu-x86 bitbake zephyr-kernel-test-sleep + $ MACHINE=qemu-x86 bitbake zephyr-kernel-test-sleep -c testimage + +You can also build and run all Zephyr existing tests (as listed in the file +zephyr-kernel-test.inc). For example: + + $ MACHINE=qemu-x86 bitbake zephyr-kernel-test-all + $ MACHINE=qemu-x86 bitbake zephyr-kernel-test-all -c testimage +or + $ MACHINE=qemu-cortex-m3 bitbake zephyr-kernel-test-all + $ MACHINE=qemu-cortex-m3 bitbake zephyr-kernel-test-all -c testimage +or + $ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all + $ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all -c testimage + + +Contributing +============ + +Patches for meta-zephyr should be sent to the yocto@... +mailing list. See https://lists.yoctoproject.org/g/yocto for subscription +details and the list archive. Please add [meta-zephyr] to the subject so +the patches are identifable. + +Git can be configured to send mails appropriately when using git send-email: + +$ git config --local sendemail.to yocto@... +$ git config --local format.subjectPrefix meta-zephyr][PATCH diff --git a/classes/siteinfo-zephyr.bbclass b/meta-zephyr-core/classes/siteinfo-zephyr.bbclass similarity index 100% rename from classes/siteinfo-zephyr.bbclass rename to meta-zephyr-core/classes/siteinfo-zephyr.bbclass diff --git a/classes/zephyr-flash-bossac.bbclass b/meta-zephyr-core/classes/zephyr-flash-bossac.bbclass similarity index 100% rename from classes/zephyr-flash-bossac.bbclass rename to meta-zephyr-core/classes/zephyr-flash-bossac.bbclass diff --git a/classes/zephyr-flash-dfu.bbclass b/meta-zephyr-core/classes/zephyr-flash-dfu.bbclass similarity index 100% rename from classes/zephyr-flash-dfu.bbclass rename to meta-zephyr-core/classes/zephyr-flash-dfu.bbclass diff --git a/classes/zephyr-flash-pyocd.bbclass b/meta-zephyr-core/classes/zephyr-flash-pyocd.bbclass similarity index 100% rename from classes/zephyr-flash-pyocd.bbclass rename to meta-zephyr-core/classes/zephyr-flash-pyocd.bbclass diff --git a/classes/zephyr-qemuboot.bbclass b/meta-zephyr-core/classes/zephyr-qemuboot.bbclass similarity index 100% rename from classes/zephyr-qemuboot.bbclass rename to meta-zephyr-core/classes/zephyr-qemuboot.bbclass diff --git a/classes/zephyr.bbclass b/meta-zephyr-core/classes/zephyr.bbclass similarity index 100% rename from classes/zephyr.bbclass rename to meta-zephyr-core/classes/zephyr.bbclass diff --git a/classes/zephyrtest.bbclass b/meta-zephyr-core/classes/zephyrtest.bbclass similarity index 100% rename from classes/zephyrtest.bbclass rename to meta-zephyr-core/classes/zephyrtest.bbclass diff --git a/conf/distro/zephyr.conf b/meta-zephyr-core/conf/distro/zephyr.conf similarity index 100% rename from conf/distro/zephyr.conf rename to meta-zephyr-core/conf/distro/zephyr.conf diff --git a/conf/layer.conf b/meta-zephyr-core/conf/layer.conf similarity index 62% rename from conf/layer.conf rename to meta-zephyr-core/conf/layer.conf index 35f1075..4b1bf91 100644 --- a/conf/layer.conf +++ b/meta-zephyr-core/conf/layer.conf @@ -5,16 +5,16 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "zephyr" -BBFILE_PATTERN_zephyr = "^${LAYERDIR}/" -BBFILE_PRIORITY_zephyr = "6" +BBFILE_COLLECTIONS += "zephyrcore" +BBFILE_PATTERN_zephyrcore = "^${LAYERDIR}/" +BBFILE_PRIORITY_zephyrcore = "6" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_zephyr = "1" +LAYERVERSION_zephyrcore = "1" -LAYERDEPENDS_zephyr = "core meta-python" +LAYERDEPENDS_zephyrcore = "core meta-python" -LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth hardknott honister" +LAYERSERIES_COMPAT_zephyrcore = "dunfell gatesgarth hardknott honister" X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}" diff --git a/lib/oeqa/controllers/__init__.py b/meta-zephyr-core/lib/oeqa/controllers/__init__.py similarity index 100% rename from lib/oeqa/controllers/__init__.py rename to meta-zephyr-core/lib/oeqa/controllers/__init__.py diff --git a/lib/oeqa/controllers/zephyrtargetcontrol.py b/meta-zephyr-core/lib/oeqa/controllers/zephyrtargetcontrol.py similarity index 100% rename from lib/oeqa/controllers/zephyrtargetcontrol.py rename to meta-zephyr-core/lib/oeqa/controllers/zephyrtargetcontrol.py diff --git a/lib/oeqa/runtime/__init__.py b/meta-zephyr-core/lib/oeqa/runtime/__init__.py similarity index 100% rename from lib/oeqa/runtime/__init__.py rename to meta-zephyr-core/lib/oeqa/runtime/__init__.py diff --git a/lib/oeqa/runtime/cases/zephyr.py b/meta-zephyr-core/lib/oeqa/runtime/cases/zephyr.py similarity index 100% rename from lib/oeqa/runtime/cases/zephyr.py rename to meta-zephyr-core/lib/oeqa/runtime/cases/zephyr.py diff --git a/lib/oeqa/utils/qemuzephyrrunner.py b/meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py similarity index 100% rename from lib/oeqa/utils/qemuzephyrrunner.py rename to meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py diff --git a/recipes-core/newlib/newlib_%.bbappend b/meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend similarity index 100% rename from recipes-core/newlib/newlib_%.bbappend rename to meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend diff --git a/recipes-devtools-arc/binutils/binutils-2.26arc.inc b/meta-zephyr-core/recipes-devtools-arc/binutils/binutils-2.26arc.inc similarity index 100% rename from recipes-devtools-arc/binutils/binutils-2.26arc.inc rename to meta-zephyr-core/recipes-devtools-arc/binutils/binutils-2.26arc.inc diff --git a/recipes-devtools-arc/binutils/binutils-cross-canadian_2.26arc.bb b/meta-zephyr-core/recipes-devtools-arc/binutils/binutils-cross-canadian_2.26arc.bb similarity index 100% rename from recipes-devtools-arc/binutils/binutils-cross-canadian_2.26arc.bb rename to meta-zephyr-core/recipes-devtools-arc/binutils/binutils-cross-canadian_2.26arc.bb diff --git a/recipes-devtools-arc/binutils/binutils-cross_2.26arc.bb b/meta-zephyr-core/recipes-devtools-arc/binutils/binutils-cross_2.26arc.bb similarity index 100% rename from recipes-devtools-arc/binutils/binutils-cross_2.26arc.bb rename to meta-zephyr-core/recipes-devtools-arc/binutils/binutils-cross_2.26arc.bb diff --git a/recipes-devtools-arc/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch b/meta-zephyr-core/recipes-devtools-arc/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch similarity index 100% rename from recipes-devtools-arc/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch rename to meta-zephyr-core/recipes-devtools-arc/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch diff --git a/recipes-devtools-arc/gcc/gcc-6.x.arc.inc b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-6.x.arc.inc similarity index 100% rename from recipes-devtools-arc/gcc/gcc-6.x.arc.inc rename to meta-zephyr-core/recipes-devtools-arc/gcc/gcc-6.x.arc.inc diff --git a/recipes-devtools-arc/gcc/gcc-cross-canadian_6.x.arc.bb b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross-canadian_6.x.arc.bb similarity index 100% rename from recipes-devtools-arc/gcc/gcc-cross-canadian_6.x.arc.bb rename to meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross-canadian_6.x.arc.bb diff --git a/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb similarity index 100% rename from recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb rename to meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb diff --git a/recipes-devtools-arc/gcc/gcc-source_6.x.arc.bb b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-source_6.x.arc.bb similarity index 100% rename from recipes-devtools-arc/gcc/gcc-source_6.x.arc.bb rename to meta-zephyr-core/recipes-devtools-arc/gcc/gcc-source_6.x.arc.bb diff --git a/recipes-devtools-arc/gcc/libgcc_6.x.arc.bb b/meta-zephyr-core/recipes-devtools-arc/gcc/libgcc_6.x.arc.bb similarity index 100% rename from recipes-devtools-arc/gcc/libgcc_6.x.arc.bb rename to meta-zephyr-core/recipes-devtools-arc/gcc/libgcc_6.x.arc.bb diff --git a/recipes-devtools/gcc/gcc-cross_6.%.bbappend b/meta-zephyr-core/recipes-devtools/gcc/gcc-cross_6.%.bbappend similarity index 100% rename from recipes-devtools/gcc/gcc-cross_6.%.bbappend rename to meta-zephyr-core/recipes-devtools/gcc/gcc-cross_6.%.bbappend diff --git a/recipes-devtools/gcc/libgcc_6.%.bbappend b/meta-zephyr-core/recipes-devtools/gcc/libgcc_6.%.bbappend similarity index 100% rename from recipes-devtools/gcc/libgcc_6.%.bbappend rename to meta-zephyr-core/recipes-devtools/gcc/libgcc_6.%.bbappend diff --git a/meta-zephyr-core/recipes-devtools/python/python3-colorama_0.4.4.bb b/meta-zephyr-core/recipes-devtools/python/python3-colorama_0.4.4.bb new file mode 100644 index 0000000..67b8d52 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-colorama_0.4.4.bb @@ -0,0 +1,16 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python colorama" +HOMEPAGE = "https://pypi.org/project/colorama" +DESCRIPTION = "Makes ANSI escape character sequences (for producing colored \ + terminal text and cursor positioning) work under MS Windows." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorama" +SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" +SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-intelhex_2.3.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-intelhex_2.3.0.bb new file mode 100644 index 0000000..e297491 --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-intelhex_2.3.0.bb @@ -0,0 +1,12 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python library for Intel HEX files manipulations" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4eba844696655c3eae07aca8e3a94772" + +SRC_URI[sha256sum] = "892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb new file mode 100644 index 0000000..503f7ca --- /dev/null +++ b/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# SPDX-License-Identifier: Apache-2.0 + +SUMMARY = "Python lpc_checksum" +HOMEPAGE = "https://pypi.org/project/lpc_checksum" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=85c86965b0249c221935f585c0313d60" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "lpc_checksum" +SRC_URI[md5sum] = "eef81888414a111e1fd5992b8614b6cb" +SRC_URI[sha256sum] = "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db0409d1ed04358b64185" +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/qemu/files/nios2-add-support.patch b/meta-zephyr-core/recipes-devtools/qemu/files/nios2-add-support.patch similarity index 100% rename from recipes-devtools/qemu/files/nios2-add-support.patch rename to meta-zephyr-core/recipes-devtools/qemu/files/nios2-add-support.patch diff --git a/recipes-devtools/qemu/qemu_%.bbappend b/meta-zephyr-core/recipes-devtools/qemu/qemu_%.bbappend similarity index 100% rename from recipes-devtools/qemu/qemu_%.bbappend rename to meta-zephyr-core/recipes-devtools/qemu/qemu_%.bbappend diff --git a/recipes-kernel/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch similarity index 100% rename from recipes-kernel/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch diff --git a/recipes-kernel/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch similarity index 100% rename from recipes-kernel/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch diff --git a/recipes-kernel/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch similarity index 100% rename from recipes-kernel/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch diff --git a/recipes-kernel/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch similarity index 100% rename from recipes-kernel/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch diff --git a/recipes-kernel/zephyr-kernel/files/dtc.patch b/meta-zephyr-core/recipes-kernel/zephyr-kernel/files/dtc.patch similarity index 100% rename from recipes-kernel/zephyr-kernel/files/dtc.patch rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/files/dtc.patch diff --git a/recipes-kernel/zephyr-kernel/zephyr-blinky.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-blinky.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-blinky.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-blinky.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-coap-client.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-coap-server.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-coap-server.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-coap-server.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-coap-server.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-echo-client.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-echo-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-helloworld.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-http-client.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-http-client.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-http-client.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-http-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-image.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-image.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-dev.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-dev.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src-dev.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-dev.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test-all.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test-all.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-test-all.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test-all.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-test.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-lvgl.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-lvgl.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-lvgl.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-lvgl.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openamp-rsc-table.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-peripheral-esp.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-peripheral-esp.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-peripheral-esp.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-peripheral-esp.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-philosophers.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philosophers.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-sample.inc b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-sample.inc similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-sample.inc rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-sample.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb similarity index 100% rename from recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb rename to meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb -- 2.25.1
|
|
[meta-zephyr][RFC][PATCH 0/6] Additional machines and removal of MACHINEOVERRIDES.
Eilís Ní Fhlannagáin
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...>
This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor issue)are dealt with in this series. The first is a logical split of the meta-zephyr layer into a machine BSP layer and a functional core layer. The second is the removal for the need of MACHINEOVERRIDES as a method of telling zephyr it's'-DZEPHYR_MODULES. Zephyr already knows this, so by abusing west list a bit, we can pull that information out and generate the needed config line to be passed into cmake. Out of tree ZEPHYR_MODULES should be added via ZEPHYR_EXTRA_MODULES. The third major issue is as we're now relying on west to know what modules Zephyr needs, we need to checkout the complete Zephyr source. The last major issue is that Zephyr knows it's own machine config and I would like us to support as many of the Zephyr machines as possible. As I've yet to find a way to do this at build time, with a little abuse of cmake exports we can generate machine configurations based on what is in Zephyr itself. These have obviously not all been tested In essence, this patch gives us 382 additional machines to add to the 9 that already existed. Testing for these new boards is still being worked out. Lastly there was a minor issue with the 2.6.1 kernel in that the dtc patch Ross created for 2.7.0 (moved to 2.7.1) wasn't applied which causes 2.6.1 to fail with the same error Eilís Ní Fhlannagáin (6): meta-zephyr-core/bsp: Restructure into sublayers west: Add west and python dependencies zephyr.bbclass: Remove need for MACHINEOVERRIDES for ZEPHYR_MODULES zephyr-kernel-src: Add complete zephyr source zephyr-kernel-src-2.6.1: Add dtc patch. meta-zephyr-bsp: Add autogenerated machines. README.txt | 2 +- {conf => meta-zephyr-bsp/conf}/layer.conf | 12 +- .../conf/machine/96b-aerocore2.conf | 22 ++ .../conf/machine/96b-argonkey.conf | 22 ++ .../conf}/machine/96b-avenger96.conf | 0 .../conf/machine/96b-carbon-nrf51.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-carbon.conf | 22 ++ .../conf/machine/96b-meerkat96.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-neonkey.conf | 22 ++ .../conf}/machine/96b-nitrogen.conf | 0 .../conf/machine/96b-stm32-sensor-mez.conf | 22 ++ meta-zephyr-bsp/conf/machine/96b-wistrio.conf | 22 ++ .../conf/machine/acrn-ehl-crb.conf | 22 ++ meta-zephyr-bsp/conf/machine/acrn.conf | 22 ++ .../conf/machine/actinius-icarus-bee-ns.conf | 22 ++ .../conf/machine/actinius-icarus-bee.conf | 22 ++ .../conf/machine/actinius-icarus-ns.conf | 22 ++ .../conf/machine/actinius-icarus-som-ns.conf | 22 ++ .../conf/machine/actinius-icarus-som.conf | 22 ++ .../conf/machine/actinius-icarus.conf | 22 ++ .../adafruit-feather-m0-basic-proto.conf | 22 ++ .../machine/adafruit-feather-nrf52840.conf | 22 ++ .../machine/adafruit-feather-stm32f405.conf | 22 ++ .../adafruit-itsybitsy-m4-express.conf | 22 ++ .../conf/machine/adafruit-trinket-m0.conf | 22 ++ .../conf/machine/adp-xc7k-ae350.conf | 22 ++ .../conf/machine/altera-max10.conf | 22 ++ meta-zephyr-bsp/conf/machine/arduino-due.conf | 22 ++ .../conf}/machine/arduino-nano-33-ble.conf | 0 .../conf/machine/arduino-nano-33-iot.conf | 22 ++ .../conf/machine/arduino-zero.conf | 22 ++ .../machine/arty-a7-arm-designstart-m1.conf | 22 ++ .../machine/arty-a7-arm-designstart-m3.conf | 22 ++ .../conf/machine/atsamd20-xpro.conf | 22 ++ .../conf/machine/atsamd21-xpro.conf | 22 ++ .../conf/machine/atsame54-xpro.conf | 22 ++ .../conf/machine/atsamr21-xpro.conf | 22 ++ .../conf/machine/b-l072z-lrwan1.conf | 22 ++ .../conf/machine/b-l4s5i-iot01a.conf | 22 ++ .../conf/machine/b-u585i-iot02a.conf | 22 ++ .../conf/machine/bbc-microbit-v2.conf | 22 ++ .../conf/machine/bbc-microbit.conf | 22 ++ meta-zephyr-bsp/conf/machine/bcm958401m2.conf | 22 ++ .../conf/machine/bcm958402m2-a72.conf | 22 ++ .../conf/machine/bcm958402m2-m7.conf | 22 ++ .../machine/beaglev-starlight-jh7100.conf | 22 ++ .../conf/machine/bl5340-dvk-cpuapp-ns.conf | 22 ++ .../conf/machine/bl5340-dvk-cpuapp.conf | 22 ++ .../conf/machine/bl5340-dvk-cpunet.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl652-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl653-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl654-dvk.conf | 22 ++ .../conf/machine/bl654-sensor-board.conf | 22 ++ meta-zephyr-bsp/conf/machine/bl654-usb.conf | 22 ++ .../conf/machine/black-f407ve.conf | 22 ++ .../conf/machine/black-f407zg-pro.conf | 22 ++ .../conf/machine/blackpill-f401ce.conf | 22 ++ .../conf/machine/blackpill-f411ce.conf | 22 ++ meta-zephyr-bsp/conf/machine/bt510.conf | 22 ++ meta-zephyr-bsp/conf/machine/bt610.conf | 22 ++ .../conf/machine/cc1352r-sensortag.conf | 22 ++ .../conf/machine/cc1352r1-launchxl.conf | 22 ++ .../conf/machine/cc26x2r1-launchxl.conf | 22 ++ .../conf/machine/cc3220sf-launchxl.conf | 22 ++ .../conf/machine/cc3235sf-launchxl.conf | 22 ++ .../circuitdojo-feather-nrf9160-ns.conf | 22 ++ .../machine/circuitdojo-feather-nrf9160.conf | 22 ++ .../conf/machine/colibri-imx7d-m4.conf | 22 ++ .../machine/contextualelectronics-abc.conf | 22 ++ .../conf/machine/cy8ckit-062-ble-m0.conf | 22 ++ .../conf/machine/cy8ckit-062-ble-m4.conf | 22 ++ .../conf/machine/cy8ckit-062-wifi-bt-m0.conf | 22 ++ .../conf/machine/cy8ckit-062-wifi-bt-m4.conf | 22 ++ .../conf/machine/decawave-dwm1001-dev.conf | 22 ++ meta-zephyr-bsp/conf/machine/degu-evk.conf | 22 ++ .../conf/machine/disco-l475-iot1.conf | 22 ++ .../conf/machine/dragino-lsn50.conf | 22 ++ .../conf/machine/dragino-nbsn95.conf | 22 ++ .../conf/machine/efm32gg-slwstk6121a.conf | 22 ++ .../conf/machine/efm32gg-stk3701a.conf | 22 ++ .../conf/machine/efm32hg-slstk3400a.conf | 22 ++ .../conf/machine/efm32pg-stk3401a.conf | 22 ++ .../conf/machine/efm32pg-stk3402a-jg.conf | 22 ++ .../conf/machine/efm32pg-stk3402a.conf | 22 ++ .../conf/machine/efm32wg-stk3800.conf | 22 ++ .../conf/machine/efr32-radio-brd4104a.conf | 22 ++ .../conf/machine/efr32-radio-brd4180a.conf | 22 ++ .../conf/machine/efr32-radio-brd4250b.conf | 22 ++ .../conf/machine/efr32-radio-brd4255a.conf | 22 ++ .../conf/machine/efr32mg-sltb004a.conf | 22 ++ meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf | 22 ++ meta-zephyr-bsp/conf/machine/ehl-crb.conf | 22 ++ .../conf/machine/em-starterkit-em11d.conf | 22 ++ .../conf/machine/em-starterkit-em7d-v22.conf | 22 ++ .../conf/machine/em-starterkit-em7d.conf | 22 ++ .../conf/machine/em-starterkit.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em4.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em5d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em6.conf | 22 ++ .../conf/machine/emsdp-em7d-esp.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em7d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp-em9d.conf | 22 ++ meta-zephyr-bsp/conf/machine/emsdp.conf | 22 ++ .../conf/machine/esp32c3-devkitm.conf | 22 ++ meta-zephyr-bsp/conf/machine/faze.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k22f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k64f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-k82f.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-kl25z.conf | 22 ++ meta-zephyr-bsp/conf/machine/frdm-kw41z.conf | 22 ++ .../conf/machine/fvp-base-revc-2xaemv8a.conf | 22 ++ .../conf/machine/fvp-baser-aemv8r-smp.conf | 22 ++ .../conf/machine/fvp-baser-aemv8r.conf | 22 ++ .../conf/machine/google-kukui.conf | 22 ++ meta-zephyr-bsp/conf/machine/gr716a-mini.conf | 22 ++ .../conf/machine/hexiwear-k64.conf | 22 ++ .../conf/machine/hexiwear-kw40z.conf | 22 ++ .../conf/machine/hifive-unleashed.conf | 22 ++ .../conf/machine/hifive-unmatched.conf | 22 ++ .../conf/machine/hifive1-revb.conf | 22 ++ meta-zephyr-bsp/conf/machine/hifive1.conf | 22 ++ .../conf/machine/holyiot-yj16019.conf | 22 ++ meta-zephyr-bsp/conf/machine/hsdk-2cores.conf | 22 ++ meta-zephyr-bsp/conf/machine/hsdk.conf | 22 ++ .../conf}/machine/include/nrf52.inc | 2 - .../machine/include/stm32mp1-cortex-m4.inc | 3 - .../conf}/machine/include/tune-arc.inc | 0 .../machine/include/tune-corei7-common.inc | 0 .../conf}/machine/include/tune-cortexm0.inc | 0 .../conf}/machine/include/tune-cortexm3.inc | 0 .../conf}/machine/include/tune-cortexm4.inc | 0 .../conf}/machine/include/tune-iamcu.inc | 0 .../conf}/machine/include/tune-nios2.inc | 0 .../conf/machine/intel-adsp-cavs15.conf | 22 ++ .../conf/machine/intel-adsp-cavs18.conf | 22 ++ .../conf/machine/intel-adsp-cavs20.conf | 22 ++ .../conf/machine/intel-adsp-cavs25.conf | 22 ++ .../conf/machine/intel-s1000-crb.conf | 22 ++ .../conf}/machine/intel-x86-64.conf | 0 meta-zephyr-bsp/conf/machine/iotdk.conf | 22 ++ meta-zephyr-bsp/conf/machine/ip-k66f.conf | 22 ++ meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf | 22 ++ meta-zephyr-bsp/conf/machine/legend.conf | 22 ++ .../conf/machine/litex-vexriscv.conf | 22 ++ .../conf/machine/lora-e5-dev-board.conf | 22 ++ .../conf/machine/lpcxpresso11u68.conf | 22 ++ .../conf/machine/lpcxpresso54114-m0.conf | 22 ++ .../conf/machine/lpcxpresso54114-m4.conf | 22 ++ .../conf/machine/lpcxpresso55s16.conf | 22 ++ .../conf/machine/lpcxpresso55s28.conf | 22 ++ .../conf/machine/lpcxpresso55s69-cpu0.conf | 22 ++ .../conf/machine/lpcxpresso55s69-cpu1.conf | 22 ++ .../conf/machine/lpcxpresso55s69-ns.conf | 22 ++ meta-zephyr-bsp/conf/machine/m2gl025-miv.conf | 22 ++ .../conf/machine/mec1501modular-assy6885.conf | 22 ++ .../conf/machine/mec15xxevb-assy6853.conf | 22 ++ .../conf/machine/mec172xevb-assy6906.conf | 22 ++ .../conf/machine/mec2016evb-assy6797.conf | 22 ++ meta-zephyr-bsp/conf/machine/mercury-xu.conf | 22 ++ .../conf/machine/mikroe-clicker-2.conf | 22 ++ .../machine/mikroe-mini-m4-for-stm32.conf | 22 ++ meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf | 22 ++ .../conf/machine/mimxrt1010-evk.conf | 22 ++ .../conf/machine/mimxrt1015-evk.conf | 22 ++ .../conf/machine/mimxrt1020-evk.conf | 22 ++ .../conf/machine/mimxrt1024-evk.conf | 22 ++ .../conf/machine/mimxrt1050-evk-qspi.conf | 22 ++ .../conf/machine/mimxrt1050-evk.conf | 22 ++ .../machine/mimxrt1060-evk-hyperflash.conf | 22 ++ .../conf/machine/mimxrt1060-evk.conf | 22 ++ .../conf/machine/mimxrt1064-evk.conf | 22 ++ .../conf/machine/mimxrt1170-evk-cm4.conf | 22 ++ .../conf/machine/mimxrt1170-evk-cm7.conf | 22 ++ .../conf/machine/mimxrt685-evk-cm33.conf | 22 ++ meta-zephyr-bsp/conf/machine/mm-feather.conf | 22 ++ meta-zephyr-bsp/conf/machine/mm-swiftio.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps2-an385.conf | 22 ++ .../conf/machine/mps2-an521-ns.conf | 22 ++ .../conf/machine/mps2-an521-remote.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps2-an521.conf | 22 ++ meta-zephyr-bsp/conf/machine/mps3-an547.conf | 22 ++ .../machine/msp-exp432p401r-launchxl.conf | 22 ++ .../conf/machine/native-posix-64.conf | 22 ++ .../conf/machine/native-posix.conf | 22 ++ .../conf/machine/npcx7m6fb-evb.conf | 22 ++ .../conf/machine/npcx9m6f-evb.conf | 22 ++ .../conf/machine/nrf21540dk-nrf52840.conf | 22 ++ .../conf/machine/nrf51-ble400.conf | 22 ++ .../conf/machine/nrf51-blenano.conf | 22 ++ .../conf/machine/nrf51-vbluno51.conf | 22 ++ .../conf/machine/nrf51dk-nrf51422.conf | 22 ++ .../conf/machine/nrf51dongle-nrf51422.conf | 22 ++ .../conf/machine/nrf52-adafruit-feather.conf | 22 ++ .../conf/machine/nrf52-blenano2.conf | 22 ++ .../conf/machine/nrf52-sparkfun.conf | 22 ++ .../conf/machine/nrf52-vbluno52.conf | 22 ++ .../conf/machine/nrf52832-mdk.conf | 22 ++ .../conf/machine/nrf52833dk-nrf52820.conf | 22 ++ .../conf/machine/nrf52833dk-nrf52833.conf | 22 ++ .../conf/machine/nrf52840-blip.conf | 22 ++ .../conf/machine/nrf52840-mdk.conf | 22 ++ .../conf/machine/nrf52840-papyr.conf | 22 ++ .../conf/machine/nrf52840dk-nrf52811.conf | 22 ++ .../conf}/machine/nrf52840dk-nrf52840.conf | 0 .../conf/machine/nrf52840dongle-nrf52840.conf | 22 ++ .../conf/machine/nrf52dk-nrf52805.conf | 22 ++ .../conf/machine/nrf52dk-nrf52810.conf | 22 ++ .../conf/machine/nrf52dk-nrf52832.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpuapp-ns.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpuapp.conf | 22 ++ .../machine/nrf5340dk-nrf5340-cpunet.conf | 22 ++ .../conf/machine/nrf9160-innblue21-ns.conf | 22 ++ .../conf/machine/nrf9160-innblue21.conf | 22 ++ .../conf/machine/nrf9160-innblue22-ns.conf | 22 ++ .../conf/machine/nrf9160-innblue22.conf | 22 ++ .../conf/machine/nrf9160dk-nrf52840.conf | 22 ++ .../conf/machine/nrf9160dk-nrf9160-ns.conf | 22 ++ .../conf/machine/nrf9160dk-nrf9160.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-em.conf | 22 ++ .../conf/machine/nsim-em7d-v22.conf | 22 ++ .../conf/machine/nsim-hs-mpuv6.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs.conf | 22 ++ .../conf/machine/nsim-hs6x-smp.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-hs6x.conf | 22 ++ .../machine/nsim-sem-mpu-stack-guard.conf | 22 ++ meta-zephyr-bsp/conf/machine/nsim-sem.conf | 22 ++ .../conf/machine/nucleo-f030r8.conf | 22 ++ .../conf/machine/nucleo-f031k6.conf | 22 ++ .../conf/machine/nucleo-f070rb.conf | 22 ++ .../conf/machine/nucleo-f091rc.conf | 22 ++ .../conf/machine/nucleo-f103rb.conf | 22 ++ .../conf/machine/nucleo-f207zg.conf | 22 ++ .../conf/machine/nucleo-f302r8.conf | 22 ++ .../conf/machine/nucleo-f303k8.conf | 22 ++ .../conf/machine/nucleo-f303re.conf | 22 ++ .../conf/machine/nucleo-f334r8.conf | 22 ++ .../conf/machine/nucleo-f401re.conf | 22 ++ .../conf/machine/nucleo-f410rb.conf | 22 ++ .../conf/machine/nucleo-f411re.conf | 22 ++ .../conf/machine/nucleo-f412zg.conf | 22 ++ .../conf/machine/nucleo-f413zh.conf | 22 ++ .../conf/machine/nucleo-f429zi.conf | 22 ++ .../conf/machine/nucleo-f446re.conf | 22 ++ .../conf/machine/nucleo-f746zg.conf | 22 ++ .../conf/machine/nucleo-f756zg.conf | 22 ++ .../conf/machine/nucleo-f767zi.conf | 22 ++ .../conf/machine/nucleo-g071rb.conf | 22 ++ .../conf/machine/nucleo-g0b1re.conf | 22 ++ .../conf/machine/nucleo-g431rb.conf | 22 ++ .../conf/machine/nucleo-g474re.conf | 22 ++ .../conf/machine/nucleo-h723zg.conf | 22 ++ .../conf/machine/nucleo-h743zi.conf | 22 ++ .../conf/machine/nucleo-h745zi-q-m4.conf | 22 ++ .../conf/machine/nucleo-h745zi-q-m7.conf | 22 ++ .../conf/machine/nucleo-h753zi.conf | 22 ++ .../conf/machine/nucleo-l011k4.conf | 22 ++ .../conf/machine/nucleo-l031k6.conf | 22 ++ .../conf/machine/nucleo-l053r8.conf | 22 ++ .../conf/machine/nucleo-l073rz.conf | 22 ++ .../conf/machine/nucleo-l152re.conf | 22 ++ .../conf/machine/nucleo-l412rb-p.conf | 22 ++ .../conf/machine/nucleo-l432kc.conf | 22 ++ .../conf/machine/nucleo-l433rc-p.conf | 22 ++ .../conf/machine/nucleo-l452re-p.conf | 22 ++ .../conf/machine/nucleo-l452re.conf | 22 ++ .../conf/machine/nucleo-l476rg.conf | 22 ++ .../conf/machine/nucleo-l496zg.conf | 22 ++ .../conf/machine/nucleo-l4r5zi.conf | 22 ++ .../conf/machine/nucleo-l552ze-q-ns.conf | 22 ++ .../conf/machine/nucleo-l552ze-q.conf | 22 ++ .../conf/machine/nucleo-u575zi-q.conf | 22 ++ .../conf/machine/nucleo-wb55rg.conf | 22 ++ .../conf/machine/nucleo-wl55jc.conf | 22 ++ .../conf/machine/nuvoton-pfm-m487.conf | 22 ++ .../conf/machine/nxp-adsp-imx8.conf | 22 ++ .../machine/nxp-ls1046ardb-smp-2cores.conf | 22 ++ .../machine/nxp-ls1046ardb-smp-4cores.conf | 22 ++ .../conf/machine/nxp-ls1046ardb.conf | 22 ++ .../conf/machine/olimex-stm32-e407.conf | 22 ++ .../conf/machine/olimex-stm32-h103.conf | 22 ++ .../conf/machine/olimex-stm32-h407.conf | 22 ++ .../conf/machine/olimex-stm32-p405.conf | 22 ++ .../conf/machine/olimexino-stm32.conf | 22 ++ .../conf/machine/particle-argon.conf | 22 ++ .../conf/machine/particle-boron.conf | 22 ++ .../conf/machine/particle-xenon.conf | 22 ++ meta-zephyr-bsp/conf/machine/pico-pi-m4.conf | 22 ++ .../conf/machine/pinetime-devkit0.conf | 22 ++ .../conf/machine/pinnacle-100-dvk.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-arc-em.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf | 22 ++ .../conf/machine/qemu-arc-hs6x.conf | 22 ++ .../conf/machine/qemu-cortex-a53-smp.conf | 22 ++ .../conf/machine/qemu-cortex-a53-xip.conf | 22 ++ .../conf/machine/qemu-cortex-a53.conf | 22 ++ .../conf/machine/qemu-cortex-m0.conf | 22 ++ .../conf}/machine/qemu-cortex-m3.conf | 0 .../conf/machine/qemu-cortex-r5.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-leon3.conf | 22 ++ .../conf}/machine/qemu-nios2.conf | 0 .../conf/machine/qemu-riscv32-xip.conf | 22 ++ .../conf/machine/qemu-riscv32.conf | 22 ++ .../conf/machine/qemu-riscv64.conf | 22 ++ .../conf/machine/qemu-x86-64-nokpti.conf | 22 ++ meta-zephyr-bsp/conf/machine/qemu-x86-64.conf | 22 ++ .../conf/machine/qemu-x86-lakemont.conf | 22 ++ .../conf/machine/qemu-x86-nokpti.conf | 22 ++ .../conf/machine/qemu-x86-nommu.conf | 22 ++ .../conf/machine/qemu-x86-nopae.conf | 22 ++ .../conf/machine/qemu-x86-tiny.conf | 22 ++ .../conf/machine/qemu-x86-virt.conf | 22 ++ .../conf/machine/qemu-x86-xip.conf | 22 ++ .../conf}/machine/qemu-x86.conf | 0 meta-zephyr-bsp/conf/machine/qemu-xtensa.conf | 22 ++ .../conf/machine/quick-feather.conf | 22 ++ .../conf/machine/rak4631-nrf52840.conf | 22 ++ .../conf/machine/rak5010-nrf52840.conf | 22 ++ .../conf/machine/rcar-h3ulcb-cr7.conf | 22 ++ .../conf/machine/reel-board-v2.conf | 22 ++ meta-zephyr-bsp/conf/machine/reel-board.conf | 22 ++ .../conf/machine/ronoth-lodev.conf | 22 ++ .../conf/machine/ruuvi-ruuvitag.conf | 22 ++ .../conf/machine/rv32m1-vega-ri5cy.conf | 22 ++ .../conf/machine/rv32m1-vega-zero-riscy.conf | 22 ++ .../conf/machine/sam-e70-xplained.conf | 22 ++ .../conf/machine/sam-e70b-xplained.conf | 22 ++ .../conf/machine/sam-v71-xult.conf | 22 ++ .../conf/machine/sam-v71b-xult.conf | 22 ++ meta-zephyr-bsp/conf/machine/sam4e-xpro.conf | 22 ++ meta-zephyr-bsp/conf/machine/sam4l-ek.conf | 22 ++ .../conf/machine/sam4s-xplained.conf | 22 ++ .../conf/machine/seeeduino-xiao.conf | 22 ++ .../conf/machine/segger-trb-stm32f407.conf | 22 ++ .../conf/machine/sensortile-box.conf | 22 ++ meta-zephyr-bsp/conf/machine/serpente.conf | 22 ++ .../sparkfun-thing-plus-nrf9160-ns.conf | 22 ++ .../machine/sparkfun-thing-plus-nrf9160.conf | 22 ++ .../conf/machine/steval-fcu001v1.conf | 22 ++ .../conf/machine/stm32-min-dev-black.conf | 22 ++ .../conf/machine/stm32-min-dev-blue.conf | 22 ++ .../conf/machine/stm3210c-eval.conf | 22 ++ .../conf/machine/stm32373c-eval.conf | 22 ++ .../conf/machine/stm32f0-disco.conf | 22 ++ .../conf/machine/stm32f030-demo.conf | 22 ++ .../conf/machine/stm32f072-eval.conf | 22 ++ .../conf/machine/stm32f072b-disco.conf | 22 ++ .../conf/machine/stm32f103-mini.conf | 22 ++ .../conf/machine/stm32f3-disco.conf | 22 ++ .../conf/machine/stm32f4-disco.conf | 22 ++ .../conf/machine/stm32f411e-disco.conf | 22 ++ .../conf/machine/stm32f412g-disco.conf | 22 ++ .../conf/machine/stm32f429i-disc1.conf | 22 ++ .../conf/machine/stm32f469i-disco.conf | 22 ++ .../conf/machine/stm32f723e-disco.conf | 22 ++ .../conf/machine/stm32f746g-disco.conf | 22 ++ .../conf/machine/stm32f769i-disco.conf | 22 ++ .../conf/machine/stm32g0316-disco.conf | 22 ++ .../conf/machine/stm32g071b-disco.conf | 22 ++ .../conf/machine/stm32h735g-disco.conf | 22 ++ .../conf/machine/stm32h747i-disco-m4.conf | 22 ++ .../conf/machine/stm32h747i-disco-m7.conf | 22 ++ .../conf/machine/stm32l1-disco.conf | 22 ++ .../conf/machine/stm32l476g-disco.conf | 22 ++ .../conf/machine/stm32l496g-disco.conf | 22 ++ .../conf/machine/stm32l562e-dk-ns.conf | 22 ++ .../conf/machine/stm32l562e-dk.conf | 22 ++ .../conf}/machine/stm32mp157c-dk2.conf | 0 .../conf/machine/stm32vl-disco.conf | 22 ++ meta-zephyr-bsp/conf/machine/teensy40.conf | 22 ++ meta-zephyr-bsp/conf/machine/teensy41.conf | 22 ++ .../conf/machine/thingy52-nrf52832.conf | 22 ++ .../machine/thingy53-nrf5340-cpuapp-ns.conf | 22 ++ .../conf/machine/thingy53-nrf5340-cpuapp.conf | 22 ++ .../conf/machine/thingy53-nrf5340-cpunet.conf | 22 ++ .../conf/machine/tlsr9518adk80d.conf | 22 ++ meta-zephyr-bsp/conf/machine/twr-ke18f.conf | 22 ++ .../conf/machine/twr-kv58f220m.conf | 22 ++ .../conf/machine/ubx-bmd300eval-nrf52832.conf | 22 ++ .../conf/machine/ubx-bmd330eval-nrf52810.conf | 22 ++ .../conf/machine/ubx-bmd340eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-bmd345eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-bmd360eval-nrf52811.conf | 22 ++ .../conf/machine/ubx-bmd380eval-nrf52840.conf | 22 ++ .../conf/machine/ubx-evkannab1-nrf52832.conf | 22 ++ .../conf/machine/ubx-evkninab1-nrf52832.conf | 22 ++ .../conf/machine/ubx-evkninab3-nrf52840.conf | 22 ++ .../conf/machine/ubx-evkninab4-nrf52833.conf | 22 ++ .../conf/machine/udoo-neo-full-m4.conf | 22 ++ meta-zephyr-bsp/conf/machine/up-squared.conf | 22 ++ .../conf/machine/usb-kw24d512.conf | 22 ++ meta-zephyr-bsp/conf/machine/v2m-beetle.conf | 22 ++ .../conf/machine/v2m-musca-b1-ns.conf | 22 ++ .../conf/machine/v2m-musca-b1.conf | 22 ++ .../conf/machine/v2m-musca-s1-ns.conf | 22 ++ .../conf/machine/v2m-musca-s1.conf | 22 ++ meta-zephyr-bsp/conf/machine/warp7-m4.conf | 22 ++ .../conf/machine/waveshare-open103z.conf | 22 ++ meta-zephyr-bsp/conf/machine/xenvm.conf | 22 ++ .../conf/machine/xmc45-relax-kit.conf | 22 ++ .../conf/machine/xt-sim-intel-s1000.conf | 22 ++ meta-zephyr-bsp/conf/machine/xt-sim.conf | 22 ++ ...xport-an-OpenEmbedded-machine-config.patch | 201 ++++++++++++++++++ .../meta/generate-zephyr-machines.bb | 48 +++++ COPYING.MIT => meta-zephyr-core/COPYING.MIT | 0 meta-zephyr-core/README.txt | 119 +++++++++++ .../classes}/siteinfo-zephyr.bbclass | 0 .../classes}/zephyr-flash-bossac.bbclass | 0 .../classes}/zephyr-flash-dfu.bbclass | 0 .../classes}/zephyr-flash-pyocd.bbclass | 0 .../classes}/zephyr-qemuboot.bbclass | 0 .../classes}/zephyr.bbclass | 42 ++++ .../classes}/zephyrtest.bbclass | 0 .../conf}/distro/zephyr.conf | 0 meta-zephyr-core/conf/layer.conf | 22 ++ .../lib}/oeqa/controllers/__init__.py | 0 .../oeqa/controllers/zephyrtargetcontrol.py | 0 .../lib}/oeqa/runtime/__init__.py | 0 .../lib}/oeqa/runtime/cases/zephyr.py | 0 .../lib}/oeqa/utils/qemuzephyrrunner.py | 0 .../recipes-core}/newlib/newlib_%.bbappend | 0 .../binutils/binutils-2.26arc.inc | 0 .../binutils-cross-canadian_2.26arc.bb | 0 .../binutils/binutils-cross_2.26arc.bb | 0 ...e54244cd02bdcf4f1057be3ce96631f35ac3.patch | 0 .../recipes-devtools-arc}/gcc/gcc-6.x.arc.inc | 0 .../gcc/gcc-cross-canadian_6.x.arc.bb | 0 .../gcc/gcc-cross_6.x.arc .bb | 0 .../gcc/gcc-source_6.x.arc.bb | 0 .../gcc/libgcc_6.x.arc.bb | 0 .../gcc/gcc-cross_6.%.bbappend | 0 .../recipes-devtools}/gcc/libgcc_6.%.bbappend | 0 .../python/python3-anytree_2.8.0.bb | 14 ++ .../python/python3-breathe_4.31.0.bb | 17 ++ .../python/python3-canopen_1.2.1.bb | 17 ++ .../python/python3-cbor_1.0.0.bb | 19 ++ .../python/python3-colorama_0.4.4.bb | 16 ++ .../python/python3-coverage_5.5.bb | 14 ++ .../python/python3-docopt_0.6.2.bb | 14 ++ .../python/python3-gcovr_5.0.bb | 14 ++ .../python/python3-gitlint_0.15.1.bb | 14 ++ .../python/python3-imgtool_1.7.2.bb | 14 ++ .../python/python3-intelhex_2.3.0.bb | 12 ++ .../python/python3-junithtml_30.0.4.bb | 14 ++ .../python/python3-junitparser_2.1.1.bb | 14 ++ .../python/python3-lpc-checksum_2.2.0.bb | 14 ++ .../python/python3-lpc_checksum_2.2.0.bb | 14 ++ .../python/python3-mock_4.0.3.bb | 14 ++ .../python/python3-mypy_0.910.bb | 14 ++ .../python/python3-packaging_21.0.bb | 14 ++ .../python/python3-pillow_8.3.2.bb | 14 ++ .../python/python3-progress_1.6.bb | 14 ++ .../python/python3-psutil_5.8.0.bb | 14 ++ .../python/python3-pyelftools_0.27.bb | 14 ++ .../python/python3-pygithub_1.55.bb | 14 ++ .../python/python3-pygments_2.10.0.bb | 15 ++ .../python/python3-pykwalify_1.8.0.bb | 15 ++ .../recipes-devtools/python/python3-pylink | 11 + .../python/python3-pyocd_0.32.0.bb | 14 ++ .../python/python3-pyparsing_2.4.7.bb | 14 ++ .../python/python3-sphinx_4.2.0.bb | 14 ++ .../qemu/files/nios2-add-support.patch | 0 .../recipes-devtools}/qemu/qemu_%.bbappend | 0 .../recipes-devtools/west/west_0.12.99.bb | 22 ++ .../0001-cmake-add-yocto-toolchain.patch | 0 ...0001-cmake-added-missing-file-ext-to.patch | 0 ...ry-generation-issue-in-cross-compila.patch | 0 ...rduino-nano-33-ble-storage-partition.patch | 0 .../zephyr-kernel/files/dtc.patch | 0 .../zephyr-kernel/zephyr-blinky.bb | 0 .../zephyr-kernel/zephyr-coap-client.bb | 0 .../zephyr-kernel/zephyr-coap-server.bb | 0 .../zephyr-kernel/zephyr-echo-client.bb | 0 .../zephyr-kernel/zephyr-hci-uart.bb | 0 .../zephyr-kernel/zephyr-helloworld.bb | 0 .../zephyr-kernel/zephyr-http-client.bb | 0 .../zephyr-kernel/zephyr-image.inc | 0 .../zephyr-kernel/zephyr-kernel-common.inc | 13 +- .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 54 +++++ .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 69 ++++++ .../zephyr-kernel/zephyr-kernel-src-dev.inc | 0 .../zephyr-kernel/zephyr-kernel-src.bb | 0 .../zephyr-kernel/zephyr-kernel-src.inc | 58 +++++ .../zephyr-kernel/zephyr-kernel-test-all.bb | 0 .../zephyr-kernel/zephyr-kernel-test.bb | 0 .../zephyr-kernel/zephyr-kernel-test.inc | 0 .../zephyr-kernel/zephyr-lvgl.bb | 0 .../zephyr-kernel/zephyr-mqtt-publisher.bb | 0 .../zephyr-kernel/zephyr-openamp-rsc-table.bb | 0 .../zephyr-openthread-echo-client.bb | 0 .../zephyr-kernel/zephyr-peripheral-esp.bb | 0 .../zephyr-kernel/zephyr-peripheral-hr.bb | 0 .../zephyr-kernel/zephyr-philosophers.bb | 0 .../zephyr-kernel/zephyr-sample.inc | 0 .../zephyr-kernel/zephyr-websocket-client.bb | 0 .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 20 -- .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 20 -- .../zephyr-kernel/zephyr-kernel-src.inc | 27 --- 498 files changed, 9467 insertions(+), 87 deletions(-) rename {conf => meta-zephyr-bsp/conf}/layer.conf (62%) create mode 100755 meta-zephyr-bsp/conf/machine/96b-aerocore2.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-argonkey.conf rename {conf => meta-zephyr-bsp/conf}/machine/96b-avenger96.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-meerkat96.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-neonkey.conf rename {conf => meta-zephyr-bsp/conf}/machine/96b-nitrogen.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf create mode 100755 meta-zephyr-bsp/conf/machine/96b-wistrio.conf create mode 100755 meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf create mode 100755 meta-zephyr-bsp/conf/machine/acrn.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf create mode 100755 meta-zephyr-bsp/conf/machine/altera-max10.conf create mode 100755 meta-zephyr-bsp/conf/machine/arduino-due.conf rename {conf => meta-zephyr-bsp/conf}/machine/arduino-nano-33-ble.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf create mode 100755 meta-zephyr-bsp/conf/machine/arduino-zero.conf create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsame54-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf create mode 100755 meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958401m2.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl652-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl653-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/bl654-usb.conf create mode 100755 meta-zephyr-bsp/conf/machine/black-f407ve.conf create mode 100755 meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf create mode 100755 meta-zephyr-bsp/conf/machine/bt510.conf create mode 100755 meta-zephyr-bsp/conf/machine/bt610.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf create mode 100755 meta-zephyr-bsp/conf/machine/degu-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf create mode 100755 meta-zephyr-bsp/conf/machine/dragino-lsn50.conf create mode 100755 meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf create mode 100755 meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em4.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em5d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em6.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em9d.conf create mode 100755 meta-zephyr-bsp/conf/machine/emsdp.conf create mode 100755 meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf create mode 100755 meta-zephyr-bsp/conf/machine/faze.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k22f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k64f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k82f.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kl25z.conf create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kw41z.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf create mode 100755 meta-zephyr-bsp/conf/machine/google-kukui.conf create mode 100755 meta-zephyr-bsp/conf/machine/gr716a-mini.conf create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-k64.conf create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive-unleashed.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive-unmatched.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive1-revb.conf create mode 100755 meta-zephyr-bsp/conf/machine/hifive1.conf create mode 100755 meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf create mode 100755 meta-zephyr-bsp/conf/machine/hsdk-2cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/hsdk.conf rename {conf => meta-zephyr-bsp/conf}/machine/include/nrf52.inc (89%) rename {conf => meta-zephyr-bsp/conf}/machine/include/stm32mp1-cortex-m4.inc (67%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-arc.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-corei7-common.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm0.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm3.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-cortexm4.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-iamcu.inc (100%) rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-nios2.inc (100%) create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf create mode 100755 meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf rename {conf => meta-zephyr-bsp/conf}/machine/intel-x86-64.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/iotdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/ip-k66f.conf create mode 100755 meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/legend.conf create mode 100755 meta-zephyr-bsp/conf/machine/litex-vexriscv.conf create mode 100755 meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/m2gl025-miv.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf create mode 100755 meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf create mode 100755 meta-zephyr-bsp/conf/machine/mercury-xu.conf create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf create mode 100755 meta-zephyr-bsp/conf/machine/mm-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/mm-swiftio.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an385.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521.conf create mode 100755 meta-zephyr-bsp/conf/machine/mps3-an547.conf create mode 100755 meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf create mode 100755 meta-zephyr-bsp/conf/machine/native-posix-64.conf create mode 100755 meta-zephyr-bsp/conf/machine/native-posix.conf create mode 100755 meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-ble400.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-blenano.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-blip.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf rename {conf => meta-zephyr-bsp/conf}/machine/nrf52840dk-nrf52840.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f401re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f411re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f446re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g474re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l152re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf create mode 100755 meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf create mode 100755 meta-zephyr-bsp/conf/machine/olimexino-stm32.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-argon.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-boron.conf create mode 100755 meta-zephyr-bsp/conf/machine/particle-xenon.conf create mode 100755 meta-zephyr-bsp/conf/machine/pico-pi-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf create mode 100755 meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-em.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf rename {conf => meta-zephyr-bsp/conf}/machine/qemu-cortex-m3.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-leon3.conf rename {conf => meta-zephyr-bsp/conf}/machine/qemu-nios2.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv64.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf rename {conf => meta-zephyr-bsp/conf}/machine/qemu-x86.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/qemu-xtensa.conf create mode 100755 meta-zephyr-bsp/conf/machine/quick-feather.conf create mode 100755 meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf create mode 100755 meta-zephyr-bsp/conf/machine/reel-board-v2.conf create mode 100755 meta-zephyr-bsp/conf/machine/reel-board.conf create mode 100755 meta-zephyr-bsp/conf/machine/ronoth-lodev.conf create mode 100755 meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71-xult.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4e-xpro.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4l-ek.conf create mode 100755 meta-zephyr-bsp/conf/machine/sam4s-xplained.conf create mode 100755 meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf create mode 100755 meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf create mode 100755 meta-zephyr-bsp/conf/machine/sensortile-box.conf create mode 100755 meta-zephyr-bsp/conf/machine/serpente.conf create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf create mode 100755 meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm3210c-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32373c-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f0-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f030-demo.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072-eval.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f103-mini.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f3-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f4-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l1-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf rename {conf => meta-zephyr-bsp/conf}/machine/stm32mp157c-dk2.conf (100%) create mode 100755 meta-zephyr-bsp/conf/machine/stm32vl-disco.conf create mode 100755 meta-zephyr-bsp/conf/machine/teensy40.conf create mode 100755 meta-zephyr-bsp/conf/machine/teensy41.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf create mode 100755 meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf create mode 100755 meta-zephyr-bsp/conf/machine/twr-ke18f.conf create mode 100755 meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf create mode 100755 meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/up-squared.conf create mode 100755 meta-zephyr-bsp/conf/machine/usb-kw24d512.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-beetle.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf create mode 100755 meta-zephyr-bsp/conf/machine/warp7-m4.conf create mode 100755 meta-zephyr-bsp/conf/machine/waveshare-open103z.conf create mode 100755 meta-zephyr-bsp/conf/machine/xenvm.conf create mode 100755 meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim.conf create mode 100644 meta-zephyr-bsp/recipes-meta/meta/files/0001-zephyr-Export-an-OpenEmbedded-machine-config.patch create mode 100644 meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb rename COPYING.MIT => meta-zephyr-core/COPYING.MIT (100%) create mode 100644 meta-zephyr-core/README.txt rename {classes => meta-zephyr-core/classes}/siteinfo-zephyr.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-bossac.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-dfu.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-flash-pyocd.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr-qemuboot.bbclass (100%) rename {classes => meta-zephyr-core/classes}/zephyr.bbclass (54%) rename {classes => meta-zephyr-core/classes}/zephyrtest.bbclass (100%) rename {conf => meta-zephyr-core/conf}/distro/zephyr.conf (100%) create mode 100644 meta-zephyr-core/conf/layer.conf rename {lib => meta-zephyr-core/lib}/oeqa/controllers/__init__.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/controllers/zephyrtargetcontrol.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/runtime/__init__.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/runtime/cases/zephyr.py (100%) rename {lib => meta-zephyr-core/lib}/oeqa/utils/qemuzephyrrunner.py (100%) rename {recipes-core => meta-zephyr-core/recipes-core}/newlib/newlib_%.bbappend (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-2.26arc.inc (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-cross-canadian_2.26arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/binutils/binutils-cross_2.26arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-6.x.arc.inc (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-cross-canadian_6.x.arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-cross_6.x.arc .bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/gcc-source_6.x.arc.bb (100%) rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-arc}/gcc/libgcc_6.x.arc.bb (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/gcc/gcc-cross_6.%.bbappend (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/gcc/libgcc_6.%.bbappend (100%) create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-colorama_0.4.4.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-coverage_5.5.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-docopt_0.6.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-gcovr_5.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-intelhex_2.3.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-lpc_checksum_2.2.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-mock_4.0.3.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-mypy_0.910.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pillow_8.3.2.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-progress_1.6.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-psutil_5.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pykwalify_1.8.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pylink create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/qemu/files/nios2-add-support.patch (100%) rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/qemu/qemu_%.bbappend (100%) create mode 100644 meta-zephyr-core/recipes-devtools/west/west_0.12.99.bb rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-cmake-add-yocto-toolchain.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-cmake-added-missing-file-ext-to.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/arduino-nano-33-ble-storage-partition.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/files/dtc.patch (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-blinky.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-coap-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-coap-server.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-echo-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-hci-uart.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-helloworld.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-http-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-image.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-common.inc (76%) create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src-dev.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-src.bb (100%) create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test-all.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-kernel-test.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-lvgl.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-mqtt-publisher.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-openamp-rsc-table.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-openthread-echo-client.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-peripheral-esp.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-peripheral-hr.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-philosophers.bb (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-sample.inc (100%) rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-kernel/zephyr-websocket-client.bb (100%) delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.1.inc delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.1.inc delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc -- 2.25.1
|
|
Re: pseudo error building master with kas-container
Quentin Schulz
Hi Trevor,
On January 6, 2022 2:50:47 PM GMT+01:00, Trevor Woerner <twoerner@...> wrote: Hey Quentin,https://docs.podman.io/en/latest/markdown/podman-run.1.html#tmpfs-fs I wasn't talking about uids or gids, but pids_limit in containers.conf for podman on your host. See:- increase pids_limit in container.conf (your system's), we've set it toThere seem to be a couple places to update the uid/gid mappings. Originally, https://man.archlinux.org/man/containers.conf.5.en We discovered that it just had nothing to do with Bitbake/pseudo or whatever, because with a fork bomb we reached the max of 2048 processes (within the container) before the container started to fail us. Without those two changes, I've never been able to successfully build even core-image-minimal for qemu-x86_64. Cheers, Quentin I expanded my testing and discovered that using kas-container with podman on
|
|
Minutes: Yocto Project Weekly Triage Meeting 1/6/2022
Trevor Gamblin
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Alexandre, Joshua, Michael, Randy, Richard,
Saul, Stephen, Steve, Tim, Trevor ARs: - Joshua to send a patch limiting the size of diffoscope output
for reproducibility Notes:
N/A Medium+ 3.5 Unassigned Enhancements/Bugs: 75 (Last week
75) AB Bugs: 66
(Last week 70)
|
|
Problems switching from busybox-udhcpc to dhcpcd
Bryan Evenson
I have a system that is based off core-image-minimal which uses sysvinit and busybox-udhcpc. I'm trying to switch to dhcpcd because I want to get the NTP server list from the local DHCP server; dhcpcd supports this feature and busybox-udhcpc does not. I'm on the dunfell branch. I think I finally got firmware upgrade to work cleanly (with opkg) but I'm having trouble triggering dhcpcd. It doesn't work straight out of the box and I'm looking for assistance in how to get dhcpcd started.
First, here are the recipe changes I made in my custom layer to install dhcpcd onto my image and for it to get pulled in on firmware upgrade. 1. I added the following to my busybox_%.bbappend: Do not install busybox-udcpcd, since we are using dhcpcd RRECOMMENDS_${PN} = "" 2. I modified my busybox defconfig to unset all the udhcpc related configuration features 3. I created a dhcpcd_%.bbappend with these contents: # Set the package to conflict with busybox-udhcpc RCONFLICTS_${PN} = "busybox-udhcpc" RREPLACES_${PN} = "busybox-udhcpc" # Add configuration settings to enable NTP configuration PACKAGECONFIG += " \ ntp \ " PACKAGECONFIG[ntp] = "--with-hook=ntp, , , ntp" # Include the hook scripts on the system EXTRA_OECONF += " \ --with-hooks \ " 4. In my init-ifupdown_%.bbappend: a. I added dhcpcd to the RDEPENDS list b. I added a script to start dhcpcd and installed it in the ${D}${sysconfdir}/network/if-up directory 5. Here is the if-up script (note: I only have one Ethernet port on this device which will always be eth0): #!/bin/sh # Only do this for eth0 and not the loopback interface if [ "$IFACE" == "eth0" ]; then # Start the DHCP client dhcpcd -4 -6 -f /etc/dhcpcd.conf "$IFACE" fi I think I'm close, but the dhcpcd never gets called when the Ethernet interface starts up. As best I can tell from my debugging, I think $IFACE is never set whenever my if-up script is called. I'm not sure why that is, because I have a pre-up script that depends on $IFACE that has been working for years for me. Has anyone else made this transition that can offer some more support? Are there some examples floating around on how to start dhcpcd on ifup that I am missing? Thanks, Bryan Evenson
|
|
Re: pseudo error building master with kas-container
Jan Kiszka
On 06.01.22 14:50, Trevor Woerner wrote:
Hey Quentin,It's good to see people stressing kas-container with podman - but it's likely still under-tested. Nevertheless, I'm happy to help if you want to improve this path. Jan -- Siemens AG, Technology Competence Center Embedded Linux
|
|
Re: pseudo error building master with kas-container
Trevor Woerner
Hey Quentin,
On Wed 2022-01-05 @ 12:08:15 AM, Quentin Schulz wrote: I've had similar issues recently with kas-container and podman. What wasI don't think --tmpfs is an option, but I modified my kas-container script to add a "--tmpdir /tmp" option (and verified it with ps while running) - increase pids_limit in container.conf (your system's), we've set it toThere seem to be a couple places to update the uid/gid mappings. Originally, following the podman docs, I created /etc/subuid and /etc/subgid and had them both contain: trevor:100000:123456 I wasn't seeing any problems with the couple builds that I did, but based on your suggestion I had a look at /etc/containers/storage.conf and added (uncommented): remap-uids = "0:1668442479:1000000" remap-gids = "0:1668442479:1000000" I also bumped /etc/sub{gu}id to: trevor:100000:1000000 but I'm still seeing pseudo failures even after incorporating both of your suggestions. I expanded my testing and discovered that using kas-container with podman on my openSUSE 15.3 machine I can't build qemux86 for anything including and past dunfell. All failures are due to pseudo. qemux86 builds using kas-container with podman on openSUSE 15.3: working: - thud (2.6) - warrior (2.7) - zeus (3.0) not working: - dunfell (3.1) - gatesgarth (3.2) - hardknott (3.3) - honister (3.4) - master I did a kas-container build on my Ubuntu 18.04 machine using docker of qemux86 on master and it worked. I suspect something changed with pseudo in 3.1 and beyond that either isn't working well with openSUSE 15.3 or isn't working well with podman. Next I'll try using docker instead of podman.
|
|