Re: [meta-zephyr][PATCH v3] meta-zephyr-bsp: Add autogenerated machines.
On Wed, Jan 12, 2022 at 8:02 PM Eilís Ní Fhlannagáin <pidge@...> wrote: 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@...>
I'm still seeing errors: TUNE_ARCH is unset. Please ensure your MACHINE configuration includes a valid tune configuration file which will set this correctly. Error, the PACKAGE_ARCHS variable (all any noarch ${PACKAGE_EXTRA_ARCHS:tune-${DEFAULTTUNE}} v2m_musca_s1) for DEFAULTTUNE (None) does not contain TUNE_PKGARCH ().Toolchain tunings invalid: No tuning found for default multilib. Compiling is taking forever, given the number of boards (and other reasons). So, I can't give an exhaustively confirmed list, but a lazy grep of files without "require" shows 70 of them. $ git grep -L require meta-zephyr-bsp/conf/machine/ meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf meta-zephyr-bsp/conf/machine/altera-max10.conf meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf meta-zephyr-bsp/conf/machine/em-starterkit.conf meta-zephyr-bsp/conf/machine/emsdp-em4.conf meta-zephyr-bsp/conf/machine/emsdp-em5d.conf meta-zephyr-bsp/conf/machine/emsdp-em6.conf meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf meta-zephyr-bsp/conf/machine/emsdp-em7d.conf meta-zephyr-bsp/conf/machine/emsdp-em9d.conf meta-zephyr-bsp/conf/machine/emsdp.conf meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf meta-zephyr-bsp/conf/machine/generic-leon3.conf meta-zephyr-bsp/conf/machine/gr716a-mini.conf meta-zephyr-bsp/conf/machine/hifive-unleashed.conf meta-zephyr-bsp/conf/machine/hifive-unmatched.conf meta-zephyr-bsp/conf/machine/hifive1-revb.conf meta-zephyr-bsp/conf/machine/hifive1.conf meta-zephyr-bsp/conf/machine/hsdk-2cores.conf meta-zephyr-bsp/conf/machine/hsdk.conf meta-zephyr-bsp/conf/machine/include/tune-arc.inc meta-zephyr-bsp/conf/machine/include/tune-iamcu.inc meta-zephyr-bsp/conf/machine/include/tune-nios2.inc meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf meta-zephyr-bsp/conf/machine/iotdk.conf meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf meta-zephyr-bsp/conf/machine/litex-vexriscv.conf meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf meta-zephyr-bsp/conf/machine/m2gl025-miv.conf meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf meta-zephyr-bsp/conf/machine/mps2-an521.conf meta-zephyr-bsp/conf/machine/native-posix-64.conf meta-zephyr-bsp/conf/machine/native-posix.conf meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf meta-zephyr-bsp/conf/machine/nsim-em.conf meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf meta-zephyr-bsp/conf/machine/nsim-hs.conf meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf meta-zephyr-bsp/conf/machine/nsim-hs6x.conf meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf meta-zephyr-bsp/conf/machine/nsim-sem.conf meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf meta-zephyr-bsp/conf/machine/qemu-arc-em.conf meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf meta-zephyr-bsp/conf/machine/qemu-leon3.conf meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf meta-zephyr-bsp/conf/machine/qemu-riscv32.conf meta-zephyr-bsp/conf/machine/qemu-riscv64.conf meta-zephyr-bsp/conf/machine/qemu-xtensa.conf meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf meta-zephyr-bsp/conf/machine/xt-sim.conf Arm does care about the v2m boards, and we have a version of them in meta-arm-bsp. So, I'm not being difficult for no reason. :) Thanks, Jon --- meta-zephyr-bsp/conf/machine/96b-aerocore2.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-argonkey.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-carbon.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-meerkat96.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-neonkey.conf | 11 +++++++++++ .../conf/machine/96b-stm32-sensor-mez.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/96b-wistrio.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/acrn.conf | 11 +++++++++++ .../conf/machine/actinius-icarus-bee-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf | 11 +++++++++++ .../conf/machine/actinius-icarus-som-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/actinius-icarus.conf | 11 +++++++++++ .../conf/machine/adafruit-feather-m0-basic-proto.conf | 11 +++++++++++ .../conf/machine/adafruit-feather-nrf52840.conf | 11 +++++++++++ .../conf/machine/adafruit-feather-stm32f405.conf | 11 +++++++++++ .../conf/machine/adafruit-itsybitsy-m4-express.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/altera-max10.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/arduino-due.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/arduino-zero.conf | 11 +++++++++++ .../conf/machine/arty-a7-arm-designstart-m1.conf | 11 +++++++++++ .../conf/machine/arty-a7-arm-designstart-m3.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/atsame54-xpro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bbc-microbit.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bcm958401m2.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf | 11 +++++++++++ .../conf/machine/beaglev-starlight-jh7100.conf | 11 +++++++++++ .../conf/machine/bl5340-dvk-cpuapp-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl652-dvk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl653-dvk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl654-dvk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bl654-usb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/black-f407ve.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bt510.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/bt610.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf | 11 +++++++++++ .../conf/machine/circuitdojo-feather-nrf9160-ns.conf | 11 +++++++++++ .../conf/machine/circuitdojo-feather-nrf9160.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf | 11 +++++++++++ .../conf/machine/contextualelectronics-abc.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf | 11 +++++++++++ .../conf/machine/cy8ckit-062-wifi-bt-m0.conf | 11 +++++++++++ .../conf/machine/cy8ckit-062-wifi-bt-m4.conf | 11 +++++++++++ .../conf/machine/decawave-dwm1001-dev.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/degu-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/dragino-lsn50.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf | 11 +++++++++++ .../conf/machine/efr32-radio-brd4104a.conf | 11 +++++++++++ .../conf/machine/efr32-radio-brd4180a.conf | 11 +++++++++++ .../conf/machine/efr32-radio-brd4250b.conf | 11 +++++++++++ .../conf/machine/efr32-radio-brd4255a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/ehl-crb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf | 11 +++++++++++ .../conf/machine/em-starterkit-em7d-v22.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/em-starterkit.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em5d.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em6.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em7d.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp-em9d.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/emsdp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/faze.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/frdm-k22f.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/frdm-k64f.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/frdm-k82f.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/frdm-kl25z.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/frdm-kw41z.conf | 11 +++++++++++ .../conf/machine/fvp-base-revc-2xaemv8a.conf | 11 +++++++++++ .../conf/machine/fvp-baser-aemv8r-smp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/generic-leon3.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/google-kukui.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/gr716a-mini.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hexiwear-k64.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hifive-unleashed.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hifive-unmatched.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hifive1-revb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hifive1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hsdk-2cores.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/hsdk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/iotdk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/ip-k66f.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/legend.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/litex-vexriscv.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf | 11 +++++++++++ .../conf/machine/lpcxpresso55s69-cpu0.conf | 11 +++++++++++ .../conf/machine/lpcxpresso55s69-cpu1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/m2gl025-miv.conf | 11 +++++++++++ .../conf/machine/mec1501modular-assy6885.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mercury-xu.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf | 11 +++++++++++ .../conf/machine/mikroe-mini-m4-for-stm32.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf | 11 +++++++++++ .../conf/machine/mimxrt1060-evk-hyperflash.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mm-feather.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mm-swiftio.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mps2-an385.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mps2-an521.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/mps3-an547.conf | 11 +++++++++++ .../conf/machine/msp-exp432p401r-launchxl.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/native-posix-64.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/native-posix.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf51-ble400.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf51-blenano.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf | 11 +++++++++++ .../conf/machine/nrf51dongle-nrf51422.conf | 11 +++++++++++ .../conf/machine/nrf52-adafruit-feather.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52840-blip.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf | 11 +++++++++++ .../conf/machine/nrf52840dongle-nrf52840.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf | 11 +++++++++++ .../conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf | 11 +++++++++++ .../conf/machine/nrf5340dk-nrf5340-cpuapp.conf | 11 +++++++++++ .../conf/machine/nrf5340dk-nrf5340-cpunet.conf | 11 +++++++++++ .../conf/machine/nrf9160-innblue21-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf | 11 +++++++++++ .../conf/machine/nrf9160-innblue22-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf | 11 +++++++++++ .../conf/machine/nrf9160dk-nrf9160-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-em.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-hs.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-hs6x.conf | 11 +++++++++++ .../conf/machine/nsim-sem-mpu-stack-guard.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nsim-sem.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f303re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f401re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f411re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f446re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-g474re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l152re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l452re.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf | 11 +++++++++++ .../conf/machine/nxp-ls1046ardb-smp-2cores.conf | 11 +++++++++++ .../conf/machine/nxp-ls1046ardb-smp-4cores.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/olimexino-stm32.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/particle-argon.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/particle-boron.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/particle-xenon.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/pico-pi-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-arc-em.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-leon3.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-riscv32.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-riscv64.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-64.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/qemu-xtensa.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/quick-feather.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/reel-board-v2.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/reel-board.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/ronoth-lodev.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf | 11 +++++++++++ .../conf/machine/rv32m1-vega-zero-riscy.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam-v71-xult.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam4e-xpro.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam4l-ek.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sam4s-xplained.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf | 11 +++++++++++ .../conf/machine/segger-trb-stm32f407.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/sensortile-box.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/serpente.conf | 11 +++++++++++ .../conf/machine/sparkfun-thing-plus-nrf9160-ns.conf | 11 +++++++++++ .../conf/machine/sparkfun-thing-plus-nrf9160.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm3210c-eval.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32373c-eval.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f0-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f030-demo.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f072-eval.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f103-mini.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f3-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f4-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32l1-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/stm32vl-disco.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/teensy40.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/teensy41.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf | 11 +++++++++++ .../conf/machine/thingy53-nrf5340-cpuapp-ns.conf | 11 +++++++++++ .../conf/machine/thingy53-nrf5340-cpuapp.conf | 11 +++++++++++ .../conf/machine/thingy53-nrf5340-cpunet.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/twr-ke18f.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf | 11 +++++++++++ .../conf/machine/ubx-bmd300eval-nrf52832.conf | 11 +++++++++++ .../conf/machine/ubx-bmd330eval-nrf52810.conf | 11 +++++++++++ .../conf/machine/ubx-bmd340eval-nrf52840.conf | 11 +++++++++++ .../conf/machine/ubx-bmd345eval-nrf52840.conf | 11 +++++++++++ .../conf/machine/ubx-bmd360eval-nrf52811.conf | 11 +++++++++++ .../conf/machine/ubx-bmd380eval-nrf52840.conf | 11 +++++++++++ .../conf/machine/ubx-evkannab1-nrf52832.conf | 11 +++++++++++ .../conf/machine/ubx-evkninab1-nrf52832.conf | 11 +++++++++++ .../conf/machine/ubx-evkninab3-nrf52840.conf | 11 +++++++++++ .../conf/machine/ubx-evkninab4-nrf52833.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/up-squared.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/usb-kw24d512.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/v2m-beetle.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/warp7-m4.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/waveshare-open103z.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/xenvm.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf | 11 +++++++++++ meta-zephyr-bsp/conf/machine/xt-sim.conf | 11 +++++++++++ 383 files changed, 4213 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/generic-leon3.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
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..e58f133 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-aerocore2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-aerocore2 +#@DESCRIPTION: Machine configuration for 96b-aerocore2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-aerocore2 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4a29708 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-argonkey.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-argonkey +#@DESCRIPTION: Machine configuration for 96b-argonkey , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-argonkey = "arm" + +DEFAULTUNE ?= "cortexm4" 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..1af8e91 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-carbon-nrf51 +#@DESCRIPTION: Machine configuration for 96b-carbon-nrf51 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:96b-carbon-nrf51 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..c61e5d0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-carbon.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-carbon +#@DESCRIPTION: Machine configuration for 96b-carbon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-carbon = "arm" + +DEFAULTUNE ?= "cortexm4" 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..9a9d984 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-meerkat96.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-meerkat96 +#@DESCRIPTION: Machine configuration for 96b-meerkat96 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-meerkat96 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..80fe4e2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-neonkey.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-neonkey +#@DESCRIPTION: Machine configuration for 96b-neonkey , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-neonkey = "arm" + +DEFAULTUNE ?= "cortexm4" 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..1ccdc6e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-stm32-sensor-mez.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-stm32-sensor-mez +#@DESCRIPTION: Machine configuration for 96b-stm32-sensor-mez , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:96b-stm32-sensor-mez = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0fd6e05 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/96b-wistrio.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: 96b-wistrio +#@DESCRIPTION: Machine configuration for 96b-wistrio , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:96b-wistrio = "arm" + +DEFAULTUNE ?= "cortexm3" 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..a11606d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: acrn-ehl-crb +#@DESCRIPTION: Machine configuration for acrn-ehl-crb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:acrn-ehl-crb = "x86" + +DEFAULTUNE ?= "core2-64" diff --git a/meta-zephyr-bsp/conf/machine/acrn.conf b/meta-zephyr-bsp/conf/machine/acrn.conf new file mode 100755 index 0000000..719540b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/acrn.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: acrn +#@DESCRIPTION: Machine configuration for acrn , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:acrn = "x86" + +DEFAULTUNE ?= "core2-64" 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..bfa576d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-bee-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-bee-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus-bee-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..79fcffe --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-bee.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-bee +#@DESCRIPTION: Machine configuration for actinius-icarus-bee , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus-bee = "arm" + +DEFAULTUNE ?= "cortexm33" 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..af30cc4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..11600f0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-som-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-som-ns +#@DESCRIPTION: Machine configuration for actinius-icarus-som-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus-som-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..33b6ab0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus-som.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus-som +#@DESCRIPTION: Machine configuration for actinius-icarus-som , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus-som = "arm" + +DEFAULTUNE ?= "cortexm33" 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..d8ac2b9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/actinius-icarus.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: actinius-icarus +#@DESCRIPTION: Machine configuration for actinius-icarus , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:actinius-icarus = "arm" + +DEFAULTUNE ?= "cortexm33" 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..612ee50 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-m0-basic-proto.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:adafruit-feather-m0-basic-proto = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..355b1a8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: adafruit-feather-nrf52840 +#@DESCRIPTION: Machine configuration for adafruit-feather-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:adafruit-feather-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..036e647 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-feather-stm32f405.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: adafruit-feather-stm32f405 +#@DESCRIPTION: Machine configuration for adafruit-feather-stm32f405 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:adafruit-feather-stm32f405 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..86bc1e6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-express.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: adafruit-itsybitsy-m4-express +#@DESCRIPTION: Machine configuration for adafruit-itsybitsy-m4-express , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:adafruit-itsybitsy-m4-express = "arm" + +DEFAULTUNE ?= "cortexm4" 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..da6300f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adafruit-trinket-m0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: adafruit-trinket-m0 +#@DESCRIPTION: Machine configuration for adafruit-trinket-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:adafruit-trinket-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..0990b68 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf @@ -0,0 +1,11 @@ +#@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" + + 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..976c10b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/altera-max10.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: altera-max10 +#@DESCRIPTION: Machine configuration for altera-max10 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:altera-max10 = "nios2" + + 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..4222ba0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-due.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: arduino-due +#@DESCRIPTION: Machine configuration for arduino-due , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:arduino-due = "arm" + +DEFAULTUNE ?= "cortexm3" 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..2501826 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-nano-33-iot.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: arduino-nano-33-iot +#@DESCRIPTION: Machine configuration for arduino-nano-33-iot , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:arduino-nano-33-iot = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..c3a0e46 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arduino-zero.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: arduino-zero +#@DESCRIPTION: Machine configuration for arduino-zero , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:arduino-zero = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..1df5707 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m1.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv6m/tune-cortexm1.inc + +ARCH:arty-a7-arm-designstart-m1 = "arm" + +DEFAULTUNE ?= "cortexm1" 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..206edc0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/arty-a7-arm-designstart-m3.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:arty-a7-arm-designstart-m3 = "arm" + +DEFAULTUNE ?= "cortexm3" 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..6d36d62 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: atsamd20-xpro +#@DESCRIPTION: Machine configuration for atsamd20-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:atsamd20-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..734b70d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: atsamd21-xpro +#@DESCRIPTION: Machine configuration for atsamd21-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:atsamd21-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..d035271 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsame54-xpro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: atsame54-xpro +#@DESCRIPTION: Machine configuration for atsame54-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:atsame54-xpro = "arm" + +DEFAULTUNE ?= "cortexm4" 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..3a9af88 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: atsamr21-xpro +#@DESCRIPTION: Machine configuration for atsamr21-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:atsamr21-xpro = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..0a002ec --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: b-l072z-lrwan1 +#@DESCRIPTION: Machine configuration for b-l072z-lrwan1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:b-l072z-lrwan1 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..1426ea4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: b-l4s5i-iot01a +#@DESCRIPTION: Machine configuration for b-l4s5i-iot01a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:b-l4s5i-iot01a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..1f13c09 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: b-u585i-iot02a +#@DESCRIPTION: Machine configuration for b-u585i-iot02a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:b-u585i-iot02a = "arm" + +DEFAULTUNE ?= "cortexm33" 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..fb5eb92 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bbc-microbit-v2 +#@DESCRIPTION: Machine configuration for bbc-microbit-v2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bbc-microbit-v2 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..8f922cd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bbc-microbit.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bbc-microbit +#@DESCRIPTION: Machine configuration for bbc-microbit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:bbc-microbit = "arm" + +DEFAULTUNE ?= "cortexm0" diff --git a/meta-zephyr-bsp/conf/machine/bcm958401m2.conf b/meta-zephyr-bsp/conf/machine/bcm958401m2.conf new file mode 100755 index 0000000..828ba10 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958401m2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bcm958401m2 +#@DESCRIPTION: Machine configuration for bcm958401m2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:bcm958401m2 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..729440c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958402m2-a72.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bcm958402m2-a72 +#@DESCRIPTION: Machine configuration for bcm958402m2-a72 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa72.inc + +ARCH:bcm958402m2-a72 = "arm64" + + 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..1b1b929 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bcm958402m2-m7.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bcm958402m2-m7 +#@DESCRIPTION: Machine configuration for bcm958402m2-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:bcm958402m2-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..2d57b39 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/beaglev-starlight-jh7100.conf @@ -0,0 +1,11 @@ +#@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" + + 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..adc9542 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl5340-dvk-cpuapp-ns +#@DESCRIPTION: Machine configuration for bl5340-dvk-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:bl5340-dvk-cpuapp-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..768f285 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl5340-dvk-cpuapp +#@DESCRIPTION: Machine configuration for bl5340-dvk-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:bl5340-dvk-cpuapp = "arm" + +DEFAULTUNE ?= "cortexm33" 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..f57b9da --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl5340-dvk-cpunet.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..42690d9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl652-dvk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl652-dvk +#@DESCRIPTION: Machine configuration for bl652-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bl652-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..17eb6ed --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl653-dvk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl653-dvk +#@DESCRIPTION: Machine configuration for bl653-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bl653-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4b5d10e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-dvk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl654-dvk +#@DESCRIPTION: Machine configuration for bl654-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bl654-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..b6f99f1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-sensor-board.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl654-sensor-board +#@DESCRIPTION: Machine configuration for bl654-sensor-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bl654-sensor-board = "arm" + +DEFAULTUNE ?= "cortexm4" 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..bea4e29 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bl654-usb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bl654-usb +#@DESCRIPTION: Machine configuration for bl654-usb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bl654-usb = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c4f8ba9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/black-f407ve.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: black-f407ve +#@DESCRIPTION: Machine configuration for black-f407ve , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:black-f407ve = "arm" + +DEFAULTUNE ?= "cortexm4" 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..92ffa26 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: black-f407zg-pro +#@DESCRIPTION: Machine configuration for black-f407zg-pro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:black-f407zg-pro = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ce70ffd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: blackpill-f401ce +#@DESCRIPTION: Machine configuration for blackpill-f401ce , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:blackpill-f401ce = "arm" + +DEFAULTUNE ?= "cortexm4" 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..d030e5e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: blackpill-f411ce +#@DESCRIPTION: Machine configuration for blackpill-f411ce , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:blackpill-f411ce = "arm" + +DEFAULTUNE ?= "cortexm4" diff --git a/meta-zephyr-bsp/conf/machine/bt510.conf b/meta-zephyr-bsp/conf/machine/bt510.conf new file mode 100755 index 0000000..45a3629 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bt510.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bt510 +#@DESCRIPTION: Machine configuration for bt510 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bt510 = "arm" + +DEFAULTUNE ?= "cortexm4" diff --git a/meta-zephyr-bsp/conf/machine/bt610.conf b/meta-zephyr-bsp/conf/machine/bt610.conf new file mode 100755 index 0000000..124cbf1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/bt610.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: bt610 +#@DESCRIPTION: Machine configuration for bt610 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:bt610 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..92de5fc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc1352r-sensortag.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cc1352r-sensortag +#@DESCRIPTION: Machine configuration for cc1352r-sensortag , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cc1352r-sensortag = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4eeedd9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cc1352r1-launchxl +#@DESCRIPTION: Machine configuration for cc1352r1-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cc1352r1-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f0ee7b5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cc26x2r1-launchxl +#@DESCRIPTION: Machine configuration for cc26x2r1-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cc26x2r1-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" 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..21fc153 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cc3220sf-launchxl +#@DESCRIPTION: Machine configuration for cc3220sf-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cc3220sf-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" 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..aa6b21b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cc3235sf-launchxl +#@DESCRIPTION: Machine configuration for cc3235sf-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cc3235sf-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7cbbfbc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: circuitdojo-feather-nrf9160-ns +#@DESCRIPTION: Machine configuration for circuitdojo-feather-nrf9160-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:circuitdojo-feather-nrf9160-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..b7df24c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/circuitdojo-feather-nrf9160.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: circuitdojo-feather-nrf9160 +#@DESCRIPTION: Machine configuration for circuitdojo-feather-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:circuitdojo-feather-nrf9160 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..3a8d778 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: colibri-imx7d-m4 +#@DESCRIPTION: Machine configuration for colibri-imx7d-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:colibri-imx7d-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..243887c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/contextualelectronics-abc.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: contextualelectronics-abc +#@DESCRIPTION: Machine configuration for contextualelectronics-abc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:contextualelectronics-abc = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7929b0d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-ble-m0 +#@DESCRIPTION: Machine configuration for cy8ckit-062-ble-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:cy8ckit-062-ble-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..0fca1d9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: cy8ckit-062-ble-m4 +#@DESCRIPTION: Machine configuration for cy8ckit-062-ble-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cy8ckit-062-ble-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..2cb43f3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m0.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:cy8ckit-062-wifi-bt-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..13a9578 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-m4.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:cy8ckit-062-wifi-bt-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..8276690 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/decawave-dwm1001-dev.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: decawave-dwm1001-dev +#@DESCRIPTION: Machine configuration for decawave-dwm1001-dev , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:decawave-dwm1001-dev = "arm" + +DEFAULTUNE ?= "cortexm4" 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..95a8a84 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/degu-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: degu-evk +#@DESCRIPTION: Machine configuration for degu-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:degu-evk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..33aa041 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: disco-l475-iot1 +#@DESCRIPTION: Machine configuration for disco-l475-iot1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:disco-l475-iot1 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ca8a722 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/dragino-lsn50.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: dragino-lsn50 +#@DESCRIPTION: Machine configuration for dragino-lsn50 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:dragino-lsn50 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..e63d4f4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: dragino-nbsn95 +#@DESCRIPTION: Machine configuration for dragino-nbsn95 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:dragino-nbsn95 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..c751b69 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32gg-slwstk6121a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32gg-slwstk6121a +#@DESCRIPTION: Machine configuration for efm32gg-slwstk6121a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efm32gg-slwstk6121a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0226d78 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32gg-stk3701a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32gg-stk3701a +#@DESCRIPTION: Machine configuration for efm32gg-stk3701a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efm32gg-stk3701a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..8537b3d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32hg-slstk3400a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32hg-slstk3400a +#@DESCRIPTION: Machine configuration for efm32hg-slstk3400a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:efm32hg-slstk3400a = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..7acce31 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3401a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3401a +#@DESCRIPTION: Machine configuration for efm32pg-stk3401a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efm32pg-stk3401a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..32d7f8a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-jg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3402a-jg +#@DESCRIPTION: Machine configuration for efm32pg-stk3402a-jg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:efm32pg-stk3402a-jg = "arm" + +DEFAULTUNE ?= "cortexm3" 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..c49a5c3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32pg-stk3402a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32pg-stk3402a +#@DESCRIPTION: Machine configuration for efm32pg-stk3402a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efm32pg-stk3402a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..551f8f1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efm32wg-stk3800.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efm32wg-stk3800 +#@DESCRIPTION: Machine configuration for efm32wg-stk3800 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efm32wg-stk3800 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..8622dc6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4104a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4104a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4104a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efr32-radio-brd4104a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c113617 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4180a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4180a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4180a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:efr32-radio-brd4180a = "arm" + +DEFAULTUNE ?= "cortexm33" 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..623ecf1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4250b.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4250b +#@DESCRIPTION: Machine configuration for efr32-radio-brd4250b , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efr32-radio-brd4250b = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4450ee9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32-radio-brd4255a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efr32-radio-brd4255a +#@DESCRIPTION: Machine configuration for efr32-radio-brd4255a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efr32-radio-brd4255a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..3f8d709 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: efr32mg-sltb004a +#@DESCRIPTION: Machine configuration for efr32mg-sltb004a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:efr32mg-sltb004a = "arm" + +DEFAULTUNE ?= "cortexm4" 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..2620d28 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ehl-crb-sbl +#@DESCRIPTION: Machine configuration for ehl-crb-sbl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:ehl-crb-sbl = "x86" + +DEFAULTUNE ?= "core2-64" 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..5a9ee90 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ehl-crb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ehl-crb +#@DESCRIPTION: Machine configuration for ehl-crb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:ehl-crb = "x86" + +DEFAULTUNE ?= "core2-64" 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..88365cd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em11d.conf @@ -0,0 +1,11 @@ +#@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" + + 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..880ada7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d-v22.conf @@ -0,0 +1,11 @@ +#@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" + + 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..f94a265 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit-em7d.conf @@ -0,0 +1,11 @@ +#@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" + + 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..4a18f99 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/em-starterkit.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: em-starterkit +#@DESCRIPTION: Machine configuration for em-starterkit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:em-starterkit = "arc" + + 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..5b92379 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp-em4 +#@DESCRIPTION: Machine configuration for emsdp-em4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp-em4 = "arc" + + 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..56fde46 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em5d.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp-em5d +#@DESCRIPTION: Machine configuration for emsdp-em5d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp-em5d = "arc" + + 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..19afa3f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em6.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp-em6 +#@DESCRIPTION: Machine configuration for emsdp-em6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp-em6 = "arc" + + 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..9f43d95 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em7d-esp.conf @@ -0,0 +1,11 @@ +#@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" + + 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..cde3ac7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em7d.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp-em7d +#@DESCRIPTION: Machine configuration for emsdp-em7d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp-em7d = "arc" + + 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..e102970 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp-em9d.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp-em9d +#@DESCRIPTION: Machine configuration for emsdp-em9d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp-em9d = "arc" + + diff --git a/meta-zephyr-bsp/conf/machine/emsdp.conf b/meta-zephyr-bsp/conf/machine/emsdp.conf new file mode 100755 index 0000000..70e6db0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/emsdp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: emsdp +#@DESCRIPTION: Machine configuration for emsdp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:emsdp = "arc" + + 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..c48592b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: esp32c3-devkitm +#@DESCRIPTION: Machine configuration for esp32c3-devkitm , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:esp32c3-devkitm = "riscv" + + diff --git a/meta-zephyr-bsp/conf/machine/faze.conf b/meta-zephyr-bsp/conf/machine/faze.conf new file mode 100755 index 0000000..ae72773 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/faze.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: faze +#@DESCRIPTION: Machine configuration for faze , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:faze = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..fd3cb9f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k22f.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: frdm-k22f +#@DESCRIPTION: Machine configuration for frdm-k22f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:frdm-k22f = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0d0a378 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k64f.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: frdm-k64f +#@DESCRIPTION: Machine configuration for frdm-k64f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:frdm-k64f = "arm" + +DEFAULTUNE ?= "cortexm4" 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..cce4243 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-k82f.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: frdm-k82f +#@DESCRIPTION: Machine configuration for frdm-k82f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:frdm-k82f = "arm" + +DEFAULTUNE ?= "cortexm4" 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..38d1808 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-kl25z.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: frdm-kl25z +#@DESCRIPTION: Machine configuration for frdm-kl25z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:frdm-kl25z = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..86ba6c7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/frdm-kw41z.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: frdm-kw41z +#@DESCRIPTION: Machine configuration for frdm-kw41z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:frdm-kw41z = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..6cf76e1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-base-revc-2xaemv8a.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: fvp-base-revc-2xaemv8a +#@DESCRIPTION: Machine configuration for fvp-base-revc-2xaemv8a , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa53.inc + +ARCH:fvp-base-revc-2xaemv8a = "arm64" + + 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..5b28239 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-smp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: fvp-baser-aemv8r-smp +#@DESCRIPTION: Machine configuration for fvp-baser-aemv8r-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/arch-armv8a.inc + +ARCH:fvp-baser-aemv8r-smp = "arm64" + + 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..547d2bc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: fvp-baser-aemv8r +#@DESCRIPTION: Machine configuration for fvp-baser-aemv8r , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/arch-armv8a.inc + +ARCH:fvp-baser-aemv8r = "arm64" + + diff --git a/meta-zephyr-bsp/conf/machine/generic-leon3.conf b/meta-zephyr-bsp/conf/machine/generic-leon3.conf new file mode 100755 index 0000000..9d00e38 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/generic-leon3.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: generic-leon3 +#@DESCRIPTION: Machine configuration for generic-leon3 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:generic-leon3 = "sparc" + + 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..ab3f874 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/google-kukui.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: google-kukui +#@DESCRIPTION: Machine configuration for google-kukui , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:google-kukui = "arm" + +DEFAULTUNE ?= "cortexm0" 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..42078cd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/gr716a-mini.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: gr716a-mini +#@DESCRIPTION: Machine configuration for gr716a-mini , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:gr716a-mini = "sparc" + + 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..5c33e34 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hexiwear-k64.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hexiwear-k64 +#@DESCRIPTION: Machine configuration for hexiwear-k64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:hexiwear-k64 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..905be81 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hexiwear-kw40z +#@DESCRIPTION: Machine configuration for hexiwear-kw40z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:hexiwear-kw40z = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..885fb0d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive-unleashed.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hifive-unleashed +#@DESCRIPTION: Machine configuration for hifive-unleashed , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hifive-unleashed = "riscv" + + 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..e494d2a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive-unmatched.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hifive-unmatched +#@DESCRIPTION: Machine configuration for hifive-unmatched , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hifive-unmatched = "riscv" + + 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..f19cb6d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive1-revb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hifive1-revb +#@DESCRIPTION: Machine configuration for hifive1-revb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hifive1-revb = "riscv" + + diff --git a/meta-zephyr-bsp/conf/machine/hifive1.conf b/meta-zephyr-bsp/conf/machine/hifive1.conf new file mode 100755 index 0000000..371f09a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hifive1.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hifive1 +#@DESCRIPTION: Machine configuration for hifive1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hifive1 = "riscv" + + 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..5eebd1e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: holyiot-yj16019 +#@DESCRIPTION: Machine configuration for holyiot-yj16019 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:holyiot-yj16019 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..cb19c61 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hsdk-2cores.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hsdk-2cores +#@DESCRIPTION: Machine configuration for hsdk-2cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hsdk-2cores = "arc" + + diff --git a/meta-zephyr-bsp/conf/machine/hsdk.conf b/meta-zephyr-bsp/conf/machine/hsdk.conf new file mode 100755 index 0000000..bc330b9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/hsdk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: hsdk +#@DESCRIPTION: Machine configuration for hsdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:hsdk = "arc" + + 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..c3b48dc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf @@ -0,0 +1,11 @@ +#@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" + + 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..8eb4f52 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf @@ -0,0 +1,11 @@ +#@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" + + 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..da0bff5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf @@ -0,0 +1,11 @@ +#@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" + + 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..27468a3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf @@ -0,0 +1,11 @@ +#@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" + + 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..9e583ce --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf @@ -0,0 +1,11 @@ +#@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" + + diff --git a/meta-zephyr-bsp/conf/machine/iotdk.conf b/meta-zephyr-bsp/conf/machine/iotdk.conf new file mode 100755 index 0000000..d411f92 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/iotdk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: iotdk +#@DESCRIPTION: Machine configuration for iotdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:iotdk = "arc" + + 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..1eea26c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ip-k66f.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ip-k66f +#@DESCRIPTION: Machine configuration for ip-k66f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ip-k66f = "arm" + +DEFAULTUNE ?= "cortexm4" 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..e5b11c7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: it8xxx2-evb +#@DESCRIPTION: Machine configuration for it8xxx2-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:it8xxx2-evb = "riscv" + + diff --git a/meta-zephyr-bsp/conf/machine/legend.conf b/meta-zephyr-bsp/conf/machine/legend.conf new file mode 100755 index 0000000..55b5e5b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/legend.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: legend +#@DESCRIPTION: Machine configuration for legend , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:legend = "arm" + +DEFAULTUNE ?= "cortexm0" 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..2e6c0bc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/litex-vexriscv.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: litex-vexriscv +#@DESCRIPTION: Machine configuration for litex-vexriscv , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:litex-vexriscv = "riscv" + + 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..a4baa92 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lora-e5-dev-board.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lora-e5-dev-board +#@DESCRIPTION: Machine configuration for lora-e5-dev-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:lora-e5-dev-board = "arm" + +DEFAULTUNE ?= "cortexm4" diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf new file mode 100755 index 0000000..4212a61 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso11u68 +#@DESCRIPTION: Machine configuration for lpcxpresso11u68 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:lpcxpresso11u68 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..1b2f635 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso54114-m0 +#@DESCRIPTION: Machine configuration for lpcxpresso54114-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:lpcxpresso54114-m0 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..c5f7a74 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso54114-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso54114-m4 +#@DESCRIPTION: Machine configuration for lpcxpresso54114-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:lpcxpresso54114-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf new file mode 100755 index 0000000..b30cf5d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s16 +#@DESCRIPTION: Machine configuration for lpcxpresso55s16 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:lpcxpresso55s16 = "arm" + +DEFAULTUNE ?= "cortexm33" diff --git a/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf b/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf new file mode 100755 index 0000000..1f0ba39 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s28 +#@DESCRIPTION: Machine configuration for lpcxpresso55s28 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:lpcxpresso55s28 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..ed66a7a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s69-cpu0 +#@DESCRIPTION: Machine configuration for lpcxpresso55s69-cpu0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:lpcxpresso55s69-cpu0 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..b3bed5e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-cpu1.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..d80f64d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/lpcxpresso55s69-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: lpcxpresso55s69-ns +#@DESCRIPTION: Machine configuration for lpcxpresso55s69-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:lpcxpresso55s69-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..f33ce64 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/m2gl025-miv.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: m2gl025-miv +#@DESCRIPTION: Machine configuration for m2gl025-miv , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:m2gl025-miv = "riscv" + + 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..01b5832 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec1501modular-assy6885.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mec1501modular-assy6885 +#@DESCRIPTION: Machine configuration for mec1501modular-assy6885 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mec1501modular-assy6885 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..490bdab --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec15xxevb-assy6853.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mec15xxevb-assy6853 +#@DESCRIPTION: Machine configuration for mec15xxevb-assy6853 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mec15xxevb-assy6853 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..e178163 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec172xevb-assy6906.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mec172xevb-assy6906 +#@DESCRIPTION: Machine configuration for mec172xevb-assy6906 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mec172xevb-assy6906 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..28d52cc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mec2016evb-assy6797.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mec2016evb-assy6797 +#@DESCRIPTION: Machine configuration for mec2016evb-assy6797 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mec2016evb-assy6797 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..46b5e0c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mercury-xu.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mercury-xu +#@DESCRIPTION: Machine configuration for mercury-xu , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7r/tune-cortexr5.inc + +ARCH:mercury-xu = "arm" + +DEFAULTUNE ?= "cortexr5" 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..a53f9f6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mikroe-clicker-2 +#@DESCRIPTION: Machine configuration for mikroe-clicker-2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mikroe-clicker-2 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..28a332c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-stm32.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mikroe-mini-m4-for-stm32 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..73c6771 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimx8mm-evk +#@DESCRIPTION: Machine configuration for mimx8mm-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mimx8mm-evk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..cd79d9b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1010-evk +#@DESCRIPTION: Machine configuration for mimxrt1010-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1010-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..3a7a89b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1015-evk +#@DESCRIPTION: Machine configuration for mimxrt1015-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1015-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..defb354 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1020-evk +#@DESCRIPTION: Machine configuration for mimxrt1020-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1020-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..32bbbbb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1024-evk +#@DESCRIPTION: Machine configuration for mimxrt1024-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1024-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..b2197e8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk-qspi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1050-evk-qspi +#@DESCRIPTION: Machine configuration for mimxrt1050-evk-qspi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1050-evk-qspi = "arm" + +DEFAULTUNE ?= "cortexm7" 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..4d7f010 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1050-evk +#@DESCRIPTION: Machine configuration for mimxrt1050-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1050-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..04201ae --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk-hyperflash.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1060-evk-hyperflash +#@DESCRIPTION: Machine configuration for mimxrt1060-evk-hyperflash , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1060-evk-hyperflash = "arm" + +DEFAULTUNE ?= "cortexm7" 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..80c3f23 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1060-evk +#@DESCRIPTION: Machine configuration for mimxrt1060-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1060-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..822e0c3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1064-evk +#@DESCRIPTION: Machine configuration for mimxrt1064-evk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1064-evk = "arm" + +DEFAULTUNE ?= "cortexm7" 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..58c8658 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1170-evk-cm4 +#@DESCRIPTION: Machine configuration for mimxrt1170-evk-cm4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:mimxrt1170-evk-cm4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..08f12a8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt1170-evk-cm7.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt1170-evk-cm7 +#@DESCRIPTION: Machine configuration for mimxrt1170-evk-cm7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mimxrt1170-evk-cm7 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..53a6194 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mimxrt685-evk-cm33.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mimxrt685-evk-cm33 +#@DESCRIPTION: Machine configuration for mimxrt685-evk-cm33 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:mimxrt685-evk-cm33 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..07ca066 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mm-feather.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mm-feather +#@DESCRIPTION: Machine configuration for mm-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mm-feather = "arm" + +DEFAULTUNE ?= "cortexm7" 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..7b8a446 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mm-swiftio.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mm-swiftio +#@DESCRIPTION: Machine configuration for mm-swiftio , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:mm-swiftio = "arm" + +DEFAULTUNE ?= "cortexm7" 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..8f9f13a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an385.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mps2-an385 +#@DESCRIPTION: Machine configuration for mps2-an385 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:mps2-an385 = "arm" + +DEFAULTUNE ?= "cortexm3" 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..18b5837 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..92ccc3d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521-remote.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mps2-an521-remote +#@DESCRIPTION: Machine configuration for mps2-an521-remote , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:mps2-an521-remote = "arm" + +DEFAULTUNE ?= "cortexm33" 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..b85ba47 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps2-an521.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..163568b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/mps3-an547.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: mps3-an547 +#@DESCRIPTION: Machine configuration for mps3-an547 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-1m/tune-cortexm55.inc + +ARCH:mps3-an547 = "arm" + +DEFAULTUNE ?= "cortexm55" 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..7ff8ddd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/msp-exp432p401r-launchxl.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: msp-exp432p401r-launchxl +#@DESCRIPTION: Machine configuration for msp-exp432p401r-launchxl , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:msp-exp432p401r-launchxl = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f602d96 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/native-posix-64.conf @@ -0,0 +1,11 @@ +#@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" + + 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..27d4f8a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/native-posix.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: native-posix +#@DESCRIPTION: Machine configuration for native-posix , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:native-posix = "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..cb6e5c5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: npcx7m6fb-evb +#@DESCRIPTION: Machine configuration for npcx7m6fb-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:npcx7m6fb-evb = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ce2becd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: npcx9m6f-evb +#@DESCRIPTION: Machine configuration for npcx9m6f-evb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:npcx9m6f-evb = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0fab80d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf21540dk-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf21540dk-nrf52840 +#@DESCRIPTION: Machine configuration for nrf21540dk-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf21540dk-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..b9693ae --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-ble400.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf51-ble400 +#@DESCRIPTION: Machine configuration for nrf51-ble400 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nrf51-ble400 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..72888db --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-blenano.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf51-blenano +#@DESCRIPTION: Machine configuration for nrf51-blenano , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nrf51-blenano = "arm" + +DEFAULTUNE ?= "cortexm0" 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..d2c6bc2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf51-vbluno51 +#@DESCRIPTION: Machine configuration for nrf51-vbluno51 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nrf51-vbluno51 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..c938312 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf51dk-nrf51422 +#@DESCRIPTION: Machine configuration for nrf51dk-nrf51422 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nrf51dk-nrf51422 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..d137976 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf51dongle-nrf51422.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf51dongle-nrf51422 +#@DESCRIPTION: Machine configuration for nrf51dongle-nrf51422 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nrf51dongle-nrf51422 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..c28a4f7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-adafruit-feather.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52-adafruit-feather +#@DESCRIPTION: Machine configuration for nrf52-adafruit-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52-adafruit-feather = "arm" + +DEFAULTUNE ?= "cortexm4" 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..94fea93 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52-blenano2 +#@DESCRIPTION: Machine configuration for nrf52-blenano2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52-blenano2 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..939722a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52-sparkfun +#@DESCRIPTION: Machine configuration for nrf52-sparkfun , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52-sparkfun = "arm" + +DEFAULTUNE ?= "cortexm4" 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..a97fd8e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52-vbluno52 +#@DESCRIPTION: Machine configuration for nrf52-vbluno52 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52-vbluno52 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..356090a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52832-mdk +#@DESCRIPTION: Machine configuration for nrf52832-mdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52832-mdk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..06c32ef --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52820.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52833dk-nrf52820 +#@DESCRIPTION: Machine configuration for nrf52833dk-nrf52820 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52833dk-nrf52820 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..60612a8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52833dk-nrf52833.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52833dk-nrf52833 +#@DESCRIPTION: Machine configuration for nrf52833dk-nrf52833 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52833dk-nrf52833 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..52cf9aa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-blip.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52840-blip +#@DESCRIPTION: Machine configuration for nrf52840-blip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52840-blip = "arm" + +DEFAULTUNE ?= "cortexm4" 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..e557bb9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52840-mdk +#@DESCRIPTION: Machine configuration for nrf52840-mdk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52840-mdk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..82ad0e6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52840-papyr +#@DESCRIPTION: Machine configuration for nrf52840-papyr , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52840-papyr = "arm" + +DEFAULTUNE ?= "cortexm4" 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..2c41528 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840dk-nrf52811.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52840dk-nrf52811 +#@DESCRIPTION: Machine configuration for nrf52840dk-nrf52811 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52840dk-nrf52811 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..569f157 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52840dongle-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52840dongle-nrf52840 +#@DESCRIPTION: Machine configuration for nrf52840dongle-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52840dongle-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..97bad25 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52805 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52805 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52dk-nrf52805 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..2b97026 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52810 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52810 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52dk-nrf52810 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..a7eaf58 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf52dk-nrf52832 +#@DESCRIPTION: Machine configuration for nrf52dk-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf52dk-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7fb1ba5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf5340dk-nrf5340-cpuapp-ns +#@DESCRIPTION: Machine configuration for nrf5340dk-nrf5340-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf5340dk-nrf5340-cpuapp-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..3193f42 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpuapp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf5340dk-nrf5340-cpuapp +#@DESCRIPTION: Machine configuration for nrf5340dk-nrf5340-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf5340dk-nrf5340-cpuapp = "arm" + +DEFAULTUNE ?= "cortexm33" 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..8acbb53 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-cpunet.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..9b187c4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue21-ns +#@DESCRIPTION: Machine configuration for nrf9160-innblue21-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160-innblue21-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..69609ee --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue21.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue21 +#@DESCRIPTION: Machine configuration for nrf9160-innblue21 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160-innblue21 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..55c10f7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue22-ns +#@DESCRIPTION: Machine configuration for nrf9160-innblue22-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160-innblue22-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..b6dcd12 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160-innblue22.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160-innblue22 +#@DESCRIPTION: Machine configuration for nrf9160-innblue22 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160-innblue22 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..25e057d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf52840 +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nrf9160dk-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..20210d8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf9160-ns +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf9160-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160dk-nrf9160-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..25abeeb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nrf9160dk-nrf9160 +#@DESCRIPTION: Machine configuration for nrf9160dk-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nrf9160dk-nrf9160 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..999acad --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-em.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nsim-em +#@DESCRIPTION: Machine configuration for nsim-em , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:nsim-em = "arc" + + 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..2325afc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf @@ -0,0 +1,11 @@ +#@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" + + 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..d3fff69 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf @@ -0,0 +1,11 @@ +#@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" + + 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..a55f62b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf @@ -0,0 +1,11 @@ +#@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" + + 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..9ed2704 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nsim-hs +#@DESCRIPTION: Machine configuration for nsim-hs , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:nsim-hs = "arc" + + 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..cb20219 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf @@ -0,0 +1,11 @@ +#@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" + + 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..0ec3405 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-hs6x.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nsim-hs6x +#@DESCRIPTION: Machine configuration for nsim-hs6x , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:nsim-hs6x = "arc" + + 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..c035eb2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-guard.conf @@ -0,0 +1,11 @@ +#@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" + + 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..d4763d4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nsim-sem.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nsim-sem +#@DESCRIPTION: Machine configuration for nsim-sem , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:nsim-sem = "arc" + + 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..0ae7eaa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f030r8 +#@DESCRIPTION: Machine configuration for nucleo-f030r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nucleo-f030r8 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..b70164c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f031k6 +#@DESCRIPTION: Machine configuration for nucleo-f031k6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nucleo-f031k6 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..63b211e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f070rb +#@DESCRIPTION: Machine configuration for nucleo-f070rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nucleo-f070rb = "arm" + +DEFAULTUNE ?= "cortexm0" 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..f4a45b0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f091rc +#@DESCRIPTION: Machine configuration for nucleo-f091rc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:nucleo-f091rc = "arm" + +DEFAULTUNE ?= "cortexm0" 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..23ac10c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f103rb +#@DESCRIPTION: Machine configuration for nucleo-f103rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:nucleo-f103rb = "arm" + +DEFAULTUNE ?= "cortexm3" 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..95662dd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f207zg +#@DESCRIPTION: Machine configuration for nucleo-f207zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:nucleo-f207zg = "arm" + +DEFAULTUNE ?= "cortexm3" 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..d2cfa4c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f302r8 +#@DESCRIPTION: Machine configuration for nucleo-f302r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f302r8 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..d64f31c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f303k8 +#@DESCRIPTION: Machine configuration for nucleo-f303k8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f303k8 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f999170 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f303re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f303re +#@DESCRIPTION: Machine configuration for nucleo-f303re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f303re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..3c47c79 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f334r8 +#@DESCRIPTION: Machine configuration for nucleo-f334r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f334r8 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f422935 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f401re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f401re +#@DESCRIPTION: Machine configuration for nucleo-f401re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f401re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0bab5d1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f410rb +#@DESCRIPTION: Machine configuration for nucleo-f410rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f410rb = "arm" + +DEFAULTUNE ?= "cortexm4" 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..9db2a38 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f411re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f411re +#@DESCRIPTION: Machine configuration for nucleo-f411re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f411re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..eea1276 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f412zg +#@DESCRIPTION: Machine configuration for nucleo-f412zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f412zg = "arm" + +DEFAULTUNE ?= "cortexm4" 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..cf72ff8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f413zh +#@DESCRIPTION: Machine configuration for nucleo-f413zh , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f413zh = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7286131 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f429zi +#@DESCRIPTION: Machine configuration for nucleo-f429zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f429zi = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ed554fa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f446re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f446re +#@DESCRIPTION: Machine configuration for nucleo-f446re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-f446re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7684d47 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f746zg +#@DESCRIPTION: Machine configuration for nucleo-f746zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-f746zg = "arm" + +DEFAULTUNE ?= "cortexm7" 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..c6262cb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f756zg +#@DESCRIPTION: Machine configuration for nucleo-f756zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-f756zg = "arm" + +DEFAULTUNE ?= "cortexm7" 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..702d574 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-f767zi +#@DESCRIPTION: Machine configuration for nucleo-f767zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-f767zi = "arm" + +DEFAULTUNE ?= "cortexm7" 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..3c75cdd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-g071rb +#@DESCRIPTION: Machine configuration for nucleo-g071rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-g071rb = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..e8fae9e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-g0b1re +#@DESCRIPTION: Machine configuration for nucleo-g0b1re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-g0b1re = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..397663b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-g431rb +#@DESCRIPTION: Machine configuration for nucleo-g431rb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-g431rb = "arm" + +DEFAULTUNE ?= "cortexm4" 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..5269758 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-g474re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-g474re +#@DESCRIPTION: Machine configuration for nucleo-g474re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-g474re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..b474cdb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-h723zg +#@DESCRIPTION: Machine configuration for nucleo-h723zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-h723zg = "arm" + +DEFAULTUNE ?= "cortexm7" 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..ae98b53 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-h743zi +#@DESCRIPTION: Machine configuration for nucleo-h743zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-h743zi = "arm" + +DEFAULTUNE ?= "cortexm7" 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..4f1fb01 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-h745zi-q-m4 +#@DESCRIPTION: Machine configuration for nucleo-h745zi-q-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-h745zi-q-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..340318b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-m7.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-h745zi-q-m7 +#@DESCRIPTION: Machine configuration for nucleo-h745zi-q-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-h745zi-q-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..64a176e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-h753zi +#@DESCRIPTION: Machine configuration for nucleo-h753zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:nucleo-h753zi = "arm" + +DEFAULTUNE ?= "cortexm7" 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..86b8b3b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l011k4 +#@DESCRIPTION: Machine configuration for nucleo-l011k4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-l011k4 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..8c66e7d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l031k6 +#@DESCRIPTION: Machine configuration for nucleo-l031k6 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-l031k6 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..f982657 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l053r8 +#@DESCRIPTION: Machine configuration for nucleo-l053r8 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-l053r8 = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..52e8ab4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l073rz +#@DESCRIPTION: Machine configuration for nucleo-l073rz , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:nucleo-l073rz = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..336c3cc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l152re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l152re +#@DESCRIPTION: Machine configuration for nucleo-l152re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:nucleo-l152re = "arm" + +DEFAULTUNE ?= "cortexm3" 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..061bfec --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l412rb-p +#@DESCRIPTION: Machine configuration for nucleo-l412rb-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l412rb-p = "arm" + +DEFAULTUNE ?= "cortexm4" 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..6aa8e88 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l432kc +#@DESCRIPTION: Machine configuration for nucleo-l432kc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l432kc = "arm" + +DEFAULTUNE ?= "cortexm4" 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..69bee1e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l433rc-p +#@DESCRIPTION: Machine configuration for nucleo-l433rc-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l433rc-p = "arm" + +DEFAULTUNE ?= "cortexm4" 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..535ac80 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l452re-p +#@DESCRIPTION: Machine configuration for nucleo-l452re-p , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l452re-p = "arm" + +DEFAULTUNE ?= "cortexm4" 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..757b12a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l452re.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l452re +#@DESCRIPTION: Machine configuration for nucleo-l452re , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l452re = "arm" + +DEFAULTUNE ?= "cortexm4" 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..a365965 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l476rg +#@DESCRIPTION: Machine configuration for nucleo-l476rg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l476rg = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4cc0103 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l496zg +#@DESCRIPTION: Machine configuration for nucleo-l496zg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l496zg = "arm" + +DEFAULTUNE ?= "cortexm4" 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..984465e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l4r5zi +#@DESCRIPTION: Machine configuration for nucleo-l4r5zi , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-l4r5zi = "arm" + +DEFAULTUNE ?= "cortexm4" 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..81f058e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l552ze-q-ns +#@DESCRIPTION: Machine configuration for nucleo-l552ze-q-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nucleo-l552ze-q-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..366bd4e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-l552ze-q +#@DESCRIPTION: Machine configuration for nucleo-l552ze-q , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nucleo-l552ze-q = "arm" + +DEFAULTUNE ?= "cortexm33" 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..e4a706b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-u575zi-q +#@DESCRIPTION: Machine configuration for nucleo-u575zi-q , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:nucleo-u575zi-q = "arm" + +DEFAULTUNE ?= "cortexm33" 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..f9d081d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-wb55rg +#@DESCRIPTION: Machine configuration for nucleo-wb55rg , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-wb55rg = "arm" + +DEFAULTUNE ?= "cortexm4" 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..d8d001e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nucleo-wl55jc +#@DESCRIPTION: Machine configuration for nucleo-wl55jc , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nucleo-wl55jc = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ac096d2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nuvoton-pfm-m487.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nuvoton-pfm-m487 +#@DESCRIPTION: Machine configuration for nuvoton-pfm-m487 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:nuvoton-pfm-m487 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..99da627 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf @@ -0,0 +1,11 @@ +#@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" + + 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..37362db --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-2cores.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb-smp-2cores +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb-smp-2cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa72.inc + +ARCH:nxp-ls1046ardb-smp-2cores = "arm64" + + 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..a1518d7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-4cores.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb-smp-4cores +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb-smp-4cores , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa72.inc + +ARCH:nxp-ls1046ardb-smp-4cores = "arm64" + + 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..f449b47 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nxp-ls1046ardb +#@DESCRIPTION: Machine configuration for nxp-ls1046ardb , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa72.inc + +ARCH:nxp-ls1046ardb = "arm64" + + 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..3ed3dff --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-e407.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-e407 +#@DESCRIPTION: Machine configuration for olimex-stm32-e407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:olimex-stm32-e407 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..e236363 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-h103.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-h103 +#@DESCRIPTION: Machine configuration for olimex-stm32-h103 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:olimex-stm32-h103 = "arm" + +DEFAULTUNE ?= "cortexm3" 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..bf5f558 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-h407.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-h407 +#@DESCRIPTION: Machine configuration for olimex-stm32-h407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:olimex-stm32-h407 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..6c66a24 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimex-stm32-p405.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: olimex-stm32-p405 +#@DESCRIPTION: Machine configuration for olimex-stm32-p405 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:olimex-stm32-p405 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..af4c8b1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/olimexino-stm32.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: olimexino-stm32 +#@DESCRIPTION: Machine configuration for olimexino-stm32 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:olimexino-stm32 = "arm" + +DEFAULTUNE ?= "cortexm3" 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..2caa973 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-argon.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: particle-argon +#@DESCRIPTION: Machine configuration for particle-argon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:particle-argon = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ccfc9e3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-boron.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: particle-boron +#@DESCRIPTION: Machine configuration for particle-boron , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:particle-boron = "arm" + +DEFAULTUNE ?= "cortexm4" 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..aa7ae41 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/particle-xenon.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: particle-xenon +#@DESCRIPTION: Machine configuration for particle-xenon , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:particle-xenon = "arm" + +DEFAULTUNE ?= "cortexm4" 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..32a8891 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pico-pi-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: pico-pi-m4 +#@DESCRIPTION: Machine configuration for pico-pi-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:pico-pi-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..9307ae8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: pinetime-devkit0 +#@DESCRIPTION: Machine configuration for pinetime-devkit0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:pinetime-devkit0 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..246dc9e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: pinnacle-100-dvk +#@DESCRIPTION: Machine configuration for pinnacle-100-dvk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:pinnacle-100-dvk = "arm" + +DEFAULTUNE ?= "cortexm4" 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..56d1b6c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-em.conf @@ -0,0 +1,11 @@ +#@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" + + 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..53b0f5c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf @@ -0,0 +1,11 @@ +#@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" + + 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..e7532aa --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf @@ -0,0 +1,11 @@ +#@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" + + 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..ab5ec6a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-smp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53-smp +#@DESCRIPTION: Machine configuration for qemu-cortex-a53-smp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa53.inc + +ARCH:qemu-cortex-a53-smp = "arm64" + + 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..1be9fa5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53-xip.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53-xip +#@DESCRIPTION: Machine configuration for qemu-cortex-a53-xip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa53.inc + +ARCH:qemu-cortex-a53-xip = "arm64" + + 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..6755800 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-a53 +#@DESCRIPTION: Machine configuration for qemu-cortex-a53 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa53.inc + +ARCH:qemu-cortex-a53 = "arm64" + + 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..b58f027 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-m0 +#@DESCRIPTION: Machine configuration for qemu-cortex-m0 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:qemu-cortex-m0 = "arm" + +DEFAULTUNE ?= "cortexm0" 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..0350602 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-cortex-r5 +#@DESCRIPTION: Machine configuration for qemu-cortex-r5 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7r/tune-cortexr5.inc + +ARCH:qemu-cortex-r5 = "arm" + +DEFAULTUNE ?= "cortexr5" 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..3cdff48 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-leon3.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-leon3 +#@DESCRIPTION: Machine configuration for qemu-leon3 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:qemu-leon3 = "sparc" + + 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..867d779 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf @@ -0,0 +1,11 @@ +#@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" + + 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..3696821 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv32.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-riscv32 +#@DESCRIPTION: Machine configuration for qemu-riscv32 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:qemu-riscv32 = "riscv" + + 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..23507cc --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-riscv64.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-riscv64 +#@DESCRIPTION: Machine configuration for qemu-riscv64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:qemu-riscv64 = "riscv" + + 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..fca866b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-64-nokpti.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-64-nokpti +#@DESCRIPTION: Machine configuration for qemu-x86-64-nokpti , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:qemu-x86-64-nokpti = "x86" + +DEFAULTUNE ?= "core2-64" 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..10facd6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-64.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-64 +#@DESCRIPTION: Machine configuration for qemu-x86-64 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:qemu-x86-64 = "x86" + +DEFAULTUNE ?= "core2-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..a3d639c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-lakemont.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-lakemont +#@DESCRIPTION: Machine configuration for qemu-x86-lakemont , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-lakemont = "x86" + +DEFAULTUNE ?= "core2-32" 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..901b7ca --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nokpti +#@DESCRIPTION: Machine configuration for qemu-x86-nokpti , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-nokpti = "x86" + +DEFAULTUNE ?= "core2-32" 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..25515de --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nommu.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nommu +#@DESCRIPTION: Machine configuration for qemu-x86-nommu , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-nommu = "x86" + +DEFAULTUNE ?= "core2-32" 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..1cbbe10 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-nopae +#@DESCRIPTION: Machine configuration for qemu-x86-nopae , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-nopae = "x86" + +DEFAULTUNE ?= "core2-32" 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..8b5ee91 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-tiny +#@DESCRIPTION: Machine configuration for qemu-x86-tiny , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-tiny = "x86" + +DEFAULTUNE ?= "core2-32" 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..b6144d7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-virt +#@DESCRIPTION: Machine configuration for qemu-x86-virt , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-virt = "x86" + +DEFAULTUNE ?= "core2-32" 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..5611c67 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86-xip +#@DESCRIPTION: Machine configuration for qemu-x86-xip , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-corei7.inc + +ARCH:qemu-x86-xip = "x86" + +DEFAULTUNE ?= "core2-32" 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..b6e85f7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/qemu-xtensa.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-xtensa +#@DESCRIPTION: Machine configuration for qemu-xtensa , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:qemu-xtensa = "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..56811b7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/quick-feather.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: quick-feather +#@DESCRIPTION: Machine configuration for quick-feather , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:quick-feather = "arm" + +DEFAULTUNE ?= "cortexm4" 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..af70f14 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: rak4631-nrf52840 +#@DESCRIPTION: Machine configuration for rak4631-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:rak4631-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..5235ce5 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: rak5010-nrf52840 +#@DESCRIPTION: Machine configuration for rak5010-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:rak5010-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c7a98eb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: rcar-h3ulcb-cr7 +#@DESCRIPTION: Machine configuration for rcar-h3ulcb-cr7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7r/tune-cortexr7.inc + +ARCH:rcar-h3ulcb-cr7 = "arm" + +DEFAULTUNE ?= "cortexr7" 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..c297061 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/reel-board-v2.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: reel-board-v2 +#@DESCRIPTION: Machine configuration for reel-board-v2 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:reel-board-v2 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..eb7706e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/reel-board.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: reel-board +#@DESCRIPTION: Machine configuration for reel-board , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:reel-board = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f9955f4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ronoth-lodev.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ronoth-lodev +#@DESCRIPTION: Machine configuration for ronoth-lodev , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:ronoth-lodev = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..870e4a6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ruuvi-ruuvitag +#@DESCRIPTION: Machine configuration for ruuvi-ruuvitag , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ruuvi-ruuvitag = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7c74d3a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rv32m1-vega-ri5cy.conf @@ -0,0 +1,11 @@ +#@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" + + 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..68b32e1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-riscy.conf @@ -0,0 +1,11 @@ +#@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" + + 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..2be787a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-e70-xplained.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam-e70-xplained +#@DESCRIPTION: Machine configuration for sam-e70-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:sam-e70-xplained = "arm" + +DEFAULTUNE ?= "cortexm7" 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..d695579 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-e70b-xplained.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam-e70b-xplained +#@DESCRIPTION: Machine configuration for sam-e70b-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:sam-e70b-xplained = "arm" + +DEFAULTUNE ?= "cortexm7" 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..dc7f433 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-v71-xult.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam-v71-xult +#@DESCRIPTION: Machine configuration for sam-v71-xult , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:sam-v71-xult = "arm" + +DEFAULTUNE ?= "cortexm7" 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..89b8e37 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam-v71b-xult +#@DESCRIPTION: Machine configuration for sam-v71b-xult , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:sam-v71b-xult = "arm" + +DEFAULTUNE ?= "cortexm7" 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..fa3259b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4e-xpro.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam4e-xpro +#@DESCRIPTION: Machine configuration for sam4e-xpro , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:sam4e-xpro = "arm" + +DEFAULTUNE ?= "cortexm4" 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..d4d1bf3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4l-ek.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam4l-ek +#@DESCRIPTION: Machine configuration for sam4l-ek , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:sam4l-ek = "arm" + +DEFAULTUNE ?= "cortexm4" 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..841ea65 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sam4s-xplained.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sam4s-xplained +#@DESCRIPTION: Machine configuration for sam4s-xplained , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:sam4s-xplained = "arm" + +DEFAULTUNE ?= "cortexm4" 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..e7cdcad --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: seeeduino-xiao +#@DESCRIPTION: Machine configuration for seeeduino-xiao , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:seeeduino-xiao = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..d4a18f3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/segger-trb-stm32f407.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: segger-trb-stm32f407 +#@DESCRIPTION: Machine configuration for segger-trb-stm32f407 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:segger-trb-stm32f407 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..a200cee --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sensortile-box.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sensortile-box +#@DESCRIPTION: Machine configuration for sensortile-box , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:sensortile-box = "arm" + +DEFAULTUNE ?= "cortexm4" diff --git a/meta-zephyr-bsp/conf/machine/serpente.conf b/meta-zephyr-bsp/conf/machine/serpente.conf new file mode 100755 index 0000000..78e4a3e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/serpente.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: serpente +#@DESCRIPTION: Machine configuration for serpente , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:serpente = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..ecefc1b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160-ns.conf @@ -0,0 +1,11 @@ +#@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. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:sparkfun-thing-plus-nrf9160-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..3d85993 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-nrf9160.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: sparkfun-thing-plus-nrf9160 +#@DESCRIPTION: Machine configuration for sparkfun-thing-plus-nrf9160 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:sparkfun-thing-plus-nrf9160 = "arm" + +DEFAULTUNE ?= "cortexm33" 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..dfec51a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: steval-fcu001v1 +#@DESCRIPTION: Machine configuration for steval-fcu001v1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:steval-fcu001v1 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c89c955 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32-min-dev-black.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32-min-dev-black +#@DESCRIPTION: Machine configuration for stm32-min-dev-black , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm32-min-dev-black = "arm" + +DEFAULTUNE ?= "cortexm3" 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..72116b2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32-min-dev-blue.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32-min-dev-blue +#@DESCRIPTION: Machine configuration for stm32-min-dev-blue , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm32-min-dev-blue = "arm" + +DEFAULTUNE ?= "cortexm3" 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..23436be --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm3210c-eval.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm3210c-eval +#@DESCRIPTION: Machine configuration for stm3210c-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm3210c-eval = "arm" + +DEFAULTUNE ?= "cortexm3" 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..c32c50b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32373c-eval.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32373c-eval +#@DESCRIPTION: Machine configuration for stm32373c-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32373c-eval = "arm" + +DEFAULTUNE ?= "cortexm4" 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..90b6bab --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f0-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f0-disco +#@DESCRIPTION: Machine configuration for stm32f0-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:stm32f0-disco = "arm" + +DEFAULTUNE ?= "cortexm0" 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..342e615 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f030-demo.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f030-demo +#@DESCRIPTION: Machine configuration for stm32f030-demo , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:stm32f030-demo = "arm" + +DEFAULTUNE ?= "cortexm0" 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..e7a49bf --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f072-eval.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f072-eval +#@DESCRIPTION: Machine configuration for stm32f072-eval , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:stm32f072-eval = "arm" + +DEFAULTUNE ?= "cortexm0" 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..4aa5540 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f072b-disco +#@DESCRIPTION: Machine configuration for stm32f072b-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0.inc + +ARCH:stm32f072b-disco = "arm" + +DEFAULTUNE ?= "cortexm0" 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..dbd7b68 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f103-mini.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f103-mini +#@DESCRIPTION: Machine configuration for stm32f103-mini , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm32f103-mini = "arm" + +DEFAULTUNE ?= "cortexm3" 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..e21410f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f3-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f3-disco +#@DESCRIPTION: Machine configuration for stm32f3-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f3-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c61cca2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f4-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f4-disco +#@DESCRIPTION: Machine configuration for stm32f4-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f4-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ef5df3c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f411e-disco +#@DESCRIPTION: Machine configuration for stm32f411e-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f411e-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..fad0fb0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f412g-disco +#@DESCRIPTION: Machine configuration for stm32f412g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f412g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..7dd744e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f429i-disc1 +#@DESCRIPTION: Machine configuration for stm32f429i-disc1 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f429i-disc1 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..1e6de1e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f469i-disco +#@DESCRIPTION: Machine configuration for stm32f469i-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32f469i-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..94cbde2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f723e-disco +#@DESCRIPTION: Machine configuration for stm32f723e-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:stm32f723e-disco = "arm" + +DEFAULTUNE ?= "cortexm7" 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..ee0476c --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f746g-disco +#@DESCRIPTION: Machine configuration for stm32f746g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:stm32f746g-disco = "arm" + +DEFAULTUNE ?= "cortexm7" 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..da8722e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32f769i-disco +#@DESCRIPTION: Machine configuration for stm32f769i-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:stm32f769i-disco = "arm" + +DEFAULTUNE ?= "cortexm7" 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..8e87922 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32g0316-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32g0316-disco +#@DESCRIPTION: Machine configuration for stm32g0316-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:stm32g0316-disco = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..2e4a500 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32g071b-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32g071b-disco +#@DESCRIPTION: Machine configuration for stm32g071b-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv6m/tune-cortexm0plus.inc + +ARCH:stm32g071b-disco = "arm" + +DEFAULTUNE ?= "cortexm0plus" 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..7f4a043 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h735g-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32h735g-disco +#@DESCRIPTION: Machine configuration for stm32h735g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:stm32h735g-disco = "arm" + +DEFAULTUNE ?= "cortexm7" 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..d21174b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32h747i-disco-m4 +#@DESCRIPTION: Machine configuration for stm32h747i-disco-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32h747i-disco-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..4238b55 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32h747i-disco-m7.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32h747i-disco-m7 +#@DESCRIPTION: Machine configuration for stm32h747i-disco-m7 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:stm32h747i-disco-m7 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..61e8770 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l1-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32l1-disco +#@DESCRIPTION: Machine configuration for stm32l1-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm32l1-disco = "arm" + +DEFAULTUNE ?= "cortexm3" 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..8b9ab74 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32l476g-disco +#@DESCRIPTION: Machine configuration for stm32l476g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32l476g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..cf826c4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32l496g-disco +#@DESCRIPTION: Machine configuration for stm32l496g-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:stm32l496g-disco = "arm" + +DEFAULTUNE ?= "cortexm4" 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..84afc53 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l562e-dk-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32l562e-dk-ns +#@DESCRIPTION: Machine configuration for stm32l562e-dk-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:stm32l562e-dk-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..80156ad --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32l562e-dk +#@DESCRIPTION: Machine configuration for stm32l562e-dk , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:stm32l562e-dk = "arm" + +DEFAULTUNE ?= "cortexm33" 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..6ec1c4d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/stm32vl-disco.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: stm32vl-disco +#@DESCRIPTION: Machine configuration for stm32vl-disco , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:stm32vl-disco = "arm" + +DEFAULTUNE ?= "cortexm3" diff --git a/meta-zephyr-bsp/conf/machine/teensy40.conf b/meta-zephyr-bsp/conf/machine/teensy40.conf new file mode 100755 index 0000000..61b37cf --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/teensy40.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: teensy40 +#@DESCRIPTION: Machine configuration for teensy40 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:teensy40 = "arm" + +DEFAULTUNE ?= "cortexm7" diff --git a/meta-zephyr-bsp/conf/machine/teensy41.conf b/meta-zephyr-bsp/conf/machine/teensy41.conf new file mode 100755 index 0000000..0c08c6e --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/teensy41.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: teensy41 +#@DESCRIPTION: Machine configuration for teensy41 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:teensy41 = "arm" + +DEFAULTUNE ?= "cortexm7" 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..31cb5cd --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy52-nrf52832.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: thingy52-nrf52832 +#@DESCRIPTION: Machine configuration for thingy52-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:thingy52-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..f0b5af2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp-ns.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: thingy53-nrf5340-cpuapp-ns +#@DESCRIPTION: Machine configuration for thingy53-nrf5340-cpuapp-ns , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:thingy53-nrf5340-cpuapp-ns = "arm" + +DEFAULTUNE ?= "cortexm33" 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..2dc507a --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpuapp.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: thingy53-nrf5340-cpuapp +#@DESCRIPTION: Machine configuration for thingy53-nrf5340-cpuapp , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8-m/tune-cortexm33.inc + +ARCH:thingy53-nrf5340-cpuapp = "arm" + +DEFAULTUNE ?= "cortexm33" 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..77f8113 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/thingy53-nrf5340-cpunet.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" diff --git a/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf b/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf new file mode 100755 index 0000000..ba7b116 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: tlsr9518adk80d +#@DESCRIPTION: Machine configuration for tlsr9518adk80d , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:tlsr9518adk80d = "riscv" + + 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..98d215f --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/twr-ke18f.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: twr-ke18f +#@DESCRIPTION: Machine configuration for twr-ke18f , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:twr-ke18f = "arm" + +DEFAULTUNE ?= "cortexm4" 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..8b8bca1 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: twr-kv58f220m +#@DESCRIPTION: Machine configuration for twr-kv58f220m , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm7.inc + +ARCH:twr-kv58f220m = "arm" + +DEFAULTUNE ?= "cortexm7" 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..676dad8 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd300eval-nrf52832.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd300eval-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-bmd300eval-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd300eval-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..47292f6 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd330eval-nrf52810.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd330eval-nrf52810 +#@DESCRIPTION: Machine configuration for ubx-bmd330eval-nrf52810 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd330eval-nrf52810 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..0dfa693 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd340eval-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd340eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd340eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd340eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..d34d9e9 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd345eval-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd345eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd345eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd345eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..c471102 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd360eval-nrf52811.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd360eval-nrf52811 +#@DESCRIPTION: Machine configuration for ubx-bmd360eval-nrf52811 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd360eval-nrf52811 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..6a4867d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-bmd380eval-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-bmd380eval-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-bmd380eval-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-bmd380eval-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..3922b60 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkannab1-nrf52832.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-evkannab1-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-evkannab1-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-evkannab1-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..53992bb --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab1-nrf52832.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab1-nrf52832 +#@DESCRIPTION: Machine configuration for ubx-evkninab1-nrf52832 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-evkninab1-nrf52832 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..ad48ea7 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab3-nrf52840.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab3-nrf52840 +#@DESCRIPTION: Machine configuration for ubx-evkninab3-nrf52840 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-evkninab3-nrf52840 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..06db322 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/ubx-evkninab4-nrf52833.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: ubx-evkninab4-nrf52833 +#@DESCRIPTION: Machine configuration for ubx-evkninab4-nrf52833 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:ubx-evkninab4-nrf52833 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..1fed75b --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/udoo-neo-full-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: udoo-neo-full-m4 +#@DESCRIPTION: Machine configuration for udoo-neo-full-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:udoo-neo-full-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..dc3b5c4 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/up-squared.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: up-squared +#@DESCRIPTION: Machine configuration for up-squared , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/x86/tune-core2.inc + +ARCH:up-squared = "x86" + +DEFAULTUNE ?= "core2-64" 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..5338a36 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/usb-kw24d512.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: usb-kw24d512 +#@DESCRIPTION: Machine configuration for usb-kw24d512 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:usb-kw24d512 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..fb5f7b0 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-beetle.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: v2m-beetle +#@DESCRIPTION: Machine configuration for v2m-beetle , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:v2m-beetle = "arm" + +DEFAULTUNE ?= "cortexm3" 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..791d99d --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-b1-ns.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..80a0279 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..625d430 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..7525441 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf @@ -0,0 +1,11 @@ +#@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 ?= "cortexm33plusnodsp" 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..35b40d2 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/warp7-m4.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: warp7-m4 +#@DESCRIPTION: Machine configuration for warp7-m4 , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:warp7-m4 = "arm" + +DEFAULTUNE ?= "cortexm4" 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..aabd6d3 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/waveshare-open103z.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: waveshare-open103z +#@DESCRIPTION: Machine configuration for waveshare-open103z , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm3.inc + +ARCH:waveshare-open103z = "arm" + +DEFAULTUNE ?= "cortexm3" diff --git a/meta-zephyr-bsp/conf/machine/xenvm.conf b/meta-zephyr-bsp/conf/machine/xenvm.conf new file mode 100755 index 0000000..27ee444 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xenvm.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: xenvm +#@DESCRIPTION: Machine configuration for xenvm , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv8a/tune-cortexa72.inc + +ARCH:xenvm = "arm64" + + 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..bfc6a38 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: xmc45-relax-kit +#@DESCRIPTION: Machine configuration for xmc45-relax-kit , build: zephyr-v2.7.1 +# +# This file is autogenerated. + +require conf/machine/include/arm/armv7m/tune-cortexm4.inc + +ARCH:xmc45-relax-kit = "arm" + +DEFAULTUNE ?= "cortexm4" 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..010e904 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xt-sim-intel-s1000.conf @@ -0,0 +1,11 @@ +#@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" + + 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..4a06c19 --- /dev/null +++ b/meta-zephyr-bsp/conf/machine/xt-sim.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: xt-sim +#@DESCRIPTION: Machine configuration for xt-sim , build: zephyr-v2.7.1 +# +# This file is autogenerated. + + + +ARCH:xt-sim = "xtensa" + + -- 2.25.1
|