mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Update README
This commit is contained in:
@@ -1,17 +1,38 @@
|
|||||||
README
|
README
|
||||||
^^^^^^
|
======
|
||||||
|
|
||||||
This README provides some information about the port of NuttX to the TI
|
This README provides some information about the port of NuttX to the TI
|
||||||
Hercules TMS570LS04x/03x LaunchPad Evaluation Kit (LAUNCHXL-TMS57004)
|
Hercules TMS570LS04x/03x LaunchPad Evaluation Kit (LAUNCHXL-TMS57004)
|
||||||
featuring the Hercules TMS570LS0432PZ chip.
|
featuring the Hercules TMS570LS0432PZ chip.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
^^^^^^^^
|
========
|
||||||
|
|
||||||
|
- Toolchain
|
||||||
- LEDs and Buttons
|
- LEDs and Buttons
|
||||||
- Serial Console
|
- Serial Console
|
||||||
|
- Debugging
|
||||||
- Configurations
|
- Configurations
|
||||||
|
|
||||||
|
Toolchain
|
||||||
|
=========
|
||||||
|
|
||||||
|
All of these configurations are set up to build with Cygwin under Windows
|
||||||
|
using the "GNU Tools for ARM Embedded Processors" that is maintained by ARM
|
||||||
|
(unless stated otherwise in the description of the configuration).
|
||||||
|
|
||||||
|
https://launchpad.net/gcc-arm-embedded
|
||||||
|
|
||||||
|
That toolchain selection can easily be reconfigured using 'make menuconfig'.
|
||||||
|
Here are the relevant current settings:
|
||||||
|
|
||||||
|
Build Setup:
|
||||||
|
CONFIG_HOST_WINDOWS=y : Window environment
|
||||||
|
CONFIG_WINDOWS_CYGWIN=y : Cywin under Windows
|
||||||
|
|
||||||
|
System Type -> Toolchain:
|
||||||
|
CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW=y : GNU ARM EABI toolchain
|
||||||
|
|
||||||
LEDs and Buttons
|
LEDs and Buttons
|
||||||
================
|
================
|
||||||
|
|
||||||
@@ -59,7 +80,7 @@ LEDs and Buttons
|
|||||||
depressed.
|
depressed.
|
||||||
|
|
||||||
Serial Console
|
Serial Console
|
||||||
^^^^^^^^^^^^^^
|
==============
|
||||||
|
|
||||||
This TMS570 has a single SCI. The SCI_RX and TX pins are connected to
|
This TMS570 has a single SCI. The SCI_RX and TX pins are connected to
|
||||||
the FTDI chip which provides a virtual COM port for the launchpad.
|
the FTDI chip which provides a virtual COM port for the launchpad.
|
||||||
|
|||||||
Reference in New Issue
Block a user