xmc4: fix some CS releted issues and remove empty files

This commit is contained in:
raiden00pl
2020-03-21 13:29:04 +01:00
committed by Xiang Xiao
parent d450f5ce77
commit e663f8ea2e
20 changed files with 105 additions and 131 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
README for the XMC4500 Relax
============================
The directory provides board support for the Infinion XMC4500 Relax v1
The directory provides board support for the Infineon XMC4500 Relax v1
boards. There are to variants of this board: There is a Lite version
that has fewer features, for example, no 32.768KHz crystal.
@@ -93,7 +93,7 @@
#ifndef __ASSEMBLY__
/****************************************************************************
* Public Functions
* Public Function Prototypes
****************************************************************************/
/****************************************************************************
+5 -4
View File
@@ -90,10 +90,10 @@ void weak_function xmc4_spidev_initialize(void)
*
* Description:
* 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 xmc4_spibus_initialize()) are provided by common
* Kinetis logic. To use this common SPI logic on your board:
* 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 xmc4_spibus_initialize()) are provided by
* common xmc4 logic. To use this common SPI logic on your board:
*
* 1. Provide logic in xmc4_boardinitialize() to configure SPI chip select
* pins.
@@ -113,6 +113,7 @@ void weak_function xmc4_spidev_initialize(void)
* the SPI MMC/SD driver).
*
****************************************************************************/
/****************************************************************************
* Name: xmc4_spi[n]select
*