nuttx/boards/arm/mx8mp/verdin-mx8mp
chenrun1 de17f43481 boards:Modify test "ramtest" path
Based on the PR#2161 change, we need to modify the macro switch in most boards to configure ramtest.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2023-10-26 13:17:35 +02:00
..
configs/nsh boards:Modify test "ramtest" path 2023-10-26 13:17:35 +02:00
include Handle GPIO IRQs 2023-09-06 12:30:35 +08:00
scripts
src Add support for SPI through i.MX8MP ecspi module. 2023-10-09 18:04:50 -04:00
Kconfig
README.txt Handle GPIO IRQs 2023-09-06 12:30:35 +08:00

README for the verdin-mx8mp Relax
============================

  The directory provides board support for the Toradex Verdin mx8mp.
  Note: this port works on the internal Cortex-M7 auxiliary core, NOT the main Cortex-53 complex!

  LEDs and buttons shall be connected to header pins like this:
  - LED21 on GPIO_4
  - LED22 on GPIO_3
  - LED23 on GPIO_2
  - LED24 on GPIO_1
  - SW11 on GPIO_5_CSI
  You can adjust this pinout in verdin_mx8mp.h

Status
======

  2023-08-23:   The Verdin mx8mp boots into NSH, provides the NSH prompt.
  2023-09-04:   gpio support, i2c support (tested with on-board ina219 sensor)