cpu/esp32/doc: Restore center alignment of tables

This commit is contained in:
Marian Buschsieweke 2021-10-13 14:56:00 +02:00
parent 554d399ca2
commit 94921942d3
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -81,6 +81,8 @@ ESP-IDF SDK.
The following table gives a short reference of all board configuration parameters used by the ESP32
port in alphabetical order.
<center>
Parameter | Short Description | Type*
----------------------------------------|-------------------------------------------------------------------|------
[ADC_GPIOS](#esp32_adc_channels) | GPIOs that can be used as ADC channels | m
@ -110,12 +112,15 @@ Parameter | Short Description
[UART2_TXD](#esp32_uart_interfaces) | GPIO used as TxD for UART_DEV(2) | o
[UART2_RXD](#esp32_uart_interfaces) | GPIO used as RxD for UART_DEV(2) | o
</center>
**Type:* m - mandatory, o - optional
The following table gives a short reference in alphabetical order of modules
that can be enabled/disabled by board configurations and/or application's
makefile using `USEMODULE` and `DISABLE_MODULE`.
<center>
Module | Default | Short description
----------------------------------------------------|-----------|-------------------
@ -135,6 +140,8 @@ Module | Default | Short descript
[esp_wifi_ap](#esp32_wifi_ap_network_interface) | not used | enable the WiFi SoftAP network device
[esp_wifi_enterprise](#esp32_wifi_network_interface)| not used | enable the Wifi network device in WPA2 enterprise mode
</center>
[Back to table of contents](#esp32_toc)