ci: temporarily disable s3 build for a few examples

pull/7680/head
Fu Hanxi 2021-09-16 12:20:11 +08:00
rodzic 34f044debd
commit 923e862ed2
9 zmienionych plików z 28 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
| Supported Targets | ESP32-C3 |
| ----------------- | -------- |
ESP-IDF UART HCI Controller
=================================
| Supported Targets | ESP32-C3 | ESP32-S3 |
| ----------------- | -------- | -------- |
This example demonstrates how to configure the Bluetooth Low Energy Controller's HCI (Host Controller Interface) to communicate over UART.

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Ethernet Example
(See the README.md file in the upper level 'examples' directory for more information about examples.)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# eth2ap Example
(See the README.md file in the upper level 'examples' directory for more information about examples. To try a more complex application about Ethernet to WiFi data forwarding, please go to [iot-solution](https://github.com/espressif/esp-iot-solution/tree/release/v1.0/examples/eth2wifi).)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Ethernet iperf Example
(See the README.md file in the upper level 'examples' directory for more information about examples.)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# SPI Host Driver Example
(See the README.md file in the upper level 'examples' directory for more information about examples.)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Simple HTTP File Server Example
(See the README.md file in the upper level 'examples' directory for more information about examples.)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Wi-Fi Provisioning Manager Example
(See the README.md file in the upper level 'examples' directory for more information about examples.)

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# SD Card example (SDSPI)
(See the README.md file in the upper level 'examples' directory for more information about examples.)
@ -118,4 +121,4 @@ An attempt to download a new firmware under this conditions may also result in t
to clean your board's flash, then download your firmware properly.

Wyświetl plik

@ -1,3 +1,6 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Advanced HTTPS OTA example
This example is based on `esp_https_ota` component's APIs.