Skip to content

Commit

Permalink
m5stack_core2: doc: SD-card status documented
Browse files Browse the repository at this point in the history
Added support column for all features of m5stack_core2 board.
Link to m5stack_core2_ext added.

Signed-off-by: Martin Kiepfer <mrmarteng@teleschirm.org>
  • Loading branch information
Martin Kiepfer authored and henrikbrixandersen committed Dec 4, 2023
1 parent 04c165a commit 0a962b8
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions boards/xtensa/m5stack_core2/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,37 +50,39 @@ of the M5Stack Core2 board.
.. _PMU-AXP192: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_datasheet_en.pdf
.. _VIB-1072_RFN01: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/1027RFN01-33d.pdf

+------------------+--------------------------------------------------------------------------+
| Key Component | Description |
+==================+==========================================================================+
|| ESP32-D0WDQ6-V2 || This `MPU-ESP32`_ module provides complete Wi-Fi and Bluetooth |
|| module || functionalities and integrates a 16-MB SPI flash. |
+------------------+--------------------------------------------------------------------------+
|| 32.768 kHz RTC || External precision 32.768 kHz crystal oscillator serves as a clock with |
|| || low-power consumption while the chip is in Deep-sleep mode. |
+------------------+--------------------------------------------------------------------------+
| Status LED | One user LED connected to the GPIO pin. |
+------------------+--------------------------------------------------------------------------+
|| USB Port || USB interface. Power supply for the board as well as the |
|| || communication interface between a computer and the board. |
|| || Contains: TypeC x 1, GROVE(I2C+I/O+UART) x 1 |
+------------------+--------------------------------------------------------------------------+
| Reset button | Reset button |
+------------------+--------------------------------------------------------------------------+
| Power Switch | Power on/off button. |
+------------------+--------------------------------------------------------------------------+
|| LCD screen || Built-in LCD TFT display \(`LCD-ILI9342C`_, 2", 320x240 px\) |
|| || controlled via SPI interface |
+------------------+--------------------------------------------------------------------------+
|| 6-axis IMU || The `MPU-6886`_ is a 6-axis motion tracker (6DOF IMU) device that |
|| MPU6886 || combines a 3-axis gyroscope and a 3-axis accelerometer. |
|| || For details please refer to :ref:`m5stack_core2_ext` |
+------------------+--------------------------------------------------------------------------+
|| Built-in || The `SPM-1423`_ I2S driven microphone. |
|| microphone || |
+------------------+--------------------------------------------------------------------------+
| Built-in speaker | 1W speaker for audio output via I2S interface. |
+------------------+--------------------------------------------------------------------------+
+------------------+--------------------------------------------------------------------------+------------+
| Key Component | Description | Status |
+==================+==========================================================================+============+
|| ESP32-D0WDQ6-V2 || This `MPU-ESP32`_ module provides complete Wi-Fi and Bluetooth || supported |
|| module || functionalities and integrates a 16-MB SPI flash. || |
+------------------+--------------------------------------------------------------------------+------------+
|| 32.768 kHz RTC || External precision 32.768 kHz crystal oscillator serves as a clock with || supported |
|| || low-power consumption while the chip is in Deep-sleep mode. || |
+------------------+--------------------------------------------------------------------------+------------+
| Status LED | One user LED connected to the GPIO pin. | supported |
+------------------+--------------------------------------------------------------------------+------------+
|| USB Port || USB interface. Power supply for the board as well as the || supported |
|| || communication interface between a computer and the board. || |
|| || Contains: TypeC x 1, GROVE(I2C+I/O+UART) x 1 || |
+------------------+--------------------------------------------------------------------------+------------+
| Reset button | Reset button | supported |
+------------------+--------------------------------------------------------------------------+------------+
| Power Switch | Power on/off button. | supported |
+------------------+--------------------------------------------------------------------------+------------+
|| LCD screen || Built-in LCD TFT display \(`LCD-ILI9342C`_, 2", 320x240 px\) || supported |
|| || controlled via SPI interface || |
+------------------+--------------------------------------------------------------------------+------------+
| SD-Card slot | SD-Card connection via SPI-mode. | supported |
+------------------+--------------------------------------------------------------------------+------------+
|| 6-axis IMU || The `MPU-6886`_ is a 6-axis motion tracker (6DOF IMU) device that || todo |
|| MPU6886 || combines a 3-axis gyroscope and a 3-axis accelerometer. || |
|| || For details please refer to :ref:`m5stack_core2_ext` || |
+------------------+--------------------------------------------------------------------------+------------+
|| Built-in || The `SPM-1423`_ I2S driven microphone. || todo |
|| microphone || || |
+------------------+--------------------------------------------------------------------------+------------+
| Built-in speaker | 1W speaker for audio output via I2S interface. | todo |
+------------------+--------------------------------------------------------------------------+------------+

Supported Features
==================
Expand Down

0 comments on commit 0a962b8

Please sign in to comment.