tests, samples: update esp32_devkitc board records

Update the tests using the esp32_devkitc_xxx entries.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2025-04-15 16:28:04 +02:00 committed by Benjamin Cabé
commit 780bafab6a
62 changed files with 91 additions and 129 deletions

View file

@ -0,0 +1,9 @@
.. _espressif-shell:
Espressif Shell
###############
Overview
********
This snippet allows users to build Zephyr application with full scale SHELL.

View file

@ -0,0 +1,6 @@
CONFIG_PRINTK=y
CONFIG_SHELL=y
CONFIG_KERNEL_SHELL=y
CONFIG_DEVICE_SHELL=y
CONFIG_DATE_SHELL=y
CONFIG_BOOT_BANNER=y

View file

@ -0,0 +1,3 @@
name: shell-full
append:
EXTRA_CONF_FILE: esp-shell.conf

View file

@ -0,0 +1,9 @@
.. _espressif-wifi:
Espressif Wi-Fi
###############
Overview
********
This snippet allows users to build Zephyr application with Wi-Fi PSRAM utilization.

View file

@ -0,0 +1,6 @@
CONFIG_=y
CONFIG_SHELL=y
CONFIG_KERNEL_SHELL=y
CONFIG_DEVICE_SHELL=y
CONFIG_DATE_SHELL=y
CONFIG_BOOT_BANNER=y

View file

@ -0,0 +1,3 @@
name: esp-wifi
append:
EXTRA_CONF_FILE: esp-wifi.conf

View file

@ -0,0 +1,10 @@
.. _mcuboot:
Application MCUboot
###################
Overview
********
This snippet allows users to build ithe Zephyr application
so it can be loaded by the MCUboot bootloader.

View file

@ -0,0 +1 @@
CONFIG_BOOTLOADER_MCUBOOT=y

View file

@ -0,0 +1,3 @@
name: mcuboot
append:
EXTRA_CONF_FILE: mcuboot.conf