Cosmet updates to comments and README files
This commit is contained in:
parent
a322029dbe
commit
9bed954924
@ -2,11 +2,11 @@ README.txt
|
||||
==========
|
||||
|
||||
This README file discuss discusses the port of NuttX to the Texas
|
||||
Instruments DK-TM4C129x Connected Development Kit.
|
||||
Instruments DK-TM4C129X Connected Development Kit.
|
||||
|
||||
Description
|
||||
-----------
|
||||
The Tiva™ C Series TM4C129x Connected Development Kit highlights
|
||||
The Tiva™ C Series TM4C129X Connected Development Kit highlights
|
||||
the 120-MHz Tiva C Series TM4C129XNCZAD ARM® Cortex™-M4 based
|
||||
microcontroller, including an integrated 10/100 Ethernet MAC +
|
||||
PHY as well as many other key features.
|
||||
@ -461,13 +461,13 @@ DK-TM4129X Configuration Options
|
||||
|
||||
There are configurations for disabling support for interrupts GPIO ports.
|
||||
Only GPIOP and GPIOQ pins can be used as interrupting sources on the
|
||||
TM4C129x. Additional interrupt support can be disabled if desired to
|
||||
TM4C129X. Additional interrupt support can be disabled if desired to
|
||||
reduce memory footprint.
|
||||
|
||||
CONFIG_TIVA_GPIOP_IRQS=y
|
||||
CONFIG_TIVA_GPIOQ_IRQS=y
|
||||
|
||||
TM4C129x specific device driver settings
|
||||
TM4C129X specific device driver settings
|
||||
|
||||
CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
|
||||
console and ttys0 (default is the UART0).
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "tiva_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
* Name: tm4c_ssiinitialize
|
||||
*
|
||||
* Description:
|
||||
* Called to configure SPI chip select GPIO pins for the DK-TM4C129x.
|
||||
* Called to configure SPI chip select GPIO pins for the DK-TM4C129X.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "dk-tm4c129x.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
@ -75,7 +75,7 @@ void tiva_boardinitialize(void)
|
||||
* tm4c_ssiinitialize() has been brought into the link.
|
||||
*/
|
||||
|
||||
/* The DK-TM4C129x microSD CS and OLED are on SSI0 */
|
||||
/* The DK-TM4C129X microSD CS and OLED are on SSI0 */
|
||||
|
||||
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
|
||||
if (tm4c_ssiinitialize)
|
||||
|
@ -51,12 +51,12 @@
|
||||
#include "tiva_gpio.h"
|
||||
#include "dk-tm4c129x.h"
|
||||
|
||||
/* The DK-TM4C129x microSD CS is on SSI0 */
|
||||
/* The DK-TM4C129X microSD CS is on SSI0 */
|
||||
|
||||
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* CONFIG_DEBUG_SPI enables debug output from this file (needs CONFIG_DEBUG too) */
|
||||
@ -89,7 +89,7 @@
|
||||
* Name: tm4c_ssiinitialize
|
||||
*
|
||||
* Description:
|
||||
* Called to configure SPI chip select GPIO pins for the DK-TM4C129x.
|
||||
* Called to configure SPI chip select GPIO pins for the DK-TM4C129X.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* Clocking *************************************************************************/
|
||||
|
@ -50,9 +50,8 @@
|
||||
#ifdef CONFIG_ADC
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Private Data
|
||||
|
@ -64,7 +64,7 @@
|
||||
#ifdef CONFIG_ARCH_BUTTONS
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -49,7 +49,7 @@
|
||||
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Debug ****************************************************************************/
|
||||
/* Non-standard debug that may be enabled just for testing the static constructors */
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "sama5d4-ek.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include "sama5d4-ek.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
/* PWM. There are no dedicated PWM output pins available to the user for PWM
|
||||
|
@ -56,7 +56,7 @@
|
||||
#if defined(CONFIG_SAMA5_SPI0) || defined(CONFIG_SAMA5_SPI1)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* Enables debug output from this file (needs CONFIG_DEBUG too) */
|
||||
|
@ -68,7 +68,7 @@
|
||||
#ifndef CONFIG_ARCH_LEDS
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG
|
||||
|
@ -41,7 +41,7 @@
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* Clocking *************************************************************************/
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "tiva_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include "tm4c123g-launchpad.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* The TM4C123G LaunchPad has a single RGB LED. There is only one visible LED
|
||||
* which will vary in color. But, from the standpoint of the firmware, this
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "tm4c123g-launchpad.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -56,7 +56,7 @@
|
||||
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* CONFIG_DEBUG_SPI enables debug output from this file (needs CONFIG_DEBUG too) */
|
||||
|
Loading…
Reference in New Issue
Block a user