Skip to content

Commit

Permalink
samples: tests: update esp32-based board naming
Browse files Browse the repository at this point in the history
Make sure all those samples and tests use cpu cluster naming.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
  • Loading branch information
sylvioalves authored and nordicjm committed Mar 1, 2024
1 parent db6bacd commit b499a05
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion samples/boards/esp32/deep_sleep/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Building, Flashing and Running

.. zephyr-app-commands::
:zephyr-app: samples/boards/esp32/deep_sleep
:board: esp32_devkitc_wroom
:board: esp32_devkitc_wroom/esp32/procpu
:goals: build flash
:compact:

Expand Down
2 changes: 1 addition & 1 deletion samples/boards/esp32/ethernet/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sample:
name: ESP32 Ethernet
tests:
sample.board.esp32.ethernet:
platform_allow: esp32_ethernet_kit
platform_allow: esp32_ethernet_kit/esp32/procpu
tags: esp32
6 changes: 3 additions & 3 deletions samples/boards/esp32/flash_encryption/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sample:
tests:
sample.board.esp32:
platform_allow:
- esp32_devkitc_wroom
- esp32_devkitc_wrover
- yd_esp32
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- yd_esp32/esp32/procpu
tags: esp32
4 changes: 2 additions & 2 deletions samples/boards/esp32/flash_memory_mapped/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sample:
tests:
sample.board.esp32.flash_memory_mapped:
platform_allow:
- esp32_devkitc_wroom
- esp32_devkitc_wroom/esp32/procpu
- esp32c3_devkitm
- esp32s3_devkitm
- esp32s3_devkitm/esp32s3/procpu
tags: esp32
2 changes: 1 addition & 1 deletion samples/boards/esp32/light_sleep/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Building, Flashing and Running

.. zephyr-app-commands::
:zephyr-app: samples/boards/esp32/light_sleep
:board: esp32_devkitc_wroom
:board: esp32_devkitc_wroom/esp32/procpu
:goals: build flash
:compact:

Expand Down
2 changes: 1 addition & 1 deletion samples/boards/esp32/spiram_test/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sample:
name: spiram_test
tests:
sample.board.esp32.spiram:
platform_allow: esp32_devkitc_wrover
platform_allow: esp32_devkitc_wrover/esp32/procpu
tags: esp32
4 changes: 2 additions & 2 deletions samples/drivers/adc/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tests:
- gd32f450i_eval
- gd32vf103v_eval
- gd32f403z_eval
- esp32_devkitc_wroom
- esp32_devkitc_wrover
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_saola
- esp32c3_devkitm
- gd32l233r_eval
Expand Down
4 changes: 2 additions & 2 deletions samples/drivers/dac/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tests:
- bl654_dvk
- bl5340_dvk/nrf5340/cpuapp
- disco_l475_iot1
- esp32_devkitc_wroom
- esp32_devkitc_wrover
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_saola
- frdm_k22f
- frdm_k64f
Expand Down
4 changes: 2 additions & 2 deletions tests/boards/espressif_esp32/cache_coex/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tests:
boards.esp32.cache_coex:
platform_allow:
- esp32_devkitc_wrover
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_saola
- esp32s3_devkitm
- esp32s3_devkitm/esp32s3/procpu
tags:
- spiram
- spiflash
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/build_all/gpio/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tests:

drivers.gpio.build.adc_ads1145s0x_gpio:
min_ram: 32
platform_allow: m5stack_core2 nrf52840dk/nrf52840
platform_allow: m5stack_core2/esp32/procpu nrf52840dk/nrf52840
depends_on:
- gpio
- adc
Expand Down
8 changes: 4 additions & 4 deletions tests/drivers/can/api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ tests:
extra_args: DTC_OVERLAY_FILE=twai-enable.overlay
filter: dt_compat_enabled("espressif,esp32-twai")
platform_allow:
- esp32_devkitc_wroom
- esp32_devkitc_wrover
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- esp32c3_devkitm
- esp32s2_saola
- esp32s3_devkitm
- xiao_esp32s3
- esp32s3_devkitm/esp32s3/procpu
- xiao_esp32s3/esp32s3/procpu
drivers.can.api.nxp_s32_canxl.non_rx_fifo:
extra_configs:
- CONFIG_CAN_NXP_S32_RX_FIFO=n
Expand Down
6 changes: 3 additions & 3 deletions tests/subsys/debug/coredump_backends/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ tests:
- CONFIG_TEST_STORED_COREDUMP=y
platform_allow:
- qemu_x86
- esp32_devkitc_wroom
- esp32_devkitc_wrover
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_saola
- esp32s3_devkitm
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
debug.coredump.backends.other:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
Expand Down

0 comments on commit b499a05

Please sign in to comment.