mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
boards: remove reference to non-existent readme
Most references to the readmes have been removed. The removed references didn't make much sense and were inconsistent with other sections of the code. Some sections linked to the readme, others didn't. More importantly, most boards don't have any readme references. Let's not treat developers as fools who need to be reminded at every step to check the readme (which doesn't exit anymore anyway). Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# See boards/lpc4088-devkit/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# See boards/lpc4088-quickstart/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# See Documentation/platforms/arm/lpc40xx/boards/lx_cpu/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See boards/olimex-lpc1766stk/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See boards/open1788/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/lpc214x/boards/zp214xpa/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/lpc31xx/boards/olimex-lpc-h3131/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See boards README.txt for information about this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -206,7 +206,6 @@
|
||||
*
|
||||
* The Mikroe-STM32F4 board has no on-board serial devices, but it brings out
|
||||
* UART2 to the expansion header.
|
||||
* (See the README.txt file for other options)
|
||||
*/
|
||||
|
||||
#define GPIO_USART2_RX GPIO_USART2_RX_2
|
||||
@@ -234,7 +233,7 @@
|
||||
#define DMACHAN_SPI3_RX DMAMAP_SPI3_RX_2
|
||||
#define DMACHAN_SPI3_TX DMAMAP_SPI3_TX_2
|
||||
|
||||
/* Timer Inputs/Outputs (see the README.txt file for options) */
|
||||
/* Timer Inputs/Outputs */
|
||||
|
||||
#define GPIO_TIM2_CH1IN GPIO_TIM2_CH1IN_2
|
||||
#define GPIO_TIM2_CH2IN GPIO_TIM2_CH2IN_1
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
/* Clocking *****************************************************************/
|
||||
|
||||
/* The STM32F4 Discovery board features a single 8MHz crystal.
|
||||
/* The STM32F429I-DISCO board features a single 8MHz crystal.
|
||||
* Space is provided for a 32kHz RTC backup crystal, but it is not stuffed.
|
||||
*
|
||||
* This is the canonical configuration:
|
||||
@@ -185,7 +185,7 @@
|
||||
|
||||
/* Button definitions *******************************************************/
|
||||
|
||||
/* The STM32F4 Discovery supports one button: */
|
||||
/* The STM32F429I-DISCO supports one button: */
|
||||
|
||||
#define BUTTON_USER 0
|
||||
|
||||
@@ -197,9 +197,9 @@
|
||||
|
||||
/* USART1:
|
||||
*
|
||||
* The STM32F4 Discovery has no on-board serial devices, but the console is
|
||||
* The STM32F429I-DISCO has no on-board serial devices, but the console is
|
||||
* brought out to PA9 (TX) and PA10 (RX) for connection to an external serial
|
||||
* device. (See the README.txt file for other options)
|
||||
* device.
|
||||
*/
|
||||
|
||||
#define GPIO_USART1_RX GPIO_USART1_RX_1
|
||||
@@ -209,12 +209,13 @@
|
||||
#define GPIO_USART3_TX GPIO_USART3_TX_1
|
||||
|
||||
/* CAN: */
|
||||
|
||||
#define GPIO_CAN1_RX GPIO_CAN1_RX_2
|
||||
#define GPIO_CAN1_TX GPIO_CAN1_TX_2
|
||||
|
||||
/* PWM
|
||||
*
|
||||
* The STM32F4 Discovery has no real on-board PWM devices, but the board can
|
||||
* The STM32F429I-DISCO has no real on-board PWM devices, but the board can
|
||||
* be configured to output a pulse train using TIM4 CH2 on PD13.
|
||||
*/
|
||||
|
||||
@@ -250,7 +251,7 @@
|
||||
#define GPIO_FMC_SDNE1 GPIO_FMC_SDNE1_1
|
||||
#define GPIO_FMC_SDNWE GPIO_FMC_SDNWE_1
|
||||
|
||||
/* Timer Inputs/Outputs (see the README.txt file for options) */
|
||||
/* Timer Inputs/Outputs */
|
||||
|
||||
#define GPIO_TIM2_CH1IN GPIO_TIM2_CH1IN_2
|
||||
#define GPIO_TIM2_CH2IN GPIO_TIM2_CH2IN_1
|
||||
|
||||
@@ -261,7 +261,7 @@
|
||||
*
|
||||
* The STM32F4 Discovery has no on-board serial devices, but the console is
|
||||
* brought out to PA2 (TX) and PA3 (RX) for connection to an external serial
|
||||
* device. (See the README.txt file for other options)
|
||||
* device.
|
||||
*
|
||||
* These pins selections, however, conflict with pin usage on the
|
||||
* STM32F4DIS-BB.
|
||||
@@ -384,7 +384,7 @@
|
||||
#define GPIO_I2C1_SCL GPIO_I2C1_SCL_1
|
||||
#define GPIO_I2C1_SDA GPIO_I2C1_SDA_2
|
||||
|
||||
/* Timer Inputs/Outputs (see the README.txt file for options) */
|
||||
/* Timer Inputs/Outputs */
|
||||
|
||||
#define GPIO_TIM2_CH1IN GPIO_TIM2_CH1IN_2
|
||||
#define GPIO_TIM2_CH2IN GPIO_TIM2_CH2IN_1
|
||||
|
||||
@@ -99,7 +99,7 @@ static void stm32_backlight(struct ssd1289_lcd_s *dev, int power);
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/* LCD pin mapping (see boards/arm/stm32/stm324discovery/README.txt
|
||||
/* LCD pin mapping
|
||||
* MAPPING TO STM32 F4:
|
||||
*
|
||||
* ---------------- ------------- ----------------------------------
|
||||
|
||||
@@ -298,7 +298,7 @@
|
||||
#define GPIO_MPL115A_CS (GPIO_OUTPUT | GPIO_CNF_OUTPP | GPIO_MODE_50MHz | \
|
||||
GPIO_OUTPUT_SET | GPIO_PORTB | GPIO_PIN6)
|
||||
|
||||
/* FT80x GUI Discrete I/O (See README.txt for details):
|
||||
/* FT80x GUI Discrete I/O:
|
||||
*
|
||||
* ------ ----------- --------------------
|
||||
* NAME VIEWTOOL STM32
|
||||
@@ -323,7 +323,7 @@
|
||||
#define GPIO_FT80_PD (GPIO_OUTPUT | GPIO_CNF_OUTPP | GPIO_MODE_50MHz | \
|
||||
GPIO_OUTPUT_CLEAR | GPIO_PORTC| GPIO_PIN5)
|
||||
|
||||
/* MAX3421E USB HOST Discrete I/O (See README.txt for details):
|
||||
/* MAX3421E USB HOST Discrete I/O:
|
||||
*
|
||||
* ------ ----------- --------------------
|
||||
* NAME VIEWTOOL STM32
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/dk-tm4c129x/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/lm3s6965-ek/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/lm4f120-launchpad/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/tm4c123g-launchpad/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/tm4c1294-launchpad/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# See Documentation/platforms/arm/tiva/boards/tm4c129e-launchpad/README.txt for information about
|
||||
# this file.
|
||||
# See board documentation page for information about this file.
|
||||
|
||||
TOPDIR=$1
|
||||
USAGE="$0 <TOPDIR> [-d]"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* controller
|
||||
*/
|
||||
|
||||
/* LCD pin mapping (see boards/sure-pic32mx/README.txt)
|
||||
/* LCD pin mapping
|
||||
*
|
||||
* --------------------- ---------- ----------------------------------
|
||||
* PIC32 Sure JP1 Sure Signal Description
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#define GPIO_FLASH_LED (GPIO_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTF | GPIO_PIN0)
|
||||
#define GPIO_ERROR_LED (GPIO_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTF | GPIO_PIN1)
|
||||
|
||||
/* LCD pin mapping (see boards/sure-pic32mx/README.txt)
|
||||
/* LCD pin mapping
|
||||
*
|
||||
* --------------------- ---------- ----------------------------------
|
||||
* PIC32 Sure JP1 Sure Signal Description
|
||||
|
||||
Reference in New Issue
Block a user