Skip to content

Commit

Permalink
boards: docs: remove extra table line
Browse files Browse the repository at this point in the history
Remove extra table line present in a few esp32-based board
to meet default style.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves authored and aescolar committed Jun 14, 2024
1 parent 0103c56 commit 8adec6d
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion boards/espressif/esp32_devkitc_wroom/doc/index.rst
Original file line number Diff line number Diff line change
@@ -61,7 +61,6 @@ Current Zephyr's ESP32-WROOM board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32_devkitc_wrover/doc/index.rst
Original file line number Diff line number Diff line change
@@ -61,7 +61,6 @@ Current Zephyr's ESP32-devkitc board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32c3_devkitm/doc/index.rst
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ Current Zephyr's ESP32-C3-Devkitm board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32s2_devkitc/doc/index.rst
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ Current Zephyr's ESP32-S2-devkitc board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32s2_saola/doc/index.rst
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ Current Zephyr's ESP32-S2-saola board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32s3_devkitc/doc/index.rst
Original file line number Diff line number Diff line change
@@ -88,7 +88,6 @@ Current Zephyr's ESP32-S3-DevKitC board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp32s3_devkitm/doc/index.rst
Original file line number Diff line number Diff line change
@@ -88,7 +88,6 @@ Current Zephyr's ESP32-S3-DevKitM board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/espressif/esp_wrover_kit/doc/index.rst
Original file line number Diff line number Diff line change
@@ -447,7 +447,6 @@ Current Zephyr's ESP32-Wrover-Kit board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/luatos/esp32c3_luatos_core/doc/index.rst
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ Current Zephyr's ESP32C3_LUATOS_CORE board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/luatos/esp32s3_luatos_core/doc/index.rst
Original file line number Diff line number Diff line change
@@ -89,7 +89,6 @@ Current Zephyr's ESP32S3-LUATOS-Core board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/seeed/xiao_esp32s3/doc/index.rst
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ Current Zephyr's XIAO ESP32S3 board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
1 change: 0 additions & 1 deletion boards/vcc-gnd/yd_esp32/doc/index.rst
Original file line number Diff line number Diff line change
@@ -61,7 +61,6 @@ Current Zephyr's YD-ESP32 board supports the following features:
+------------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+============+============+=====================================+
+------------+------------+-------------------------------------+
| UART | on-chip | serial port |
+------------+------------+-------------------------------------+
| GPIO | on-chip | gpio |

0 comments on commit 8adec6d

Please sign in to comment.