diff --git a/.codecov.yml b/.codecov.yml index 85cc860d5539..5d6000ba2c30 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,10 +12,10 @@ coverage: patch: yes changes: no -#ignore: -# - "tests/**/*" -# - "samples/**/*" -# - "ext/hal/**/*" +# ignore: +# - "tests/**/*" +# - "samples/**/*" +# - "ext/hal/**/*" parsers: gcov: diff --git a/.github/workflows/bug_snapshot.yaml b/.github/workflows/bug_snapshot.yaml index ad5b787c2259..207ba6759d08 100644 --- a/.github/workflows/bug_snapshot.yaml +++ b/.github/workflows/bug_snapshot.yaml @@ -8,7 +8,7 @@ name: Bug Snapshot on: workflow_dispatch: - branches: [ main ] + branches: [main] schedule: # Run daily at 14:05 - cron: '5 14 * * *' diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 7f7199c4a625..aaf0313cf9d0 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -112,7 +112,7 @@ jobs: name: "Publish Coverage Results" needs: codecov runs-on: ubuntu-20.04 - # the codecov job might be skipped, we don't need to run this job then + # the codecov job might be skipped, we don't need to run this job then if: success() || failure() steps: diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 3a5fc4f9abe2..3fb45e4a01e3 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -61,7 +61,7 @@ jobs: - name: upload-results uses: actions/upload-artifact@v3 - continue-on-error: True + continue-on-error: true with: name: compliance.xml path: compliance.xml diff --git a/.github/workflows/daily_test_version.yml b/.github/workflows/daily_test_version.yml index 9e579a5045fd..e7f001cbc2e9 100644 --- a/.github/workflows/daily_test_version.yml +++ b/.github/workflows/daily_test_version.yml @@ -5,7 +5,7 @@ name: Publish commit for daily testing on: schedule: - - cron: '50 22 * * *' + - cron: '50 22 * * *' push: branches: - refs/tags/* diff --git a/.github/workflows/issue_count.yml b/.github/workflows/issue_count.yml index 314daafd21a1..79ec9d5898c1 100644 --- a/.github/workflows/issue_count.yml +++ b/.github/workflows/issue_count.yml @@ -2,7 +2,7 @@ name: Issue Tracker on: schedule: - - cron: '*/10 * * * *' + - cron: '*/10 * * * *' env: OUTPUT_FILE_NAME: IssuesReport.md @@ -36,7 +36,7 @@ jobs: - name: upload-stats uses: actions/upload-artifact@v3 - continue-on-error: True + continue-on-error: true with: name: ${{ env.OUTPUT_FILE_NAME }} path: ${{ env.OUTPUT_FILE_NAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5caecb9c684a..6e266b76a3a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: upload-results uses: actions/upload-artifact@v3 - continue-on-error: True + continue-on-error: true with: name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx diff --git a/.github/workflows/stale-workflow-queue-cleanup.yml b/.github/workflows/stale-workflow-queue-cleanup.yml index 6c03c25b2495..d601536d055f 100644 --- a/.github/workflows/stale-workflow-queue-cleanup.yml +++ b/.github/workflows/stale-workflow-queue-cleanup.yml @@ -2,9 +2,9 @@ name: Stale Workflow Queue Cleanup on: workflow_dispatch: - branches: [ main ] + branches: [main] schedule: - # everyday at 15:00 + # everyday at 15:00 - cron: '0 15 * * *' concurrency: diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 795286113b8b..b4f09b413539 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -12,8 +12,14 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.' - stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.' + stale-pr-message: 'This pull request has been marked as stale because it has been open (more + than) 60 days with no activity. Remove the stale label or add a comment saying that you + would like to have the label removed otherwise this pull request will automatically be + closed in 14 days. Note, that you can always re-open a closed pull request at any time.' + stale-issue-message: 'This issue has been marked as stale because it has been open (more + than) 60 days with no activity. Remove the stale label or add a comment saying that you + would like to have the label removed otherwise this issue will automatically be closed in + 14 days. Note, that you can always re-open a closed issue at any time.' days-before-stale: 60 days-before-close: 14 stale-issue-label: 'Stale' diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 0015d0b2ac8b..d26ec92afaab 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -271,7 +271,7 @@ jobs: OPENSEARCH_PASS: ${{ secrets.OPENSEARCH_PASS }} needs: twister-build runs-on: ubuntu-20.04 - # the build-and-test job might be skipped, we don't need to run this job then + # the build-and-test job might be skipped, we don't need to run this job then if: success() || failure() steps: diff --git a/boards/arm/pinetime_devkit0/dts/bindings/misc/pine64,pinetime-key-out.yaml b/boards/arm/pinetime_devkit0/dts/bindings/misc/pine64,pinetime-key-out.yaml index 69e5a8a6a811..3ca012799224 100644 --- a/boards/arm/pinetime_devkit0/dts/bindings/misc/pine64,pinetime-key-out.yaml +++ b/boards/arm/pinetime_devkit0/dts/bindings/misc/pine64,pinetime-key-out.yaml @@ -1,7 +1,9 @@ # Copyright (c) 2021 Casper Meijn # SPDX-License-Identifier: Apache-2.0 -description: Key out definition for PineTime. This pin needs to be high before the button (key_in) becomes available. +description: | + Key out definition for PineTime. This pin needs to be high before the button (key_in) becomes + available. compatible: "pine64,pinetime-key-out" diff --git a/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53.yaml b/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53.yaml index 00a7aa222f75..2e09f8413203 100644 --- a/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53.yaml +++ b/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 128 +ram: 128 testing: ignore_tags: - net diff --git a/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53_smp.yaml b/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53_smp.yaml index 9773b4ffba22..79ea74e59428 100644 --- a/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53_smp.yaml +++ b/boards/arm64/mimx8mm_evk/mimx8mm_evk_a53_smp.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 128 +ram: 128 testing: ignore_tags: - net diff --git a/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53.yaml b/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53.yaml index f5c1112c312e..50c2b2edd0b6 100644 --- a/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53.yaml +++ b/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 1024 +ram: 1024 testing: ignore_tags: - net diff --git a/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53_smp.yaml b/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53_smp.yaml index 124270831619..4360ce42561b 100644 --- a/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53_smp.yaml +++ b/boards/arm64/mimx8mn_evk/mimx8mn_evk_a53_smp.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 1024 +ram: 1024 testing: ignore_tags: - net diff --git a/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53.yaml b/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53.yaml index 723b8b807672..b5c587ec64a7 100644 --- a/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53.yaml +++ b/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 128 +ram: 128 testing: ignore_tags: - net diff --git a/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53_smp.yaml b/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53_smp.yaml index 13de0fe698a6..52d4fb4ba53e 100644 --- a/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53_smp.yaml +++ b/boards/arm64/mimx8mp_evk/mimx8mp_evk_a53_smp.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 128 +ram: 128 testing: ignore_tags: - net diff --git a/boards/arm64/mimx93_evk/mimx93_evk_a55.yaml b/boards/arm64/mimx93_evk/mimx93_evk_a55.yaml index 383cab49dc5d..636e10679259 100644 --- a/boards/arm64/mimx93_evk/mimx93_evk_a55.yaml +++ b/boards/arm64/mimx93_evk/mimx93_evk_a55.yaml @@ -5,7 +5,7 @@ arch: arm64 toolchain: - zephyr - cross-compile -ram: 1024 +ram: 1024 testing: ignore_tags: - net diff --git a/dts/bindings/adc/infineon,xmc4xxx-adc.yaml b/dts/bindings/adc/infineon,xmc4xxx-adc.yaml index 017f7bcf215a..2d0f394bb5bb 100644 --- a/dts/bindings/adc/infineon,xmc4xxx-adc.yaml +++ b/dts/bindings/adc/infineon,xmc4xxx-adc.yaml @@ -5,7 +5,8 @@ description: | Infineon XMC4XXX ADC Each ADC group XMC4XXX is assigned to a Zephyr device. Refer to Infineon XMC4XXX reference manual (Section Port I/O functions) for the group/chanel mapping to a specific port-pin on the board. - For example on the xmc45_relax_kit P14.0 is mapped to adc0,channel0 and P14.1 is mapped to adc0,channel1. + For example on the xmc45_relax_kit P14.0 is mapped to adc0,channel0 and P14.1 is mapped to + adc0,channel1. compatible: "infineon,xmc4xxx-adc" diff --git a/dts/bindings/base/base.yaml b/dts/bindings/base/base.yaml index 7027b113e017..60c74edb3f88 100644 --- a/dts/bindings/base/base.yaml +++ b/dts/bindings/base/base.yaml @@ -5,7 +5,6 @@ include: [pm.yaml] properties: status: type: string - required: false description: indicates the operational status of a device enum: - "ok" # Deprecated form @@ -23,16 +22,13 @@ properties: reg: type: array description: register space - required: false reg-names: type: string-array description: name of each register space - required: false interrupts: type: array - required: false description: interrupts for device # Does not follow the 'type: phandle-array' scheme, but gets type-checked @@ -40,72 +36,59 @@ properties: # 'required: true' easily if they want to. interrupts-extended: type: compound - required: false description: extended interrupt specifier for device interrupt-names: type: string-array - required: false description: name of each interrupt interrupt-parent: type: phandle - required: false description: phandle to interrupt controller node label: type: string - required: false deprecated: true - description: Human readable string describing the device (used as device_get_binding() argument) + description: | + Human readable string describing the device (used as device_get_binding() argument) clocks: type: phandle-array - required: false description: Clock gate information clock-names: type: string-array - required: false description: name of each clock "#address-cells": type: int - required: false description: number of address cells in reg property "#size-cells": type: int - required: false description: number of size cells in reg property dmas: - required: false type: phandle-array description: DMA channels specifiers dma-names: - required: false type: string-array description: Provided names of DMA channel specifiers io-channels: - required: false type: phandle-array description: IO channels specifiers io-channel-names: - required: false type: string-array description: Provided names of IO channel specifiers mboxes: - required: false type: phandle-array description: mailbox / IPM channels specifiers specifier-space: mbox mbox-names: - required: false type: string-array description: Provided names of mailbox / IPM channel specifiers diff --git a/dts/bindings/clock/intel,adsp-shim-clkctl.yaml b/dts/bindings/clock/intel,adsp-shim-clkctl.yaml index d2f0be0ba3f6..ea00f0c43c51 100644 --- a/dts/bindings/clock/intel,adsp-shim-clkctl.yaml +++ b/dts/bindings/clock/intel,adsp-shim-clkctl.yaml @@ -8,7 +8,8 @@ compatible: "intel,adsp-shim-clkctl" properties: adsp-clkctl-clk-wovcro: type: int - description: Index of WOVCRO clock encoding in the encoding array (if wovcro-supported is true). + description: | + Index of WOVCRO clock encoding in the encoding array (if wovcro-supported is true). adsp-clkctl-clk-lpro: type: int diff --git a/dts/bindings/coredump/zephyr,coredump.yaml b/dts/bindings/coredump/zephyr,coredump.yaml index 7b49acf2f6bf..a24e5963c603 100644 --- a/dts/bindings/coredump/zephyr,coredump.yaml +++ b/dts/bindings/coredump/zephyr,coredump.yaml @@ -21,12 +21,12 @@ properties: into the coredump. The memory-regions array can contain 0 or more entries, and more regions can be added at runtime through the coredump_device_register_memory API. A device of type COREDUMP_TYPE_CALLBACK must specify exactly one entry in the - memory-regions array with a size of 0 and a desired size. The coredump device will statically - allocate a block of memory of the desired size and provide a callback with a pointer to - that memory which will be invoked at the time of a dump. This allows a consumer to add data - into the coredump that may not be directly accessible through a memcpy and/or provides an - opportunity to manipulate data for inclusion in the dump. The coredump_device_register_memory - API is not available for a device of this type. + memory-regions array with a size of 0 and a desired size. The coredump device will + statically allocate a block of memory of the desired size and provide a callback with a + pointer to that memory which will be invoked at the time of a dump. This allows a consumer + to add data into the coredump that may not be directly accessible through a memcpy and/or + provides an opportunity to manipulate data for inclusion in the dump. The + coredump_device_register_memory API is not available for a device of this type. enum: - "COREDUMP_TYPE_MEMCPY" - "COREDUMP_TYPE_CALLBACK" diff --git a/dts/bindings/cpu/nuclei,bumblebee.yaml b/dts/bindings/cpu/nuclei,bumblebee.yaml index e5eaa74cc965..3e6c171b90f4 100644 --- a/dts/bindings/cpu/nuclei,bumblebee.yaml +++ b/dts/bindings/cpu/nuclei,bumblebee.yaml @@ -11,4 +11,4 @@ properties: mcause-exception-mask: type: int required: true - description: Specify the bits to use for exception code in mcause register. + description: Specify the bits to use for exception code in mcause register. diff --git a/dts/bindings/display/ilitek,ili9341.yaml b/dts/bindings/display/ilitek,ili9341.yaml index c131f88f2941..2cf61c391a95 100644 --- a/dts/bindings/display/ilitek,ili9341.yaml +++ b/dts/bindings/display/ilitek,ili9341.yaml @@ -67,7 +67,7 @@ properties: etmod: type: uint8-array - default: [ 0x06 ] + default: [0x06] description: Entry Mode Set (ETMOD) register value. diff --git a/dts/bindings/display/nxp,imx-elcdif.yaml b/dts/bindings/display/nxp,imx-elcdif.yaml index 502f278149f9..672d7247901e 100644 --- a/dts/bindings/display/nxp,imx-elcdif.yaml +++ b/dts/bindings/display/nxp,imx-elcdif.yaml @@ -66,22 +66,22 @@ properties: - 15 description: OR'ed value of elcdif_polarity_flags, used to control the signal polarity. - 0000 VSYNC active low, HSYNC active low, Drive data on falling edge, Data enable active low. - 0001 VSYNC active low, HSYNC active low, Drive data on falling edge, Data enable active high. - 0010 VSYNC active low, HSYNC active low, Drive data on rising edge, Data enable active low. - 0011 VSYNC active low, HSYNC active low, Drive data on rising edge, Data enable active high. - 0100 VSYNC active low, HSYNC active high, Drive data on falling edge, Data enable active low. - 0101 VSYNC active low, HSYNC active high, Drive data on falling edge, Data enable active high. - 0110 VSYNC active low, HSYNC active high, Drive data on rising edge, Data enable active low. - 0111 VSYNC active low, HSYNC active high, Drive data on rising edge, Data enable active high. - 1000 VSYNC active high, HSYNC active low, Drive data on falling edge, Data enable active low. - 1001 VSYNC active high, HSYNC active low, Drive data on falling edge, Data enable active high. - 1010 VSYNC active high, HSYNC active low, Drive data on rising edge, Data enable active low. - 1011 VSYNC active high, HSYNC active low, Drive data on rising edge, Data enable active high. - 1100 VSYNC active high, HSYNC active high, Drive data on falling edge, Data enable active low. - 1101 VSYNC active high, HSYNC active high, Drive data on falling edge, Data enable active high. - 1110 VSYNC active high, HSYNC active high, Drive data on rising edge, Data enable active low. - 1111 VSYNC active high, HSYNC active high, Drive data on rising edge, Data enable active high. + 0000 VSYNC active low, HSYNC active low, Drive data on falling edge, DE active low. + 0001 VSYNC active low, HSYNC active low, Drive data on falling edge, DE active high. + 0010 VSYNC active low, HSYNC active low, Drive data on rising edge, DE active low. + 0011 VSYNC active low, HSYNC active low, Drive data on rising edge, DE active high. + 0100 VSYNC active low, HSYNC active high, Drive data on falling edge, DE active low. + 0101 VSYNC active low, HSYNC active high, Drive data on falling edge, DE active high. + 0110 VSYNC active low, HSYNC active high, Drive data on rising edge, DE active low. + 0111 VSYNC active low, HSYNC active high, Drive data on rising edge, DE active high. + 1000 VSYNC active high, HSYNC active low, Drive data on falling edge, DE active low. + 1001 VSYNC active high, HSYNC active low, Drive data on falling edge, DE active high. + 1010 VSYNC active high, HSYNC active low, Drive data on rising edge, DE active low. + 1011 VSYNC active high, HSYNC active low, Drive data on rising edge, DE active high. + 1100 VSYNC active high, HSYNC active high, Drive data on falling edge, DE active low. + 1101 VSYNC active high, HSYNC active high, Drive data on falling edge, DE active high. + 1110 VSYNC active high, HSYNC active high, Drive data on rising edge, DE active low. + 1111 VSYNC active high, HSYNC active high, Drive data on rising edge, DE active high. pixel-format: type: string diff --git a/dts/bindings/display/st,stm32-ltdc.yaml b/dts/bindings/display/st,stm32-ltdc.yaml index d79f5ecd081c..1febd33fbbc2 100644 --- a/dts/bindings/display/st,stm32-ltdc.yaml +++ b/dts/bindings/display/st,stm32-ltdc.yaml @@ -5,7 +5,7 @@ description: STM32 LCD-TFT display controller compatible: "st,stm32-ltdc" -include: [display-controller.yaml, pinctrl-device.yaml] +include: [display-controller.yaml, pinctrl-device.yaml] properties: disp-on-gpios: diff --git a/dts/bindings/dma/gd,gd32-dma-v1.yaml b/dts/bindings/dma/gd,gd32-dma-v1.yaml index 6374f1671469..58f941fcd877 100644 --- a/dts/bindings/dma/gd,gd32-dma-v1.yaml +++ b/dts/bindings/dma/gd,gd32-dma-v1.yaml @@ -77,15 +77,16 @@ description: | The fifo-threshold cell that places the fourth is configuring FIFO threshold. The behavior of burst transfer determines by data-width in the config cell, burst-length in the dma_config struct, and fifo-threshold. - A single burst transfer transfers [ (4 * fifo-threshold) ] bytes using with DMA's FIFO. + A single burst transfer transfers [(4 * fifo-threshold)] bytes using with DMA's FIFO. Where (data-width * burst-length) must be multiple numbers of burst transfer size. For example, In the case of data-width is 'byte' and burst-length is 8. If the fifo-threshold is a 2-word case, it runs one burst transfer to transfer 8 bytes. - Or the fifo-threshold is a 4-word case, runs two times burst transfer to transferring 8 bytes each time. + Or the fifo-threshold is a 4-word case, runs two times burst transfer to transferring 8 bytes each + time. compatible: "gd,gd32-dma-v1" -include: [ "reset-device.yaml", "gd,gd32-dma-base.yaml" ] +include: ["reset-device.yaml", "gd,gd32-dma-base.yaml"] properties: "#dma-cells": diff --git a/dts/bindings/dma/gd,gd32-dma.yaml b/dts/bindings/dma/gd,gd32-dma.yaml index bc9eb3eb043c..d6794994e70f 100644 --- a/dts/bindings/dma/gd,gd32-dma.yaml +++ b/dts/bindings/dma/gd,gd32-dma.yaml @@ -64,7 +64,7 @@ description: | compatible: "gd,gd32-dma" -include: [ "gd,gd32-dma-base.yaml" ] +include: ["gd,gd32-dma-base.yaml"] properties: "#dma-cells": diff --git a/dts/bindings/dma/nxp,lpc-dma.yaml b/dts/bindings/dma/nxp,lpc-dma.yaml index 3e1b7c3571ad..ac3db2365e15 100644 --- a/dts/bindings/dma/nxp,lpc-dma.yaml +++ b/dts/bindings/dma/nxp,lpc-dma.yaml @@ -22,7 +22,7 @@ properties: required: true description: Number of items to expect in a DMA specifier -#- #dma-cells : Must be <1>. +# - #dma-cells : Must be <1>. # channel: the dma channel, each channel supports one DMA request line dma-cells: diff --git a/dts/bindings/dma/nxp,mcux-edma.yaml b/dts/bindings/dma/nxp,mcux-edma.yaml index a95afeff465c..1994e73584bc 100644 --- a/dts/bindings/dma/nxp,mcux-edma.yaml +++ b/dts/bindings/dma/nxp,mcux-edma.yaml @@ -37,7 +37,7 @@ properties: # in the Linux kernel declared in # https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/tree/Bindings/dma/fsl-edma.txt # -#- #dma-cells : Must be <2>. +# - #dma-cells : Must be <2>. # The 1st cell specifies the DMAMUX(0 for DMAMUX0 and 1 for DMAMUX1). # Specific request source can only be multiplexed by specific channels # group called DMAMUX. diff --git a/dts/bindings/espi/microchip,xec-espi-host-dev.yaml b/dts/bindings/espi/microchip,xec-espi-host-dev.yaml index 7fabd95cbb9b..70802cb81563 100644 --- a/dts/bindings/espi/microchip,xec-espi-host-dev.yaml +++ b/dts/bindings/espi/microchip,xec-espi-host-dev.yaml @@ -26,7 +26,7 @@ properties: type: array description: PCR sleep register index and bit position -# optional properties application to different host facing devices + # optional properties application to different host facing devices host-io: type: int description: | diff --git a/dts/bindings/espi/nuvoton,npcx-espi-vw-conf.yaml b/dts/bindings/espi/nuvoton,npcx-espi-vw-conf.yaml index ec21973dd1fa..1a9bc5bc8058 100644 --- a/dts/bindings/espi/nuvoton,npcx-espi-vw-conf.yaml +++ b/dts/bindings/espi/nuvoton,npcx-espi-vw-conf.yaml @@ -6,7 +6,10 @@ description: Nuvoton NPCX eSPI Virtual Wire (VW) mapping child node compatible: "nuvoton,npcx-espi-vw-conf" child-binding: - description: Child node to to present the mapping between VW signal, its core register and input source of MIWU + description: | + Child node to to present the mapping between VW signal, its core register and input source of + MIWU + properties: vw-reg: type: array diff --git a/dts/bindings/ethernet/ethernet,fixed-link.yaml b/dts/bindings/ethernet/ethernet,fixed-link.yaml index 3d21da73ea3f..6a6f9447f76d 100644 --- a/dts/bindings/ethernet/ethernet,fixed-link.yaml +++ b/dts/bindings/ethernet/ethernet,fixed-link.yaml @@ -1,5 +1,5 @@ # Copyright (c) 2020, DENX Software Engineering GmbH -# Lukasz Majewski +# Lukasz Majewski # SPDX-License-Identifier: Apache-2.0 child-binding: diff --git a/dts/bindings/gpio/atmel-xplained-header.yaml b/dts/bindings/gpio/atmel-xplained-header.yaml index ad3b55923967..d2088e5843bd 100644 --- a/dts/bindings/gpio/atmel-xplained-header.yaml +++ b/dts/bindings/gpio/atmel-xplained-header.yaml @@ -26,8 +26,8 @@ description: | VDD Documentation: - * https://www.microchip.com/development-tools/xplained-boards - * http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Development-Kit_User%20Guide.pdf + https://www.microchip.com/development-tools/xplained-boards + http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Development-Kit_User%20Guide.pdf This binding provides a nexus mapping for 10 pins where pins are disposed to have a even and odd column: diff --git a/dts/bindings/gpio/atmel-xplained-pro-header.yaml b/dts/bindings/gpio/atmel-xplained-pro-header.yaml index 173223e7b456..0572537a9191 100644 --- a/dts/bindings/gpio/atmel-xplained-pro-header.yaml +++ b/dts/bindings/gpio/atmel-xplained-pro-header.yaml @@ -25,8 +25,8 @@ description: | or application specific headers. Documentation: - * https://www.microchip.com/development-tools/xplained-boards - * http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Development-Kit_User%20Guide.pdf + https://www.microchip.com/development-tools/xplained-boards + http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Development-Kit_User%20Guide.pdf This binding provides a nexus mapping for 20 pins where pins are disposed to have a even and odd column: diff --git a/dts/bindings/gpio/mikro-bus.yaml b/dts/bindings/gpio/mikro-bus.yaml index 526bc11200ab..aabb52aa5d11 100644 --- a/dts/bindings/gpio/mikro-bus.yaml +++ b/dts/bindings/gpio/mikro-bus.yaml @@ -8,8 +8,8 @@ description: | edges of the board. Documentation: - * https://www.mikroe.com/mikrobus - * https://download.mikroe.com/documents/standards/mikrobus/mikrobus-standard-specification-v200.pdf + https://www.mikroe.com/mikrobus + https://download.mikroe.com/documents/standards/mikrobus/mikrobus-standard-specification-v200.pdf This binding provides a nexus mapping for 10 pins, left side pins are numbered 0 - 5 (AN - MOSI), the right side pins are numbered 6 - 10 diff --git a/dts/bindings/i2c/nxp,imx-lpi2c.yaml b/dts/bindings/i2c/nxp,imx-lpi2c.yaml index c8192541333d..79c617f0ae9b 100644 --- a/dts/bindings/i2c/nxp,imx-lpi2c.yaml +++ b/dts/bindings/i2c/nxp,imx-lpi2c.yaml @@ -21,9 +21,11 @@ properties: scl-gpios: type: phandle-array description: | - GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery support. + GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery + support. sda-gpios: type: phandle-array description: | - GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery support. + GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery + support. diff --git a/dts/bindings/i2c/ti,tca9546a.yaml b/dts/bindings/i2c/ti,tca9546a.yaml index 1e0bb69d5fb6..95741cd72c39 100644 --- a/dts/bindings/i2c/ti,tca9546a.yaml +++ b/dts/bindings/i2c/ti,tca9546a.yaml @@ -1,4 +1,4 @@ -#Binding for TI TCA9546A, compatible with NXP PCA9546A +# Binding for TI TCA9546A, compatible with NXP PCA9546A description: Texas Instruments TCA9546A binding diff --git a/dts/bindings/i2c/ti,tca9548a.yaml b/dts/bindings/i2c/ti,tca9548a.yaml index f894881b8cc9..bddf59e120a4 100644 --- a/dts/bindings/i2c/ti,tca9548a.yaml +++ b/dts/bindings/i2c/ti,tca9548a.yaml @@ -1,4 +1,4 @@ -#Binding for TI TCA9548A, compatible with NXP PCA9548A +# Binding for TI TCA9548A, compatible with NXP PCA9548A description: Texas Instruments TCA9548A binding diff --git a/dts/bindings/ieee802154/atmel,rf2xx.yaml b/dts/bindings/ieee802154/atmel,rf2xx.yaml index 10c985eb9ef3..5283402e7af6 100644 --- a/dts/bindings/ieee802154/atmel,rf2xx.yaml +++ b/dts/bindings/ieee802154/atmel,rf2xx.yaml @@ -56,7 +56,7 @@ properties: tx-pwr-table: type: uint8-array - default: [ 0x00 ] + default: [0x00] description: | This is the Transmission Power Mapping Table array used to comply with local regulations. By default this value set an output power above 0dBm @@ -86,7 +86,7 @@ properties: 0d 0d 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0f 0f]; - The values in the table are filled based on table 9-9 [ TX Output Power ] + The values in the table are filled based on table 9-9 [TX Output Power] using the linear step in dBm as: linear_step = (4 - (-17)) / (48 - 1) => ~0.45 dBm @@ -96,7 +96,7 @@ properties: table_index = abs((0 - 4) / 0.45) => 8.95 ( round to 9 ) output_power = tx-pwr-table[9] => 0x07 ( 0 dBm as table 9-9 ) - Note when tx-pwr-min is [ 0x00, 0x00 ] and tx-pwr-max is [ 0x00, 0x00 ] + Note when tx-pwr-min is [0x00, 0x00] and tx-pwr-max is [0x00, 0x00] the linear step is zero. This means that table_index will be always the first element of the tx-pwr-table array, which is 0x00 by default. This is defined as general case when user not define any tx-pwr-* entries. It @@ -104,24 +104,24 @@ properties: tx-pwr-min: type: uint8-array - default: [ 0x00, 0x00 ] + default: [0x00, 0x00] description: | This value represent minimum normalized value in dBm for the transceiver output power. This property must be used when tx-pwr-table is defined. The value is represented by two entries where first element represents - the signal indication [ 0x00-positive, 0x01-negative] and second element + the signal indication [0x00-positive, 0x01-negative] and second element is the minimal value in dBm for the transceiver output power. By default, - the combination of tx-pwr-min as [ 0x00, 0x00 ] and tx-pwr-max as [ 0x00, - 0x00 ] will create a fixed transmission power. + the combination of tx-pwr-min as [0x00, 0x00] and tx-pwr-max as [0x00, + 0x00] will create a fixed transmission power. tx-pwr-max: type: uint8-array - default: [ 0x00, 0x00 ] + default: [0x00, 0x00] description: | This value represent maximum normalized value in dBm for the transceiver output power. This property must be used when tx-pwr-table is defined. The value is represented by two entries where first element represents - the signal indication [ 0x00-positive ] and second element is the maximum + the signal indication [ 0x00-positive] and second element is the maximum value in dBm for the transceiver output power. By default, the - combination of tx-pwr-max as [ 0x00, 0x00 ] and tx-pwr-min as [ 0x00, - 0x00 ] will create a fixed transmission power. + combination of tx-pwr-max as [0x00, 0x00] and tx-pwr-min as [0x00, + 0x00] will create a fixed transmission power. diff --git a/dts/bindings/mtd/fixed-partitions.yaml b/dts/bindings/mtd/fixed-partitions.yaml index 07b235be0366..0f4ec0ce21e9 100644 --- a/dts/bindings/mtd/fixed-partitions.yaml +++ b/dts/bindings/mtd/fixed-partitions.yaml @@ -16,7 +16,8 @@ child-binding: properties: label: type: string - description: Human readable string describing the device (used as device_get_binding() argument) + description: | + Human readable string describing the device (used as device_get_binding() argument) read-only: type: boolean description: if the partition is read-only or not diff --git a/dts/bindings/pinctrl/nuvoton,npcx-scfg.yaml b/dts/bindings/pinctrl/nuvoton,npcx-scfg.yaml index bf40c3a8122d..edbc952354cb 100644 --- a/dts/bindings/pinctrl/nuvoton,npcx-scfg.yaml +++ b/dts/bindings/pinctrl/nuvoton,npcx-scfg.yaml @@ -19,7 +19,8 @@ properties: "#lvol-cells": type: int required: true - description: Number of items to expect in a SCFG LV_GPIO_CTL (Low level IO controllers) specifier + description: | + Number of items to expect in a SCFG LV_GPIO_CTL (Low level IO controllers) specifier alt-cells: - group diff --git a/dts/bindings/pinctrl/nxp,lpc-iocon-pinctrl.yaml b/dts/bindings/pinctrl/nxp,lpc-iocon-pinctrl.yaml index d3a7bc44ef23..80ed7f8e856b 100644 --- a/dts/bindings/pinctrl/nxp,lpc-iocon-pinctrl.yaml +++ b/dts/bindings/pinctrl/nxp,lpc-iocon-pinctrl.yaml @@ -47,7 +47,6 @@ description: | IOCON_FILTR- set by nxp,analog-filter - compatible: "nxp,lpc-iocon-pinctrl" include: base.yaml diff --git a/dts/bindings/pinctrl/renesas,rcar-pfc.yaml b/dts/bindings/pinctrl/renesas,rcar-pfc.yaml index 542cff95b181..5d14b574d96b 100644 --- a/dts/bindings/pinctrl/renesas,rcar-pfc.yaml +++ b/dts/bindings/pinctrl/renesas,rcar-pfc.yaml @@ -91,4 +91,4 @@ child-binding: The array is expected to have up to two elements. The first element is the pin the second optional element is the pin function. drive-strength: - enum: [ 3, 6, 9, 12, 15, 18, 21, 24 ] + enum: [3, 6, 9, 12, 15, 18, 21, 24] diff --git a/dts/bindings/pinctrl/st,stm32-pinctrl.yaml b/dts/bindings/pinctrl/st,stm32-pinctrl.yaml index ae53faf392a6..3e76bd9791e5 100644 --- a/dts/bindings/pinctrl/st,stm32-pinctrl.yaml +++ b/dts/bindings/pinctrl/st,stm32-pinctrl.yaml @@ -52,7 +52,8 @@ child-binding: required: true type: int description: | - Reused from https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml + Reused from + https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml Integer array, represents gpio pin number and mux setting. These defines are calculated as: ((port * 16 + line) << 8) | function With: diff --git a/dts/bindings/pinctrl/st,stm32f1-pinctrl.yaml b/dts/bindings/pinctrl/st,stm32f1-pinctrl.yaml index 40ddee7318e1..2ebe2d529a4e 100644 --- a/dts/bindings/pinctrl/st,stm32f1-pinctrl.yaml +++ b/dts/bindings/pinctrl/st,stm32f1-pinctrl.yaml @@ -59,7 +59,8 @@ child-binding: required: true type: int description: | - Adapted from https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml + Adapted from + https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml Integer array, represents gpio pin number and mux setting. These defines are calculated as: ((port * 16 + line) << 8) | (function << 6) | remap) With: diff --git a/dts/bindings/pwm/atmel,sam-pwm.yaml b/dts/bindings/pwm/atmel,sam-pwm.yaml index 693f9c9088f1..034811802023 100644 --- a/dts/bindings/pwm/atmel,sam-pwm.yaml +++ b/dts/bindings/pwm/atmel,sam-pwm.yaml @@ -37,6 +37,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/pwm/espressif,esp32-ledc.yaml b/dts/bindings/pwm/espressif,esp32-ledc.yaml index aadd878c31c2..53c5822555bc 100644 --- a/dts/bindings/pwm/espressif,esp32-ledc.yaml +++ b/dts/bindings/pwm/espressif,esp32-ledc.yaml @@ -5,8 +5,8 @@ description: | Espressif's LEDC controller Node - The LEDC controller is primarily designed to control the intensity of LEDs, although it can be used to generate - PWM signals for other purposes as well. + The LEDC controller is primarily designed to control the intensity of LEDs, although it can be + used to generate PWM signals for other purposes as well. The mapping between the channel and GPIO is done through pinctrl @@ -26,13 +26,15 @@ description: | }; }; - If another GPIO mapping is desired, check if -pinctrl.dtsi already have it defined, otherwise, define the - required mapping at your own application folder into a custom .overlay file. - The 'pinmux' property uses a macro defined in https://github.com/zephyrproject-rtos/hal_espressif/tree/zephyr/include/dt-bindings/pinctrl + If another GPIO mapping is desired, check if -pinctrl.dtsi already have it defined, + otherwise, define the required mapping at your own application folder into a custom + .overlay file. + The 'pinmux' property uses a macro defined in + https://github.com/zephyrproject-rtos/hal_espressif/tree/zephyr/include/dt-bindings/pinctrl Before including a new node, check if the desired mapping is available according to the SoC. - As an example, the 'ledc0_custom' state below illustrates an alternate mapping using another set of channels and - pins in a custom overlay file. + As an example, the 'ledc0_custom' state below illustrates an alternate mapping using another set + of channels and pins in a custom overlay file. &pinctrl { @@ -69,7 +71,8 @@ description: | }; }; - Note: The channel's 'reg' property defines the ID of the channel. It must match the channel used in the 'pinmux'. + Note: The channel's 'reg' property defines the ID of the channel. It must match the channel used + in the 'pinmux'. compatible: "espressif,esp32-ledc" @@ -107,10 +110,12 @@ child-binding: description: | The esp32 has 8 low speed channel and 8 high speed channels. - The low speed channel are mapped from channel 0 to 7, and the high speed are mapped from channel 8 to 15. + The low speed channel are mapped from channel 0 to 7, and the high speed are mapped from + channel 8 to 15. - High speed channels are only available in the esp32 SoC. Esp32s2 has only 8 available channels, and esp32c3 - has 6. In these SoCs there is no differentiation between low or high speed. + High speed channels are only available in the esp32 SoC. Esp32s2 has only 8 available + channels, and esp32c3 has 6. In these SoCs there is no differentiation between low or high + speed. timer: type: int @@ -122,7 +127,8 @@ child-binding: - 3 description: | Timer selection. - For maximum flexibility, the high-speed as well as the low-speed channels can be driven from one of four high-speed/low-speed timers. + For maximum flexibility, the high-speed as well as the low-speed channels can be driven from + one of four high-speed/low-speed timers. pwm-cells: - channel diff --git a/dts/bindings/pwm/espressif,esp32-mcpwm.yaml b/dts/bindings/pwm/espressif,esp32-mcpwm.yaml index 5184ba586c6e..d39e4ff95ead 100644 --- a/dts/bindings/pwm/espressif,esp32-mcpwm.yaml +++ b/dts/bindings/pwm/espressif,esp32-mcpwm.yaml @@ -17,7 +17,8 @@ description: | and asymmetric configuration. MCPWMxA and MCPWMxB will share the same timer, thus having the same operating frequency. - The driver currently always use the timer x for operator x. Timer 0 will use operator 0 for PWM0A/B. + The driver currently always use the timer x for operator x. Timer 0 will use operator 0 for + PWM0A/B. Timer 1 will use operator 1 for PWM1A/B, and so on. Mapping channel ID: diff --git a/dts/bindings/pwm/fsl,imx27-pwm.yaml b/dts/bindings/pwm/fsl,imx27-pwm.yaml index 50371cbe398b..a4c6c774cfe9 100644 --- a/dts/bindings/pwm/fsl,imx27-pwm.yaml +++ b/dts/bindings/pwm/fsl,imx27-pwm.yaml @@ -34,5 +34,5 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period diff --git a/dts/bindings/pwm/nxp,kinetis-ftm-pwm.yaml b/dts/bindings/pwm/nxp,kinetis-ftm-pwm.yaml index 4732436f9729..40a86d6d14c9 100644 --- a/dts/bindings/pwm/nxp,kinetis-ftm-pwm.yaml +++ b/dts/bindings/pwm/nxp,kinetis-ftm-pwm.yaml @@ -17,6 +17,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/pwm/nxp,kinetis-pwt.yaml b/dts/bindings/pwm/nxp,kinetis-pwt.yaml index c158f1149b71..ee387ace92d6 100644 --- a/dts/bindings/pwm/nxp,kinetis-pwt.yaml +++ b/dts/bindings/pwm/nxp,kinetis-pwt.yaml @@ -33,6 +33,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/pwm/nxp,kinetis-tpm.yaml b/dts/bindings/pwm/nxp,kinetis-tpm.yaml index b71a85c5cc20..2014e42aad19 100644 --- a/dts/bindings/pwm/nxp,kinetis-tpm.yaml +++ b/dts/bindings/pwm/nxp,kinetis-tpm.yaml @@ -23,6 +23,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/pwm/openisa,rv32m1-tpm.yaml b/dts/bindings/pwm/openisa,rv32m1-tpm.yaml index 1deec9acae67..853559e8dade 100644 --- a/dts/bindings/pwm/openisa,rv32m1-tpm.yaml +++ b/dts/bindings/pwm/openisa,rv32m1-tpm.yaml @@ -19,6 +19,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/pwm/raspberrypi,pico-pwm.yaml b/dts/bindings/pwm/raspberrypi,pico-pwm.yaml index 233dac8c46b2..df61be19a502 100644 --- a/dts/bindings/pwm/raspberrypi,pico-pwm.yaml +++ b/dts/bindings/pwm/raspberrypi,pico-pwm.yaml @@ -104,10 +104,10 @@ properties: const: 3 pwm-cells: -# The rpi pico pwm peripheral is divided in 8 slices with an individual -# clock setting and two output channels. The pwm channels are mapped the -# following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B -# is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on. + # The rpi pico pwm peripheral is divided in 8 slices with an individual + # clock setting and two output channels. The pwm channels are mapped the + # following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B + # is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on. - channel - period - flags diff --git a/dts/bindings/pwm/sifive,pwm0.yaml b/dts/bindings/pwm/sifive,pwm0.yaml index 126d7e95d6dc..83647c35d767 100644 --- a/dts/bindings/pwm/sifive,pwm0.yaml +++ b/dts/bindings/pwm/sifive,pwm0.yaml @@ -24,5 +24,5 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period diff --git a/dts/bindings/pwm/xlnx,xps-timer-1.00.a-pwm.yaml b/dts/bindings/pwm/xlnx,xps-timer-1.00.a-pwm.yaml index a5509c584520..e32422819d73 100644 --- a/dts/bindings/pwm/xlnx,xps-timer-1.00.a-pwm.yaml +++ b/dts/bindings/pwm/xlnx,xps-timer-1.00.a-pwm.yaml @@ -2,7 +2,7 @@ description: Xilinx AXI Timer IP node (PWM controller) compatible: "xlnx,xps-timer-1.00.a-pwm" -include: [ "xlnx,xps-timer-1.00.a.yaml", pwm-controller.yaml ] +include: ["xlnx,xps-timer-1.00.a.yaml", pwm-controller.yaml] properties: xlnx,gen0-assert: @@ -19,6 +19,6 @@ properties: pwm-cells: - channel -# period in terms of nanoseconds + # period in terms of nanoseconds - period - flags diff --git a/dts/bindings/rtc/nordic,nrf-rtc.yaml b/dts/bindings/rtc/nordic,nrf-rtc.yaml index 56e11fc088e3..f01117fd7d14 100644 --- a/dts/bindings/rtc/nordic,nrf-rtc.yaml +++ b/dts/bindings/rtc/nordic,nrf-rtc.yaml @@ -27,9 +27,9 @@ properties: type: boolean description: Enable wrapping with PPI - # If enabled then counter based on nRF RTC peripheral supports only maximal - # top value. That results in code optimizations and availability of one more - # channel + # If enabled then counter based on nRF RTC peripheral supports only maximal + # top value. That results in code optimizations and availability of one more + # channel fixed-top: type: boolean description: Enable fixed top value diff --git a/dts/bindings/sensor/st,iis2dlpc-common.yaml b/dts/bindings/sensor/st,iis2dlpc-common.yaml index 3e9b448672b5..fff971c41b46 100644 --- a/dts/bindings/sensor/st,iis2dlpc-common.yaml +++ b/dts/bindings/sensor/st,iis2dlpc-common.yaml @@ -32,9 +32,9 @@ properties: description: Range in g. Default is power-up configuration. enum: - 16 # 16g (1.952 mg/LSB) - - 8 # 8g (0.976 mg/LSB) - - 4 # 4g (0.488 mg/LSB) - - 2 # 2g (0.244 mg/LSB) + - 8 # 8g (0.976 mg/LSB) + - 4 # 4g (0.488 mg/LSB) + - 2 # 2g (0.244 mg/LSB) power-mode: type: int diff --git a/dts/bindings/sensor/st,ism330dhcx-common.yaml b/dts/bindings/sensor/st,ism330dhcx-common.yaml index 741461d778b4..b3f7fdbc0631 100644 --- a/dts/bindings/sensor/st,ism330dhcx-common.yaml +++ b/dts/bindings/sensor/st,ism330dhcx-common.yaml @@ -76,9 +76,9 @@ properties: 2 2g (0.061 mg/LSB) enum: - 16 - - 8 - - 4 - - 2 + - 8 + - 4 + - 2 gyro-odr: type: int diff --git a/dts/bindings/sensor/st,lis2ds12-common.yaml b/dts/bindings/sensor/st,lis2ds12-common.yaml index a4c79ba6601b..57c3c5847b6a 100644 --- a/dts/bindings/sensor/st,lis2ds12-common.yaml +++ b/dts/bindings/sensor/st,lis2ds12-common.yaml @@ -21,9 +21,9 @@ properties: enum: - 16 # 16g (0.488 mg/LSB) - - 8 # 8g (0.244 mg/LSB) - - 4 # 4g (0.122 mg/LSB) - - 2 # 2g (0.061 mg/LSB) + - 8 # 8g (0.244 mg/LSB) + - 4 # 4g (0.122 mg/LSB) + - 2 # 2g (0.061 mg/LSB) power-mode: type: int diff --git a/dts/bindings/sensor/st,lis2dw12-common.yaml b/dts/bindings/sensor/st,lis2dw12-common.yaml index 79ced03e6aa9..f18f42dfe4e8 100644 --- a/dts/bindings/sensor/st,lis2dw12-common.yaml +++ b/dts/bindings/sensor/st,lis2dw12-common.yaml @@ -43,9 +43,9 @@ properties: enum: - 16 - - 8 - - 4 - - 2 + - 8 + - 4 + - 2 odr: type: int @@ -57,16 +57,16 @@ properties: power off state. enum: - - 0 - - 1 - - 12 - - 25 - - 50 - - 100 - - 200 - - 400 - - 800 - - 1600 + - 0 + - 1 + - 12 + - 25 + - 50 + - 100 + - 200 + - 400 + - 800 + - 1600 bw-filt: type: int diff --git a/dts/bindings/timer/st,stm32-timers.yaml b/dts/bindings/timer/st,stm32-timers.yaml index f46b29e77c31..e5140531ce86 100644 --- a/dts/bindings/timer/st,stm32-timers.yaml +++ b/dts/bindings/timer/st,stm32-timers.yaml @@ -42,6 +42,7 @@ properties: are set only when the counter is counting up. * STM32_TIM_COUNTERMODE_CENTER_UP_DOWN - counts up and down alternatively. Output compare interrupt flags of output channels - are set only when the counter is counting up or down. + are set only when the counter is counting up or + down. If absent, then STM32_TIM_COUNTERMODE_UP is used (reset state). diff --git a/dts/bindings/usb/usb-audio-hp.yaml b/dts/bindings/usb/usb-audio-hp.yaml index bdf748c0173b..af77f3e13ea3 100644 --- a/dts/bindings/usb/usb-audio-hp.yaml +++ b/dts/bindings/usb/usb-audio-hp.yaml @@ -18,7 +18,7 @@ properties: - 16 - 24 - 32 -# channel configuration options + # channel configuration options channel-l: type: boolean description: Enable (l) channel. @@ -58,7 +58,7 @@ properties: channel-cfg: type: boolean description: Enable (cfg) channel. -# feature unit configuration options + # feature unit configuration options feature-mute: type: boolean required: true diff --git a/dts/bindings/usb/usb-audio-hs.yaml b/dts/bindings/usb/usb-audio-hs.yaml index 6931886b56c6..3f74b62c7d11 100644 --- a/dts/bindings/usb/usb-audio-hs.yaml +++ b/dts/bindings/usb/usb-audio-hs.yaml @@ -38,7 +38,7 @@ properties: - 16 - 24 - 32 -# microphone channel configuration options + # microphone channel configuration options mic-channel-l: type: boolean description: Enable (l) channel. @@ -78,7 +78,7 @@ properties: mic-channel-cfg: type: boolean description: Enable (cfg) channel. -# microphone feature unit configuration options + # microphone feature unit configuration options mic-feature-mute: type: boolean required: true @@ -158,7 +158,7 @@ properties: hp-channel-cfg: type: boolean description: Enable (cfg) channel. -# headphones feature unit configuration options + # headphones feature unit configuration options hp-feature-mute: type: boolean required: true diff --git a/dts/bindings/usb/usb-audio-mic.yaml b/dts/bindings/usb/usb-audio-mic.yaml index f0f4303ef7fe..bbf407dc6df5 100644 --- a/dts/bindings/usb/usb-audio-mic.yaml +++ b/dts/bindings/usb/usb-audio-mic.yaml @@ -30,7 +30,7 @@ properties: - "Asynchronous" - "Adaptive" - "Synchronous" -# channel configuration options + # channel configuration options channel-l: type: boolean description: Enable (l) channel. @@ -70,7 +70,7 @@ properties: channel-cfg: type: boolean description: Enable (cfg) channel. -# feature unit configuration options + # feature unit configuration options feature-mute: type: boolean required: true diff --git a/dts/bindings/w1/w1-slave.yaml b/dts/bindings/w1/w1-slave.yaml index ffd65fde13d2..e78bc169f123 100644 --- a/dts/bindings/w1/w1-slave.yaml +++ b/dts/bindings/w1/w1-slave.yaml @@ -9,7 +9,7 @@ on-bus: w1 properties: family-code: - type : int + type: int description: | 8-bit 1-Wire family code, which is also part of the 64 bit ROM ID. overdrive-speed: diff --git a/samples/application_development/sysbuild/with_mcuboot/sample.yaml b/samples/application_development/sysbuild/with_mcuboot/sample.yaml index 0905b87d1428..e45454322427 100644 --- a/samples/application_development/sysbuild/with_mcuboot/sample.yaml +++ b/samples/application_development/sysbuild/with_mcuboot/sample.yaml @@ -3,7 +3,7 @@ sample: name: with mcuboot tests: sample.application_development.sysbuild.with_mcuboot: - sysbuild: True + sysbuild: true # Platform allowed is used as twister using sysbuild still lacks proper # filtering support, see discussion in #49552. platform_allow: reel_board nrf52840dk_nrf52840 diff --git a/samples/arch/smp/pi/sample.yaml b/samples/arch/smp/pi/sample.yaml index 152982dda00d..30e6948a7a4f 100644 --- a/samples/arch/smp/pi/sample.yaml +++ b/samples/arch/smp/pi/sample.yaml @@ -9,7 +9,7 @@ common: harness: console harness_config: type: multi_line - ordered: yes + ordered: true regex: - "Calculate first [0-9]+ digits of Pi independently by [0-9]+ threads.(.*)" - "Pi value calculated by thread #[0-9]+: [0-9]+(.*)" diff --git a/samples/arch/smp/pktqueue/sample.yaml b/samples/arch/smp/pktqueue/sample.yaml index 6dfed998ef71..b802e4f65e83 100644 --- a/samples/arch/smp/pktqueue/sample.yaml +++ b/samples/arch/smp/pktqueue/sample.yaml @@ -7,7 +7,7 @@ common: harness: console harness_config: type: multi_line - ordered: yes + ordered: true regex: - "RESULT: OK(.*)" diff --git a/samples/bluetooth/hci_uart/sample.yaml b/samples/bluetooth/hci_uart/sample.yaml index 92ff6a96377d..b6eea1b1cf55 100644 --- a/samples/bluetooth/hci_uart/sample.yaml +++ b/samples/bluetooth/hci_uart/sample.yaml @@ -47,5 +47,6 @@ tests: platform_allow: nrf52833dk_nrf52833 integration_platforms: - nrf52833dk_nrf52833 - extra_args: OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay + extra_args: OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf + DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay tags: uart bluetooth diff --git a/samples/boards/arc_secure_services/sample.yaml b/samples/boards/arc_secure_services/sample.yaml index 6c93bc947de3..10dce9b34828 100644 --- a/samples/boards/arc_secure_services/sample.yaml +++ b/samples/boards/arc_secure_services/sample.yaml @@ -15,8 +15,8 @@ tests: type: multi_line ordered: true regex: - - "I am the main thread in secure world: 0" - - "Go to normal application" - - "I am the main thread in secure world: 1" - - "I am the main thread in secure world: 2" - - "I am the main thread in secure world: 3" + - "I am the main thread in secure world: 0" + - "Go to normal application" + - "I am the main thread in secure world: 1" + - "I am the main thread in secure world: 2" + - "I am the main thread in secure world: 3" diff --git a/samples/boards/mec15xxevb_assy6853/power_management/sample.yaml b/samples/boards/mec15xxevb_assy6853/power_management/sample.yaml index 909cb15e2a14..7f69d920d952 100644 --- a/samples/boards/mec15xxevb_assy6853/power_management/sample.yaml +++ b/samples/boards/mec15xxevb_assy6853/power_management/sample.yaml @@ -7,7 +7,7 @@ tests: harness: console harness_config: type: multi_line - ordered: False + ordered: false regex: - "Wake from Light Sleep" - "Wake from Deep Sleep" diff --git a/samples/drivers/display/sample.yaml b/samples/drivers/display/sample.yaml index 889f39d7ea84..a97b8c5d9e29 100644 --- a/samples/drivers/display/sample.yaml +++ b/samples/drivers/display/sample.yaml @@ -4,7 +4,8 @@ sample: tests: sample.display.shield.adafruit_2_8_tft_touch_v2: depends_on: arduino_gpio arduino_i2c arduino_spi - platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco pan1781_evb pan1782_evb + platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco pan1781_evb + pan1782_evb extra_args: SHIELD=adafruit_2_8_tft_touch_v2 tags: display shield harness: console diff --git a/samples/drivers/eeprom/sample.yaml b/samples/drivers/eeprom/sample.yaml index 5878fb10a54b..53f0ea1ffa00 100644 --- a/samples/drivers/eeprom/sample.yaml +++ b/samples/drivers/eeprom/sample.yaml @@ -18,7 +18,8 @@ tests: sample.drivers.eeprom.shield.x_nucleo_eeprma2: tags: eeprom shield depends_on: arduino_gpio arduino_i2c arduino_spi - platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult pan1781_evb pan1782_evb pan1770_evb pan1780_evb + platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult pan1781_evb pan1782_evb + pan1770_evb pan1780_evb extra_args: SHIELD=x_nucleo_eeprma2 harness: console harness_config: diff --git a/samples/drivers/ipm/ipm_mcux/sample.yaml b/samples/drivers/ipm/ipm_mcux/sample.yaml index 3603aa212384..a25149da000e 100644 --- a/samples/drivers/ipm/ipm_mcux/sample.yaml +++ b/samples/drivers/ipm/ipm_mcux/sample.yaml @@ -9,7 +9,7 @@ tests: - lpcxpresso54114_m4 tags: ipm harness: console - sysbuild: True + sysbuild: true harness_config: type: multi_line regex: diff --git a/samples/drivers/jesd216/sample.yaml b/samples/drivers/jesd216/sample.yaml index 48396be0a285..9d4a5cc62929 100644 --- a/samples/drivers/jesd216/sample.yaml +++ b/samples/drivers/jesd216/sample.yaml @@ -11,7 +11,8 @@ common: - "jedec-id =" tests: sample.drivers.jesd216: - platform_exclude: hifive1 hifive_unleashed hifive_unmatched mimxrt1170_evk_cm7 mimxrt1170_evk_cm4 + platform_exclude: hifive1 hifive_unleashed hifive_unmatched mimxrt1170_evk_cm7 + mimxrt1170_evk_cm4 filter: dt_compat_enabled("jedec,spi-nor") depends_on: spi sample.drivers.jesd216.nrf52840dk_spi: diff --git a/samples/drivers/soc_flash_nrf/sample.yaml b/samples/drivers/soc_flash_nrf/sample.yaml index 79eb1818fb95..521576b0035a 100644 --- a/samples/drivers/soc_flash_nrf/sample.yaml +++ b/samples/drivers/soc_flash_nrf/sample.yaml @@ -12,15 +12,15 @@ tests: type: multi_line ordered: true regex: - - "Flash erase succeeded" - - "Data read: 1234" - - "Data read matches data written. Good!" - - "Flash erase succeeded" - - "Data read: 1122" - - "Data read matches data written. Good!" - - "Flash erase succeeded" - - "Data read: 1234" - - "Data read: 1234" - - "Data read matches data written. Good!" - - "SoC flash consists of \\d+ pages." - - "write-block-size = 1" + - "Flash erase succeeded" + - "Data read: 1234" + - "Data read matches data written. Good!" + - "Flash erase succeeded" + - "Data read: 1122" + - "Data read matches data written. Good!" + - "Flash erase succeeded" + - "Data read: 1234" + - "Data read: 1234" + - "Data read matches data written. Good!" + - "SoC flash consists of \\d+ pages." + - "write-block-size = 1" diff --git a/samples/drivers/spi_flash/sample.yaml b/samples/drivers/spi_flash/sample.yaml index c8eb6b912bfb..f392d2b1501a 100644 --- a/samples/drivers/spi_flash/sample.yaml +++ b/samples/drivers/spi_flash/sample.yaml @@ -3,7 +3,8 @@ sample: tests: sample.drivers.spi.flash: tags: spi flash - filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor") or dt_compat_enabled("st,stm32-ospi-nor") + filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor") or + dt_compat_enabled("st,stm32-ospi-nor") platform_exclude: hifive_unmatched harness: console harness_config: diff --git a/samples/net/gptp/sample.yaml b/samples/net/gptp/sample.yaml index 0eb13a7cafce..6c5b7c2b40e4 100644 --- a/samples/net/gptp/sample.yaml +++ b/samples/net/gptp/sample.yaml @@ -6,7 +6,8 @@ sample: name: gPTP sample app tests: sample.net.gptp: - platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 nucleo_f767zi nucleo_h743zi nucleo_h745zi_q_m7 + platform_allow: frdm_k64f sam_e70_xplained native_posix native_posix_64 nucleo_f767zi + nucleo_h743zi nucleo_h745zi_q_m7 depends_on: netif integration_platforms: - frdm_k64f diff --git a/samples/net/sockets/can/sample.yaml b/samples/net/sockets/can/sample.yaml index 1bbae58439c7..8bfff2a42003 100644 --- a/samples/net/sockets/can/sample.yaml +++ b/samples/net/sockets/can/sample.yaml @@ -11,7 +11,7 @@ tests: - CONFIG_NET_SOCKETS_CAN_RECEIVERS=1 harness_config: type: multi_line - ordered: True + ordered: true regex: - "(.*)\\[0\\] CAN frame: IDE 0x0 RTR 0x0 ID 0x1 DLC 0x8" - "(.*)f0 f1 f2 f3 f4 f5 f6 f7" @@ -20,7 +20,7 @@ tests: - CONFIG_NET_SOCKETS_CAN_RECEIVERS=2 harness_config: type: multi_line - ordered: True + ordered: true regex: - "(.*)\\[0\\] CAN frame: IDE 0x0 RTR 0x0 ID 0x1 DLC 0x8" - "(.*)f0 f1 f2 f3 f4 f5 f6 f7" diff --git a/samples/net/sockets/http_get/sample.yaml b/samples/net/sockets/http_get/sample.yaml index d7044cb132f3..e7c7e2349e57 100644 --- a/samples/net/sockets/http_get/sample.yaml +++ b/samples/net/sockets/http_get/sample.yaml @@ -11,8 +11,8 @@ tests: sample.net.sockets.http_get: extra_configs: - CONFIG_NET_SOCKETS_POSIX_NAMES=y - # Forcibly defines CONFIG_POSIX_API, which is incompatible with - # CONFIG_NET_SOCKETS_POSIX_NAMES. + # Forcibly defines CONFIG_POSIX_API, which is incompatible with + # CONFIG_NET_SOCKETS_POSIX_NAMES. sample.net.sockets.http_get.posix: filter: not CONFIG_NET_SOCKETS_OFFLOAD platform_exclude: cc3220sf_launchxl cc3235sf_launchxl diff --git a/samples/posix/eventfd/sample.yaml b/samples/posix/eventfd/sample.yaml index 5ffc714c3939..f5de2fd74629 100644 --- a/samples/posix/eventfd/sample.yaml +++ b/samples/posix/eventfd/sample.yaml @@ -16,11 +16,11 @@ tests: type: multi_line ordered: true regex: - - "Writing 1 to efd" - - "Writing 2 to efd" - - "Writing 3 to efd" - - "Writing 4 to efd" - - "Completed write loop" - - "About to read" - - "Read 10 \\(0xa\\) from efd" - - "Finished" + - "Writing 1 to efd" + - "Writing 2 to efd" + - "Writing 3 to efd" + - "Writing 4 to efd" + - "Completed write loop" + - "About to read" + - "Read 10 \\(0xa\\) from efd" + - "Finished" diff --git a/samples/sensor/accel_polling/sample.yaml b/samples/sensor/accel_polling/sample.yaml index 16772b1f027f..2b51c2f0e8ab 100644 --- a/samples/sensor/accel_polling/sample.yaml +++ b/samples/sensor/accel_polling/sample.yaml @@ -8,7 +8,8 @@ tests: harness_config: type: one_line regex: - - "^\\s*[0-9A-Za-z_,+-.]*@[0-9A-Fa-f]* \\[m\/s\\^2\\]: \\(\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$" + - "^\\s*[0-9A-Za-z_,+-.]*@[0-9A-Fa-f]* \\[m\/s\\^2\\]: \ + \\(\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$" integration_platforms: - cc1352r_sensortag # adxl362 - blueclover_plt_demo_v2_nrf52832 # bmi270 diff --git a/samples/sensor/hts221/sample.yaml b/samples/sensor/hts221/sample.yaml index 203845cf45e4..48ca6b279a35 100644 --- a/samples/sensor/hts221/sample.yaml +++ b/samples/sensor/hts221/sample.yaml @@ -9,7 +9,7 @@ common: depends_on: i2c hts221 harness_config: type: multi_line - ordered: yes + ordered: true regex: - "Observation:(.*)" - "Temperature:(.*) C" diff --git a/samples/sensor/lps22hb/sample.yaml b/samples/sensor/lps22hb/sample.yaml index eedeff23e119..12fea0781283 100644 --- a/samples/sensor/lps22hb/sample.yaml +++ b/samples/sensor/lps22hb/sample.yaml @@ -7,7 +7,7 @@ tests: depends_on: i2c lps22hb harness_config: type: multi_line - ordered: yes + ordered: true regex: - "Temperature: (.*)" - "Relative Humidity: (.*)" diff --git a/samples/sensor/lps22hh/sample.yaml b/samples/sensor/lps22hh/sample.yaml index a391fdf725c3..1feb36cbaa32 100644 --- a/samples/sensor/lps22hh/sample.yaml +++ b/samples/sensor/lps22hh/sample.yaml @@ -8,7 +8,7 @@ tests: filter: dt_compat_enabled("st,lps22hh") harness_config: type: multi_line - ordered: yes + ordered: true regex: - "Temperature: (.*)" - "Pressure: (.*)" diff --git a/samples/sensor/lps22hh_i3c/sample.yaml b/samples/sensor/lps22hh_i3c/sample.yaml index 67b2851da2df..1923335be15d 100644 --- a/samples/sensor/lps22hh_i3c/sample.yaml +++ b/samples/sensor/lps22hh_i3c/sample.yaml @@ -9,7 +9,7 @@ tests: build_only: true harness_config: type: multi_line - ordered: yes + ordered: true regex: - "Temperature: (.*)" - "Pressure: (.*)" diff --git a/samples/subsys/ipc/openamp/sample.yaml b/samples/subsys/ipc/openamp/sample.yaml index 9e1a10801b9c..d1fe1eb5da7e 100644 --- a/samples/subsys/ipc/openamp/sample.yaml +++ b/samples/subsys/ipc/openamp/sample.yaml @@ -9,7 +9,7 @@ tests: - mps2_an521 tags: ipm harness: console - sysbuild: True + sysbuild: true harness_config: type: multi_line regex: diff --git a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml index 5b5c472e9db8..fef3f21e6909 100644 --- a/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml +++ b/samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml @@ -19,7 +19,8 @@ tests: sample.mcumgr.smp_svr.cdc: extra_args: OVERLAY_CONFIG="overlay-cdc.conf" DTC_OVERLAY_FILE="usb.overlay" - platform_allow: nrf52833dk_nrf52820 nrf52833dk_nrf52833 nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp pinnacle_100_dvk + platform_allow: nrf52833dk_nrf52820 nrf52833dk_nrf52833 nrf52840dk_nrf52840 + nrf5340dk_nrf5340_cpuapp pinnacle_100_dvk integration_platforms: - nrf52833dk_nrf52820 - nrf52833dk_nrf52833 diff --git a/samples/subsys/nvs/sample.yaml b/samples/subsys/nvs/sample.yaml index ec8b3d6016cd..d8a7d6339afa 100644 --- a/samples/subsys/nvs/sample.yaml +++ b/samples/subsys/nvs/sample.yaml @@ -14,4 +14,8 @@ tests: - "Id: 2, Key: ff fe fd fc fb fa f9 f8" - "Id: 3, Reboot_counter: (.*)" - "Id: 4, Data: DATA" - - "Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f" + - "Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b \ + 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 \ + 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 \ + 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 \ + 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f" diff --git a/samples/subsys/settings/sample.yaml b/samples/subsys/settings/sample.yaml index 325fde479ecd..5c5d06ae5efe 100644 --- a/samples/subsys/settings/sample.yaml +++ b/samples/subsys/settings/sample.yaml @@ -33,4 +33,5 @@ tests: - "direct.length_2 = 54" - " = 5" - "The settings destination off the key has got value: \"RT\"" - - "String value \"rtos\" was retrieved from the settings destination off the key " + - "String value \"rtos\" was retrieved from the settings destination off the key \ + " diff --git a/samples/subsys/testsuite/pytest/testcase.yaml b/samples/subsys/testsuite/pytest/testcase.yaml index f57f7860244c..7ca4247c0191 100644 --- a/samples/subsys/testsuite/pytest/testcase.yaml +++ b/samples/subsys/testsuite/pytest/testcase.yaml @@ -3,7 +3,7 @@ tests: platform_allow: native_posix harness: pytest harness_config: - pytest_args: [ "--custom-pytest-arg", "foo" ] + pytest_args: ["--custom-pytest-arg", "foo"] tags: testing pytest integration_platforms: - native_posix diff --git a/samples/subsys/usb/dfu/sample.yaml b/samples/subsys/usb/dfu/sample.yaml index 7a6d0108ab40..7c846c0558fb 100644 --- a/samples/subsys/usb/dfu/sample.yaml +++ b/samples/subsys/usb/dfu/sample.yaml @@ -2,7 +2,7 @@ sample: name: USB DFU sample common: - build_only: True + build_only: true platform_exclude: native_posix native_posix_64 mimxrt1010_evk mimxrt1050_evk_qspi mimxrt1020_evk mimxrt1015_evk mimxrt1060_evk sam4l_ek mimxrt1050_evk mimxrt1060_evk_hyperflash nucleo_f207zg teensy40 teensy41 diff --git a/samples/subsys/usb/mass/sample.yaml b/samples/subsys/usb/mass/sample.yaml index 9ec6994b4cc7..4b28d0ec990b 100644 --- a/samples/subsys/usb/mass/sample.yaml +++ b/samples/subsys/usb/mass/sample.yaml @@ -11,7 +11,7 @@ tests: harness: console harness_config: type: multi_line - ordered: True + ordered: true regex: - "No file system selected" - "The device is put in USB mass storage mode." @@ -26,7 +26,7 @@ tests: harness: console harness_config: type: multi_line - ordered: True + ordered: true regex: - "End of files" - "The device is put in USB mass storage mode." @@ -46,7 +46,7 @@ tests: harness: console harness_config: type: multi_line - ordered: True + ordered: true regex: - "End of files" - "The device is put in USB mass storage mode." @@ -63,7 +63,7 @@ tests: harness_config: fixture: fixture_sdcard type: multi_line - ordered: True + ordered: true regex: - "End of files" - "The device is put in USB mass storage mode." @@ -83,7 +83,7 @@ tests: harness: console harness_config: type: multi_line - ordered: True + ordered: true regex: - "End of files" - "The device is put in USB mass storage mode." diff --git a/samples/subsys/zbus/benchmark/sample.yaml b/samples/subsys/zbus/benchmark/sample.yaml index 495baa4f79dd..323c59c28150 100644 --- a/samples/subsys/zbus/benchmark/sample.yaml +++ b/samples/subsys/zbus/benchmark/sample.yaml @@ -19,7 +19,9 @@ tests: - CONFIG_BM_ONE_TO=8 - CONFIG_BM_MESSAGE_SIZE=256 - CONFIG_BM_ASYNC=y - platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 qemu_riscv32 qemu_malta qemu_malta_be qemu_arc_hs6x qemu_riscv64 m2gl025_miv hifive_unleashed + platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 + qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 + qemu_riscv32 qemu_malta qemu_malta_be qemu_arc_hs6x qemu_riscv64 m2gl025_miv hifive_unleashed sample.zbus.benchmark_sync: tags: zbus min_ram: 16 @@ -38,4 +40,6 @@ tests: - CONFIG_BM_ONE_TO=8 - CONFIG_BM_MESSAGE_SIZE=256 - CONFIG_BM_ASYNC=n - platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 qemu_riscv32 m2gl025_miv m2gl025_miv + platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 + qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 + qemu_riscv32 m2gl025_miv m2gl025_miv diff --git a/samples/subsys/zbus/runtime_obs_registration/sample.yaml b/samples/subsys/zbus/runtime_obs_registration/sample.yaml index 80f38737e53d..255b08405de8 100644 --- a/samples/subsys/zbus/runtime_obs_registration/sample.yaml +++ b/samples/subsys/zbus/runtime_obs_registration/sample.yaml @@ -3,7 +3,8 @@ sample: tests: sample.zbus.runtime_os_registration: min_ram: 16 - platform_exclude: hifive_unleashed qemu_xtensa qemu_cortex_a53_smp qemu_cortex_a53 qemu_riscv32_smp qemu_riscv64_smp qemu_riscv64 qemu_leon3 qemu_x86_64 + platform_exclude: hifive_unleashed qemu_xtensa qemu_cortex_a53_smp qemu_cortex_a53 + qemu_riscv32_smp qemu_riscv64_smp qemu_riscv64 qemu_leon3 qemu_x86_64 harness: console harness_config: type: multi_line diff --git a/samples/tfm_integration/tfm_secure_partition/dummy_partition/tfm_dummy_partition.yaml b/samples/tfm_integration/tfm_secure_partition/dummy_partition/tfm_dummy_partition.yaml index 0b84b84d95e2..d1b2c32190c9 100644 --- a/samples/tfm_integration/tfm_secure_partition/dummy_partition/tfm_dummy_partition.yaml +++ b/samples/tfm_integration/tfm_secure_partition/dummy_partition/tfm_dummy_partition.yaml @@ -1,10 +1,10 @@ -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # Copyright (c) 2018-2020, Arm Limited. All rights reserved. # Copyright (c) 2021, Nordic Semiconductor ASA. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- { "psa_framework_version": 1.0, @@ -26,11 +26,14 @@ ], # Service definitions for IPC mode. - "services" : [{ + "services": [{ "name": "TFM_DP_SECRET_DIGEST", - "sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this), - # bits [11:0] are arbitrary at the discretion of the - # vendor. + + # Bits [31:12] denote the vendor (change this), + # bits [11:0] are arbitrary at the discretion of the + # vendor. + "sid": "0xFFFFF001", + "non_secure_clients": true, "version": 1, "version_policy": "STRICT" diff --git a/scripts/ci/tags.yaml b/scripts/ci/tags.yaml index a512b0218cbf..302da1a7764b 100644 --- a/scripts/ci/tags.yaml +++ b/scripts/ci/tags.yaml @@ -49,8 +49,8 @@ bluetooth: cmsis_dsp: files: - modules/Kconfig.cmsis_dsp -# we have no means of telling file changes in a module, so for assume any -# change to west.yml is updating something we need to re-test for. + # we have no means of telling file changes in a module, so for assume any + # change to west.yml is updating something we need to re-test for. - west.yml kernel: diff --git a/scripts/schemas/twister/hwmap-schema.yaml b/scripts/schemas/twister/hwmap-schema.yaml index 84fbb8e8ee14..2759bb0b32e7 100644 --- a/scripts/schemas/twister/hwmap-schema.yaml +++ b/scripts/schemas/twister/hwmap-schema.yaml @@ -1,7 +1,7 @@ type: seq sequence: - type: map - required: no + required: false mapping: "available": type: bool @@ -52,6 +52,6 @@ sequence: required: false "fixtures": type: seq - required: no + required: false sequence: - type: str diff --git a/scripts/schemas/twister/quarantine-schema.yaml b/scripts/schemas/twister/quarantine-schema.yaml index 293bbe492129..3bead13020ea 100644 --- a/scripts/schemas/twister/quarantine-schema.yaml +++ b/scripts/schemas/twister/quarantine-schema.yaml @@ -11,7 +11,7 @@ type: seq matching: all sequence: - type: map - required: yes + required: true matching: all mapping: "scenarios": @@ -19,13 +19,13 @@ sequence: required: true sequence: - type: str - - unique: True + - unique: true "platforms": required: true type: seq sequence: - type: str - - unique: True + - unique: true "comment": type: str required: false diff --git a/scripts/tests/twister/test_data/testsuites/tests/test_a/test_data.yaml b/scripts/tests/twister/test_data/testsuites/tests/test_a/test_data.yaml index 595dfc1a1a6d..98808c4d85dd 100644 --- a/scripts/tests/twister/test_data/testsuites/tests/test_a/test_data.yaml +++ b/scripts/tests/twister/test_data/testsuites/tests/test_a/test_data.yaml @@ -1,7 +1,7 @@ tests: test_a.check_1: tags: test_a - build_only: True + build_only: true test_a.check_2: extra_args: CONF_FILE="test.conf" tags: test_a diff --git a/scripts/tests/twister/test_data/testsuites/tests/test_d/test_data.yaml b/scripts/tests/twister/test_data/testsuites/tests/test_d/test_data.yaml index 726a3b3a040a..0b2f69fb847c 100644 --- a/scripts/tests/twister/test_data/testsuites/tests/test_d/test_data.yaml +++ b/scripts/tests/twister/test_data/testsuites/tests/test_d/test_data.yaml @@ -1,4 +1,4 @@ tests: test_d.check_1: tags: test_d - build_only: True + build_only: true diff --git a/tests/application_development/code_relocation/testcase.yaml b/tests/application_development/code_relocation/testcase.yaml index ef1f9172f4ed..053d9d3f6949 100644 --- a/tests/application_development/code_relocation/testcase.yaml +++ b/tests/application_development/code_relocation/testcase.yaml @@ -15,7 +15,8 @@ tests: tests.application_development.code_relocation.no_itcm: filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm") arch_allow: arm - extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME _SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2 + extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME + _SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2 platform_allow: qemu_cortex_m3 mps2_an385 sam_e70_xplained integration_platforms: - qemu_cortex_m3 diff --git a/tests/arch/arm/arm_irq_zero_latency_levels/testcase.yaml b/tests/arch/arm/arm_irq_zero_latency_levels/testcase.yaml index aa8f2a6575e7..b1cd03ef8731 100644 --- a/tests/arch/arm/arm_irq_zero_latency_levels/testcase.yaml +++ b/tests/arch/arm/arm_irq_zero_latency_levels/testcase.yaml @@ -1,5 +1,6 @@ common: - filter: (CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE) and not CONFIG_SOC_FAMILY_NRF + filter: (CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE) and + not CONFIG_SOC_FAMILY_NRF tags: arm interrupt arch_allow: arm tests: diff --git a/tests/arch/arm/arm_runtime_nmi/testcase.yaml b/tests/arch/arm/arm_runtime_nmi/testcase.yaml index cc88ae56adde..ee10f615e52d 100644 --- a/tests/arch/arm/arm_runtime_nmi/testcase.yaml +++ b/tests/arch/arm/arm_runtime_nmi/testcase.yaml @@ -1,5 +1,6 @@ tests: arch.interrupt.arm.nmi: - filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE and not CONFIG_BUILD_WITH_TFM + filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE and + not CONFIG_BUILD_WITH_TFM arch_allow: arm tags: nmi interrupt arm diff --git a/tests/arch/x86/static_idt/testcase.yaml b/tests/arch/x86/static_idt/testcase.yaml index a946fb45be82..a29bece3bc5e 100644 --- a/tests/arch/x86/static_idt/testcase.yaml +++ b/tests/arch/x86/static_idt/testcase.yaml @@ -1,6 +1,6 @@ tests: arch.x86.interrupt: - ignore_faults: True + ignore_faults: true arch_allow: x86 filter: not CONFIG_X86_64 tags: interrupt idt diff --git a/tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml b/tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml index 1e2a5c5aa328..b7f4ecb791ee 100644 --- a/tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml +++ b/tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml @@ -9,7 +9,8 @@ tests: min_flash: 128 min_ram: 64 benchmark.cmsis_dsp.basicmath.fpu: - filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1 + filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1 integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/benchmarks/latency_measure/testcase.yaml b/tests/benchmarks/latency_measure/testcase.yaml index 44894c71d225..9ebc0f19cc7f 100644 --- a/tests/benchmarks/latency_measure/testcase.yaml +++ b/tests/benchmarks/latency_measure/testcase.yaml @@ -14,9 +14,9 @@ tests: - "PROJECT EXECUTION SUCCESSFUL" -# Cortex-M has 24bit systick, so default 1 TICK per seconds -# is achievable only if frequency is below 0x00FFFFFF (around 16MHz) -# 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz) + # Cortex-M has 24bit systick, so default 1 TICK per seconds + # is achievable only if frequency is below 0x00FFFFFF (around 16MHz) + # 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz) benchmark.kernel.latency.stm32: filter: CONFIG_PRINTK and CONFIG_SOC_FAMILY_STM32 # FIXME: no DWT and no RTC_TIMER diff --git a/tests/bluetooth/shell/testcase.yaml b/tests/bluetooth/shell/testcase.yaml index 249051b1d1dc..02ec9a01cc57 100644 --- a/tests/bluetooth/shell/testcase.yaml +++ b/tests/bluetooth/shell/testcase.yaml @@ -41,7 +41,7 @@ tests: extra_args: CONF_FILE="log.conf" tags: bluetooth -# Bluetooth Audio Compile validation tests + # Bluetooth Audio Compile validation tests bluetooth.shell.audio: extra_args: CONF_FILE="audio.conf" build_only: true diff --git a/tests/boards/native_posix/rtc/testcase.yaml b/tests/boards/native_posix/rtc/testcase.yaml index 2fcbfcc7752f..129c382be807 100644 --- a/tests/boards/native_posix/rtc/testcase.yaml +++ b/tests/boards/native_posix/rtc/testcase.yaml @@ -5,5 +5,5 @@ tests: integration_platforms: - native_posix build_only: true -#Note: this test depends too much on not having a high host load to pass. +# Note: this test depends too much on not having a high host load to pass. # Therefore it should not be run in automated regression diff --git a/tests/boot/test_mcuboot/testcase.yaml b/tests/boot/test_mcuboot/testcase.yaml index 298afb327dbb..927d20aed9e3 100644 --- a/tests/boot/test_mcuboot/testcase.yaml +++ b/tests/boot/test_mcuboot/testcase.yaml @@ -1,5 +1,5 @@ common: - sysbuild: True + sysbuild: true harness: console harness_config: type: multi_line diff --git a/tests/cmake/overlays/var_expansions/my_extra_module/zephyr/module.yml b/tests/cmake/overlays/var_expansions/my_extra_module/zephyr/module.yml index 90a7f1b2bdef..23f80c3bd989 100644 --- a/tests/cmake/overlays/var_expansions/my_extra_module/zephyr/module.yml +++ b/tests/cmake/overlays/var_expansions/my_extra_module/zephyr/module.yml @@ -1 +1 @@ -name: my_extra_module_name +name: my_extra_module_name diff --git a/tests/cmake/overlays/var_expansions/my_module/zephyr/module.yml b/tests/cmake/overlays/var_expansions/my_module/zephyr/module.yml index a1fa25b16805..dfd76f062eb0 100644 --- a/tests/cmake/overlays/var_expansions/my_module/zephyr/module.yml +++ b/tests/cmake/overlays/var_expansions/my_module/zephyr/module.yml @@ -1 +1 @@ -name: my_module_name +name: my_module_name diff --git a/tests/cmake/overlays/var_expansions/testcase.yaml b/tests/cmake/overlays/var_expansions/testcase.yaml index 4d33884b4f46..ded0d0f9a871 100644 --- a/tests/cmake/overlays/var_expansions/testcase.yaml +++ b/tests/cmake/overlays/var_expansions/testcase.yaml @@ -4,8 +4,11 @@ common: platform_allow: native_posix tests: cmake.overlays.var_expansions.CONF_FILE: - extra_args: CONF_FILE=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-overlay.conf;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-overlay.conf;prj.conf + extra_args: + CONF_FILE=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-overlay.conf;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-overlay.conf;prj.conf cmake.overlays.var_expansions.OVERLAY_CONFIG: - extra_args: OVERLAY_CONFIG=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-overlay.conf;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-overlay.conf + extra_args: + OVERLAY_CONFIG=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-overlay.conf;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-overlay.conf cmake.overlays.var_expansions.DTC_OVERLAY_FILE: - extra_args: DTC_OVERLAY_FILE=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-board.overlay;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-board.overlay + extra_args: + DTC_OVERLAY_FILE=${ZEPHYR_MY_MODULE_NAME_MODULE_DIR}/zephyr/my_module-board.overlay;${ZEPHYR_MY_EXTRA_MODULE_NAME_MODULE_DIR}/zephyr/my_extra_module-board.overlay diff --git a/tests/crypto/rand32/testcase.yaml b/tests/crypto/rand32/testcase.yaml index b4e42931d7c4..69cf92818e99 100644 --- a/tests/crypto/rand32/testcase.yaml +++ b/tests/crypto/rand32/testcase.yaml @@ -18,5 +18,6 @@ tests: min_ram: 16 drivers.rand32.random_psa_crypto: filter: CONFIG_BUILD_WITH_TFM - extra_args: DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay CONF_FILE=prj_hw_random_psa_crypto.conf + extra_args: + DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay CONF_FILE=prj_hw_random_psa_crypto.conf tags: crypto entropy random security psa-crypto diff --git a/tests/drivers/build_all/ethernet/testcase.yaml b/tests/drivers/build_all/ethernet/testcase.yaml index 43084f9ec54a..5ad0848a1d64 100644 --- a/tests/drivers/build_all/ethernet/testcase.yaml +++ b/tests/drivers/build_all/ethernet/testcase.yaml @@ -5,6 +5,6 @@ tests: net.ethernet.build: min_flash: 42 min_ram: 32 - platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk + platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk depends_on: spi netif diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml index edc9c54c9eda..8fcb04ddde72 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml @@ -9,27 +9,32 @@ common: tags: clock-control tests: drivers.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_48_msi_4.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_48_msi_4.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk integration_platforms: - disco_l475_iot1 drivers.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hsi_16: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_64_hsi_16.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_64_hsi_16.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk integration_platforms: - disco_l475_iot1 drivers.stm32_clock_configuration.common_core.sysclksrc_hsi_16: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hsi_16.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hsi_16.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk nucleo_wb55rg nucleo_wl55jc integration_platforms: - disco_l475_iot1 drivers.stm32_clock_configuration.common_core.sysclksrc_msi_48: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/msi_range11.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/msi_range11.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk nucleo_wl55jc nucleo_wb55rg integration_platforms: - disco_l475_iot1 drivers.stm32_clock_configuration.common_core.l4_l5.sysclksrc_hse_8.fixup: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hse_8.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk harness: ztest harness_config: @@ -37,7 +42,8 @@ tests: integration_platforms: - disco_l475_iot1 drivers.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hse_8.fixup: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_64_hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/pll_64_hse_8.overlay" platform_allow: disco_l475_iot1 nucleo_l4r5zi stm32l562e_dk harness: ztest harness_config: @@ -86,7 +92,8 @@ tests: extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_24.overlay" platform_allow: nucleo_g474re drivers.stm32_clock_configuration.common_core.l0_l1.sysclksrc_hse_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/clear_msi.overlay;boards/hse_8.overlay" platform_allow: nucleo_l152re nucleo_l073rz integration_platforms: - nucleo_l152re @@ -151,12 +158,14 @@ tests: integration_platforms: - nucleo_f091rc drivers.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hsi_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hsi_8.overlay" platform_allow: nucleo_f091rc stm32f3_disco integration_platforms: - nucleo_f091rc drivers.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hse_8.overlay" platform_allow: nucleo_f091rc stm32f3_disco integration_platforms: - nucleo_f091rc @@ -171,12 +180,14 @@ tests: integration_platforms: - nucleo_f103rb drivers.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hsi_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f1_pll_64_hsi_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f1_pll_64_hsi_8.overlay" platform_allow: nucleo_f103rb integration_platforms: - nucleo_f103rb drivers.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hse_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f1_pll_64_hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f1_pll_64_hse_8.overlay" platform_allow: nucleo_f103rb integration_platforms: - nucleo_f103rb @@ -191,17 +202,20 @@ tests: integration_platforms: - nucleo_f207zg drivers.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hsi_16: - extra_args: DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_64_hsi_16.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_64_hsi_16.overlay" platform_allow: nucleo_f207zg nucleo_f429zi nucleo_f446re nucleo_f746zg integration_platforms: - nucleo_f207zg drivers.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hse_8: - extra_args: DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_64_hse_8.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_64_hse_8.overlay" platform_allow: nucleo_f207zg nucleo_f429zi nucleo_f446re nucleo_f746zg integration_platforms: - nucleo_f207zg drivers.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_100_hsi_16_ahb2: - extra_args: DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_100_hsi_16_ahb_2.overlay" + extra_args: + DTC_OVERLAY_FILE="boards/clear_f2_f4_f7_clocks.overlay;boards/f2_f4_f7_pll_100_hsi_16_ahb_2.overlay" platform_allow: nucleo_f207zg nucleo_f429zi nucleo_f446re nucleo_f746zg integration_platforms: - nucleo_f207zg diff --git a/tests/drivers/coredump/coredump_api/testcase.yaml b/tests/drivers/coredump/coredump_api/testcase.yaml index de11d3b47359..c4e3e1db6f60 100644 --- a/tests/drivers/coredump/coredump_api/testcase.yaml +++ b/tests/drivers/coredump/coredump_api/testcase.yaml @@ -3,8 +3,8 @@ common: tags: coredump - ignore_faults: True - ignore_qemu_crash: True + ignore_faults: true + ignore_qemu_crash: true tests: drivers.coredump.api.qemu_riscv32: filter: CONFIG_ARCH_SUPPORTS_COREDUMP diff --git a/tests/drivers/entropy/api/testcase.yaml b/tests/drivers/entropy/api/testcase.yaml index 879ff73aa244..6a9a7fa2d49a 100644 --- a/tests/drivers/entropy/api/testcase.yaml +++ b/tests/drivers/entropy/api/testcase.yaml @@ -8,5 +8,6 @@ tests: tags: driver entropy bluetooth drivers.entropy.psa_crypto: filter: CONFIG_BUILD_WITH_TFM - extra_args: DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay OVERLAY_CONFIG=./entropy_psa_crypto.conf + extra_args: DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay + OVERLAY_CONFIG=./entropy_psa_crypto.conf tags: driver entropy psa-crypto diff --git a/tests/drivers/flash/testcase.yaml b/tests/drivers/flash/testcase.yaml index 8f1e3d9f246a..80d51458bf60 100644 --- a/tests/drivers/flash/testcase.yaml +++ b/tests/drivers/flash/testcase.yaml @@ -37,8 +37,9 @@ tests: integration_platforms: - mimxrt1060_evk drivers.flash.stm32: - platform_allow: nucleo_f103rb nucleo_f207zg stm32f3_disco nucleo_f429zi stm32f746g_disco nucleo_g0b1re nucleo_g474re - nucleo_h743zi nucleo_l152re disco_l475_iot1 nucleo_wb55rg nucleo_wl55jc stm32l562e_dk stm32l562e_dk_ns + platform_allow: nucleo_f103rb nucleo_f207zg stm32f3_disco nucleo_f429zi stm32f746g_disco + nucleo_g0b1re nucleo_g474re nucleo_h743zi nucleo_l152re disco_l475_iot1 nucleo_wb55rg + nucleo_wl55jc stm32l562e_dk stm32l562e_dk_ns integration_platforms: - nucleo_f103rb filter: (dt_compat_enabled("st,stm32-flash-controller") or diff --git a/tests/drivers/spi/spi_loopback/testcase.yaml b/tests/drivers/spi/spi_loopback/testcase.yaml index dc2bde9b9ab7..a5018f162fcb 100644 --- a/tests/drivers/spi/spi_loopback/testcase.yaml +++ b/tests/drivers/spi/spi_loopback/testcase.yaml @@ -1,7 +1,8 @@ common: depends_on: spi tags: drivers spi dma - filter: dt_compat_enabled("test-spi-loopback-slow") and dt_compat_enabled("test-spi-loopback-fast") + filter: dt_compat_enabled("test-spi-loopback-slow") and + dt_compat_enabled("test-spi-loopback-fast") harness: ztest harness_config: fixture: spi_loopback @@ -10,10 +11,12 @@ tests: drivers.spi.loopback.internal: filter: CONFIG_SPI_LOOPBACK_MODE_LOOP drivers.mcux_dspi_dma.loopback: - extra_args: OVERLAY_CONFIG="overlay-mcux-dspi-dma.conf" DTC_OVERLAY_FILE="overlay-mcux-dspi-dma.overlay" + extra_args: OVERLAY_CONFIG="overlay-mcux-dspi-dma.conf" + DTC_OVERLAY_FILE="overlay-mcux-dspi-dma.overlay" platform_allow: frdm_k64f drivers.sam_spi_dma.loopback: - extra_args: OVERLAY_CONFIG="overlay-sam-spi-dma.conf" DTC_OVERLAY_FILE="overlay-sam-spi-dma.overlay" + extra_args: OVERLAY_CONFIG="overlay-sam-spi-dma.conf" + DTC_OVERLAY_FILE="overlay-sam-spi-dma.overlay" platform_allow: sam_e70_xplained sam_v71_xult tdk_robokit1 integration_platforms: - sam_e70_xplained diff --git a/tests/drivers/uart/uart_async_api/testcase.yaml b/tests/drivers/uart/uart_async_api/testcase.yaml index 8183322ffcf8..a85819dbbb45 100644 --- a/tests/drivers/uart/uart_async_api/testcase.yaml +++ b/tests/drivers/uart/uart_async_api/testcase.yaml @@ -18,7 +18,8 @@ tests: fixture: gpio_loopback extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay" drivers.uart.async_api.rtt: - filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT and not CONFIG_UART_MCUX_LPUART + filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT and + not CONFIG_UART_MCUX_LPUART extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay extra_configs: - CONFIG_USE_SEGGER_RTT=y diff --git a/tests/kernel/condvar/condvar_api/testcase.yaml b/tests/kernel/condvar/condvar_api/testcase.yaml index e18b7bed72c4..28621ffb6b58 100644 --- a/tests/kernel/condvar/condvar_api/testcase.yaml +++ b/tests/kernel/condvar/condvar_api/testcase.yaml @@ -1,4 +1,4 @@ tests: kernel.condvar: - ignore_faults: True + ignore_faults: true tags: kernel userspace condition_variables diff --git a/tests/kernel/events/sys_event/testcase.yaml b/tests/kernel/events/sys_event/testcase.yaml index ba448dc3c2d7..d724826001b4 100644 --- a/tests/kernel/events/sys_event/testcase.yaml +++ b/tests/kernel/events/sys_event/testcase.yaml @@ -2,4 +2,4 @@ tests: kernel.events.usage: filter: CONFIG_ARCH_HAS_USERSPACE tags: kernel userspace - ignore_faults: True + ignore_faults: true diff --git a/tests/kernel/fatal/exception/testcase.yaml b/tests/kernel/fatal/exception/testcase.yaml index e47960083ca6..b9304c369123 100644 --- a/tests/kernel/fatal/exception/testcase.yaml +++ b/tests/kernel/fatal/exception/testcase.yaml @@ -1,5 +1,5 @@ common: - ignore_faults: True + ignore_faults: true tests: kernel.common.stack_protection: extra_args: CONF_FILE=prj.conf diff --git a/tests/kernel/fatal/no-multithreading/testcase.yaml b/tests/kernel/fatal/no-multithreading/testcase.yaml index e74293ecd0c4..c67ee790ba3e 100644 --- a/tests/kernel/fatal/no-multithreading/testcase.yaml +++ b/tests/kernel/fatal/no-multithreading/testcase.yaml @@ -5,7 +5,7 @@ common: - qemu_cortex_m3 - nsim_em tags: kernel scheduler - ignore_faults: True + ignore_faults: true tests: kernel.no-mt.cpu_exception: extra_args: EXTRA_CPPFLAGS=-DVIA_TWISTER=0 diff --git a/tests/kernel/mem_protect/demand_paging/testcase.yaml b/tests/kernel/mem_protect/demand_paging/testcase.yaml index d04bc41cc11e..e1b8f4e3cd05 100644 --- a/tests/kernel/mem_protect/demand_paging/testcase.yaml +++ b/tests/kernel/mem_protect/demand_paging/testcase.yaml @@ -1,5 +1,5 @@ common: - ignore_faults: True + ignore_faults: true tests: kernel.demand_paging: tags: kernel mmu demand_paging diff --git a/tests/kernel/threads/tls/testcase.yaml b/tests/kernel/threads/tls/testcase.yaml index d266624fc70d..4013067b0fd2 100644 --- a/tests/kernel/threads/tls/testcase.yaml +++ b/tests/kernel/threads/tls/testcase.yaml @@ -4,7 +4,8 @@ tests: filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE kernel.threads.tls.userspace: tags: kernel threads userspace - filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_ARCH_HAS_USERSPACE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE + filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_ARCH_HAS_USERSPACE and + CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE # ARCMWDT can't handle THREAD_LOCAL_STORAGE with USERSPACE, see #52570 for details toolchain_exclude: arcmwdt extra_configs: diff --git a/tests/kernel/timer/timer_behavior/testcase.yaml b/tests/kernel/timer/timer_behavior/testcase.yaml index 707bd7668de3..cc09d91255ec 100644 --- a/tests/kernel/timer/timer_behavior/testcase.yaml +++ b/tests/kernel/timer/timer_behavior/testcase.yaml @@ -6,4 +6,5 @@ tests: - mcu # Really want to exclude renode not the physical boards, but no good # way of doing so at the moment. - platform_exclude: hifive1 tflite-micro it8xxx2_evb m2gl025_miv mpfs_icicle hifive_unleashed mps2_an385 mps2_an521_ns + platform_exclude: hifive1 tflite-micro it8xxx2_evb m2gl025_miv mpfs_icicle hifive_unleashed + mps2_an385 mps2_an521_ns diff --git a/tests/kernel/usage/thread_runtime_stats/testcase.yaml b/tests/kernel/usage/thread_runtime_stats/testcase.yaml index 67ab1ec7cb34..14ac852bb029 100644 --- a/tests/kernel/usage/thread_runtime_stats/testcase.yaml +++ b/tests/kernel/usage/thread_runtime_stats/testcase.yaml @@ -1,12 +1,12 @@ tests: kernel.usage: tags: kernel -# The following architectures are excluded as they have boards that -# exhibit precision timing anomalies related to emulation. -# posix, riscv32, sparc -# The following architectures are exluded as the necessary -# thread runtime statistic hooks do not yet exist. -# mips + # The following architectures are excluded as they have boards that + # exhibit precision timing anomalies related to emulation. + # posix, riscv32, sparc + # The following architectures are exluded as the necessary + # thread runtime statistic hooks do not yet exist. + # mips arch_exclude: posix sparc mips -# SMP is excluded as the test was only written for UP + # SMP is excluded as the test was only written for UP filter: not CONFIG_SMP diff --git a/tests/lib/cmsis_dsp/bayes/testcase.yaml b/tests/lib/cmsis_dsp/bayes/testcase.yaml index eb9a28497553..e8c59f9f99c1 100644 --- a/tests/lib/cmsis_dsp/bayes/testcase.yaml +++ b/tests/lib/cmsis_dsp/bayes/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.bayes: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 64 min_ram: 32 libraries.cmsis_dsp.bayes.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/complexmath/testcase.yaml b/tests/lib/cmsis_dsp/complexmath/testcase.yaml index 2eca87bbcde7..d69799fd29a3 100644 --- a/tests/lib/cmsis_dsp/complexmath/testcase.yaml +++ b/tests/lib/cmsis_dsp/complexmath/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.complexmath: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 144 libraries.cmsis_dsp.complexmath.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/distance/testcase.yaml b/tests/lib/cmsis_dsp/distance/testcase.yaml index 6a904c418758..bdb93de7a0f8 100644 --- a/tests/lib/cmsis_dsp/distance/testcase.yaml +++ b/tests/lib/cmsis_dsp/distance/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.distance: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 64 min_ram: 32 libraries.cmsis_dsp.distance.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/fastmath/testcase.yaml b/tests/lib/cmsis_dsp/fastmath/testcase.yaml index c1bd39a2aa54..9df40ecba63a 100644 --- a/tests/lib/cmsis_dsp/fastmath/testcase.yaml +++ b/tests/lib/cmsis_dsp/fastmath/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.fastmath: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 64 libraries.cmsis_dsp.fastmath.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/filtering/testcase.yaml b/tests/lib/cmsis_dsp/filtering/testcase.yaml index 59060391d512..d32d3eb86ae2 100644 --- a/tests/lib/cmsis_dsp/filtering/testcase.yaml +++ b/tests/lib/cmsis_dsp/filtering/testcase.yaml @@ -3,11 +3,13 @@ common: tests: libraries.cmsis_dsp.filtering: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX tags: cmsis_dsp skip: true libraries.cmsis_dsp.filtering.biquad: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -20,7 +22,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_FILTERING_BIQUAD=y libraries.cmsis_dsp.filtering.biquad.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -32,7 +35,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_FILTERING_BIQUAD=y - CONFIG_FPU=y libraries.cmsis_dsp.filtering.decim: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -45,7 +49,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_FILTERING_DECIM=y libraries.cmsis_dsp.filtering.decim.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -57,7 +62,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_FILTERING_DECIM=y - CONFIG_FPU=y libraries.cmsis_dsp.filtering.fir: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -70,7 +76,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_FILTERING_FIR=y libraries.cmsis_dsp.filtering.fir.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -82,7 +89,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_FILTERING_FIR=y - CONFIG_FPU=y libraries.cmsis_dsp.filtering.misc: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -95,7 +103,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_FILTERING_MISC=y libraries.cmsis_dsp.filtering.misc.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/interpolation/testcase.yaml b/tests/lib/cmsis_dsp/interpolation/testcase.yaml index 83773d032306..a53cc5dd3108 100644 --- a/tests/lib/cmsis_dsp/interpolation/testcase.yaml +++ b/tests/lib/cmsis_dsp/interpolation/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.interpolation: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 64 libraries.cmsis_dsp.interpolation.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/matrix/testcase.yaml b/tests/lib/cmsis_dsp/matrix/testcase.yaml index 27a1b7cac8ed..49dc0c4d0ce2 100644 --- a/tests/lib/cmsis_dsp/matrix/testcase.yaml +++ b/tests/lib/cmsis_dsp/matrix/testcase.yaml @@ -1,10 +1,12 @@ tests: libraries.cmsis_dsp.matrix: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX tags: cmsis_dsp skip: true libraries.cmsis_dsp.matrix.unary_q7: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -17,7 +19,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q7=y libraries.cmsis_dsp.matrix.unary_q7.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -29,7 +32,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q7=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.unary_q15: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -42,7 +46,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q15=y libraries.cmsis_dsp.matrix.unary_q15.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -54,7 +59,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q15=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.unary_q31: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -67,7 +73,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q31=y libraries.cmsis_dsp.matrix.unary_q31.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -79,7 +86,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q31=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.unary_f16: - filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - frdm_k64f - sam_e70_xplained @@ -91,7 +99,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F16=y libraries.cmsis_dsp.matrix.unary_f16.fpu: - filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - mps2_an521_remote - mps3_an547 @@ -103,7 +112,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F16=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.unary_f32: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -116,7 +126,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y libraries.cmsis_dsp.matrix.unary_f32.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -128,7 +139,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F32=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.unary_f64: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -141,7 +153,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F64=y libraries.cmsis_dsp.matrix.unary_f64.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -153,7 +166,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_F64=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_q7: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -167,7 +181,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q7=y libraries.cmsis_dsp.matrix.binary_q7.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -180,7 +195,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q7=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_q15: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -194,7 +210,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q15=y libraries.cmsis_dsp.matrix.binary_q15.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -207,7 +224,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q15=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_q31: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -221,7 +239,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q31=y libraries.cmsis_dsp.matrix.binary_q31.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -234,7 +253,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_Q31=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_f16: - filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - frdm_k64f - sam_e70_xplained @@ -246,7 +266,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F16=y libraries.cmsis_dsp.matrix.binary_f16.fpu: - filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CONFIG_CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - mps2_an521_remote - mps3_an547 @@ -258,7 +279,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F16=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_f32: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -272,7 +294,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F32=y libraries.cmsis_dsp.matrix.binary_f32.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 @@ -285,7 +308,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F32=y - CONFIG_FPU=y libraries.cmsis_dsp.matrix.binary_f64: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -299,7 +323,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F64=y libraries.cmsis_dsp.matrix.binary_f64.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/quaternionmath/testcase.yaml b/tests/lib/cmsis_dsp/quaternionmath/testcase.yaml index 0d01507c67df..21ff06c3762a 100644 --- a/tests/lib/cmsis_dsp/quaternionmath/testcase.yaml +++ b/tests/lib/cmsis_dsp/quaternionmath/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.quaternionmath: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 64 libraries.cmsis_dsp.quaternionmath.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/statistics/testcase.yaml b/tests/lib/cmsis_dsp/statistics/testcase.yaml index 684cfc4051c6..72f7ddb42e9a 100644 --- a/tests/lib/cmsis_dsp/statistics/testcase.yaml +++ b/tests/lib/cmsis_dsp/statistics/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.statistics: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 64 libraries.cmsis_dsp.statistics.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/support/testcase.yaml b/tests/lib/cmsis_dsp/support/testcase.yaml index a84d68aaeb20..f0f6780ddb42 100644 --- a/tests/lib/cmsis_dsp/support/testcase.yaml +++ b/tests/lib/cmsis_dsp/support/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.support: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 128 libraries.cmsis_dsp.support.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/svm/testcase.yaml b/tests/lib/cmsis_dsp/svm/testcase.yaml index 792c529cacd6..e38fb843943f 100644 --- a/tests/lib/cmsis_dsp/svm/testcase.yaml +++ b/tests/lib/cmsis_dsp/svm/testcase.yaml @@ -1,6 +1,7 @@ tests: libraries.cmsis_dsp.svm: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -10,7 +11,8 @@ tests: min_flash: 128 min_ram: 64 libraries.cmsis_dsp.svm.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps2_an521_remote - mps3_an547 diff --git a/tests/lib/cmsis_dsp/transform/testcase.yaml b/tests/lib/cmsis_dsp/transform/testcase.yaml index f5d9afd0783c..136192fa211c 100644 --- a/tests/lib/cmsis_dsp/transform/testcase.yaml +++ b/tests/lib/cmsis_dsp/transform/testcase.yaml @@ -1,10 +1,12 @@ tests: libraries.cmsis_dsp.transform: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX tags: cmsis_dsp skip: true libraries.cmsis_dsp.transform.cq15: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -17,7 +19,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ15=y libraries.cmsis_dsp.transform.cq15.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps3_an547 tags: cmsis_dsp fpu @@ -28,7 +31,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ15=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.rq15: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -41,7 +45,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RQ15=y libraries.cmsis_dsp.transform.rq15.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps3_an547 tags: cmsis_dsp fpu @@ -52,7 +57,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RQ15=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.cq31: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -65,7 +71,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y libraries.cmsis_dsp.transform.cq31.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX tags: cmsis_dsp fpu min_flash: 1024 min_ram: 64 @@ -74,7 +81,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ31=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.rq31: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -87,7 +95,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RQ31=y libraries.cmsis_dsp.transform.rq31.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX tags: cmsis_dsp fpu min_flash: 1024 min_ram: 64 @@ -96,7 +105,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RQ31=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.cf16: - filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - frdm_k64f - sam_e70_xplained @@ -108,7 +118,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF16=y libraries.cmsis_dsp.transform.cf16.fpu: - filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - mps3_an547 tags: cmsis_dsp fpu @@ -119,7 +130,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF16=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.rf16: - filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - frdm_k64f - sam_e70_xplained @@ -131,7 +143,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF16=y libraries.cmsis_dsp.transform.rf16.fpu: - filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) + filter: (CMSIS_DSP_FLOAT16 and (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and + CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) integration_platforms: - mps3_an547 tags: cmsis_dsp fpu @@ -142,7 +155,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF16=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.cf32: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -155,7 +169,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF32=y libraries.cmsis_dsp.transform.cf32.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX tags: cmsis_dsp fpu min_flash: 1024 min_ram: 64 @@ -164,7 +179,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF32=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.rf32: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -177,7 +193,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF32=y libraries.cmsis_dsp.transform.rf32.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX integration_platforms: - mps3_an547 tags: cmsis_dsp fpu @@ -188,7 +205,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF32=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.cf64: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -201,7 +219,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF64=y libraries.cmsis_dsp.transform.cf64.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX tags: cmsis_dsp fpu min_flash: 1024 min_ram: 160 @@ -210,7 +229,8 @@ tests: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CF64=y - CONFIG_FPU=y libraries.cmsis_dsp.transform.rf64: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or + CONFIG_ARCH_POSIX integration_platforms: - frdm_k64f - sam_e70_xplained @@ -223,7 +243,8 @@ tests: extra_configs: - CONFIG_CMSIS_DSP_TEST_TRANSFORM_RF64=y libraries.cmsis_dsp.transform.rf64.fpu: - filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX + filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and + TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX tags: cmsis_dsp fpu min_flash: 1024 min_ram: 64 diff --git a/tests/net/traffic_class/testcase.yaml b/tests/net/traffic_class/testcase.yaml index 0dc67fb1d280..b47153c72ce3 100644 --- a/tests/net/traffic_class/testcase.yaml +++ b/tests/net/traffic_class/testcase.yaml @@ -36,7 +36,7 @@ tests: extra_configs: - CONFIG_NET_TC_TX_COUNT=8 - CONFIG_NET_TC_RX_COUNT=8 -# TX multi queue, RX one queue + # TX multi queue, RX one queue net.traffic_class.2_no_rx: extra_configs: - CONFIG_NET_TC_TX_COUNT=2 @@ -65,7 +65,7 @@ tests: extra_configs: - CONFIG_NET_TC_TX_COUNT=8 - CONFIG_NET_TC_RX_COUNT=1 -# TX one queue, RX multi queue + # TX one queue, RX multi queue net.traffic_class.2_no_tx: extra_configs: - CONFIG_NET_TC_RX_COUNT=2 @@ -94,7 +94,7 @@ tests: extra_configs: - CONFIG_NET_TC_RX_COUNT=8 - CONFIG_NET_TC_TX_COUNT=1 -# Then test some hybrid combinations. + # Then test some hybrid combinations. net.traffic_class.tx_2_rx_3: extra_configs: - CONFIG_NET_TC_RX_COUNT=3 diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index 7d84579c6fc9..b09f93534a4a 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -30,7 +30,8 @@ tests: - CONFIG_MAIN_STACK_SIZE=1152 portability.posix.common.tls.newlib: platform_exclude: nsim_sem_mpu_stack_guard ehl_crb lpcxpresso55s06 - filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE + filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and + CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE extra_configs: - CONFIG_NEWLIB_LIBC=y - CONFIG_THREAD_LOCAL_STORAGE=y diff --git a/tests/posix/fs/testcase.yaml b/tests/posix/fs/testcase.yaml index dba16d6c93ff..47bc265d3053 100644 --- a/tests/posix/fs/testcase.yaml +++ b/tests/posix/fs/testcase.yaml @@ -18,7 +18,8 @@ tests: - CONFIG_NEWLIB_LIBC=n - CONFIG_THREAD_LOCAL_STORAGE=y portability.posix.fs.tls.newlib: - filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE + filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and + CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE extra_configs: - CONFIG_NEWLIB_LIBC=y - CONFIG_THREAD_LOCAL_STORAGE=y diff --git a/tests/subsys/dfu/img_util/testcase.yaml b/tests/subsys/dfu/img_util/testcase.yaml index 8f474e9a9600..464fc210857d 100644 --- a/tests/subsys/dfu/img_util/testcase.yaml +++ b/tests/subsys/dfu/img_util/testcase.yaml @@ -6,7 +6,7 @@ tests: - nrf52840dk_nrf52840 dfu.image_util.progressive: extra_args: OVERLAY_CONFIG=progressively_overlay.conf - platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64 + platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64 tags: dfu_image_util integration_platforms: - nrf52840dk_nrf52840 diff --git a/tests/subsys/logging/log_api/testcase.yaml b/tests/subsys/logging/log_api/testcase.yaml index 39d054879dc9..cd7fd52efa3d 100644 --- a/tests/subsys/logging/log_api/testcase.yaml +++ b/tests/subsys/logging/log_api/testcase.yaml @@ -32,7 +32,7 @@ tests: - CONFIG_LOG_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y - CONFIG_LOG_PRINTK=y - #When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. + # When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. - CONFIG_LOG_PROCESS_THREAD=y logging.log_api_deferred_func_prefix: @@ -166,7 +166,7 @@ tests: - CONFIG_LOG_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y - CONFIG_LOG_PRINTK=y - #When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. + # When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. - CONFIG_LOG_PROCESS_THREAD=y - CONFIG_CPLUSPLUS=y @@ -283,7 +283,7 @@ tests: - CONFIG_LOG_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y - CONFIG_LOG_PRINTK=y - #When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. + # When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. - CONFIG_LOG_PROCESS_THREAD=y - CONFIG_LOG_USE_TAGGED_ARGUMENTS=y @@ -396,7 +396,7 @@ tests: - CONFIG_LOG_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y - CONFIG_LOG_PRINTK=y - #When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. + # When LOG_PRINTK is enabled, thread must process otherwise test output would be lost. - CONFIG_LOG_PROCESS_THREAD=y - CONFIG_CPLUSPLUS=y - CONFIG_LOG_USE_TAGGED_ARGUMENTS=y