Documentation/olimex-lpc2378: port README.txt to rst

This commit is contained in:
Piyush Patle 2026-04-01 03:39:34 +05:30 committed by Matteo Golin
parent 8d84652d6d
commit 4d970d4a70
2 changed files with 21 additions and 13 deletions

View file

@ -1,11 +0,0 @@
There's not much here:
EXT1 - P3 0:7 are used for LEDs.
UEXT pin 3/4 -TXD2/RXD2- is UART2.
The board I have has the revision '-' of LPC2378 even though I got the board
more than 2 years after the chip revision was released :-( .
I can't get NuttX to work if I fully enabled the MAM.
I used FTDI ft232 usb-serial with nsh piping as seen on the screenshot.

View file

@ -2,6 +2,25 @@
olimex-lpc2378
==============
.. include:: README.txt
:literal:
The Olimex LPC2378 board has only a small amount of board-specific porting
information recorded in the original notes.
Board Notes
===========
* ``EXT1``: ``P3[0:7]`` are used for LEDs.
* ``UEXT`` pins 3 and 4 provide ``TXD2`` and ``RXD2`` for UART2.
Known Limitations
=================
The board used for this port still had the ``-`` LPC2378 revision, even though
it was purchased more than two years after the updated chip revision was
released. With that hardware, NuttX would not run correctly with the MAM fully
enabled.
Console Setup
=============
Testing was done with an FTDI ``ft232`` USB-to-serial adapter and NSH piping,
as shown in the original board screenshot.