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:
parent
b8aa506c83
commit
780bafab6a
62 changed files with 91 additions and 129 deletions
9
snippets/espressif-shell/README.rst
Normal file
9
snippets/espressif-shell/README.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
.. _espressif-shell:
|
||||
|
||||
Espressif Shell
|
||||
###############
|
||||
|
||||
Overview
|
||||
********
|
||||
|
||||
This snippet allows users to build Zephyr application with full scale SHELL.
|
6
snippets/espressif-shell/esp-shell.conf
Normal file
6
snippets/espressif-shell/esp-shell.conf
Normal 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
|
3
snippets/espressif-shell/snippet.yml
Normal file
3
snippets/espressif-shell/snippet.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: shell-full
|
||||
append:
|
||||
EXTRA_CONF_FILE: esp-shell.conf
|
9
snippets/espressif-wifi/README.rst
Normal file
9
snippets/espressif-wifi/README.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
.. _espressif-wifi:
|
||||
|
||||
Espressif Wi-Fi
|
||||
###############
|
||||
|
||||
Overview
|
||||
********
|
||||
|
||||
This snippet allows users to build Zephyr application with Wi-Fi PSRAM utilization.
|
6
snippets/espressif-wifi/esp-wifi.conf
Normal file
6
snippets/espressif-wifi/esp-wifi.conf
Normal 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
|
3
snippets/espressif-wifi/snippet.yml
Normal file
3
snippets/espressif-wifi/snippet.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: esp-wifi
|
||||
append:
|
||||
EXTRA_CONF_FILE: esp-wifi.conf
|
10
snippets/mcuboot.bak/README.rst
Normal file
10
snippets/mcuboot.bak/README.rst
Normal 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.
|
1
snippets/mcuboot.bak/mcuboot.conf
Normal file
1
snippets/mcuboot.bak/mcuboot.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_BOOTLOADER_MCUBOOT=y
|
3
snippets/mcuboot.bak/snippet.yml
Normal file
3
snippets/mcuboot.bak/snippet.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name: mcuboot
|
||||
append:
|
||||
EXTRA_CONF_FILE: mcuboot.conf
|
Loading…
Add table
Add a link
Reference in a new issue