Merged in jjlange/nuttx/lpc40xx (pull request #946)

Add support for LPC40xx family chips

* Corrected a few peripheral definitions and pin functions for the LPC17xx family.
    Added configuration options, chip definitions, and additional pin functions for the LPC40xx family.
    Added board configurations for Embedded Artists LPC4088 Quickstart board and LPC4088 Developer's kit.  These configurations are still something of a work in progress.  In particular, the LCD functionality is untested.

* First pass rename in *.c and *.h files.

* Renamed LPC17XX to LPC17XX_40XX in config files

* Rplaced LPC17xx with LPC17xx/LPC40xx in .c files

* Replaced LPC17xx with LPC17xx/LPC40xx in .h files

* Updated some documentation

* Working on moving directories

* moved arch/arm/src/lpc17xx and arch/arm/include/lpc17xx to lpc17xx_40xx

* Renamed LPC17_* constants / configuration options to LPC17_40_*

* Updated chip family name defines

* Renamed some chip-specific files

* Updated references to renamed files

* Updated references to lpc17_ to lpc17_40_

* Renamed source files from lpc17_* to lpc17_40_*

* Clean up white space

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
jjlange
2019-07-11 16:50:00 +00:00
committed by Gregory Nutt
parent 8578ce9832
commit e5dfd805e6
400 changed files with 27550 additions and 16939 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ struct spi_dev_s; /* Forward reference */
* Name: i486_clockconfig
*
* Description:
* Called to initialize the LPC17XX. This does whatever setup is needed to put the
* Called to initialize the i486. This does whatever setup is needed to put the
* MCU in a usable state. This includes the initialization of clocking using the
* settings in board.h.
*
@@ -219,7 +219,7 @@ FAR struct spi_dev_s *i486_spibus_initialize(int port);
* These external functions must be provided by board-specific logic. They are
* implementations of the select, status, and cmddata methods of the SPI interface
* defined by struct spi_ops_s (see include/nuttx/spi/spi.h). All other methods
* including i486_spibus_initialize()) are provided by common LPC17xx logic. To use
* including i486_spibus_initialize()) are provided by common i486 logic. To use
* this common SPI logic on your board:
*
* 1. Provide logic in i486_boardinitialize() to configure SPI/SSP chip select