diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 35d85697552..6f6224d5cc0 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: April 15, 2018
+ Last Updated: May 24, 2018
|
@@ -5110,12 +5110,6 @@ Mem: 29232 5920 23312 23312
A basic port for the Nucleo-144 board with the STM32F746ZG MCU was contributed in NuttX-7.16 by Kconstantin Berezenko.
-
-
- RAF Research Indium-F7 board.
- A port to the RAF Research Indium-F7 board with the STM32F746ZG MCU was contributed in NuttX-7.24 by Bob Feretich (there are actually variants of the Indium boards with F722, F746, and F767 parts).
-
-
diff --git a/Documentation/README.html b/Documentation/README.html
index 62dacef0f27..1a814b5f29d 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -8,7 +8,7 @@
NuttX README Files
- Last Updated: May 1, 2018
+ Last Updated: May 24, 2018
|
@@ -120,8 +120,6 @@ nuttx/
| | `- README.txt
| |- imxrt1050-evk/
| | `- README.txt
- | |- indium-f7/
- | | `- README.txt
| |- kwikstik-k40/
| | `- README.txt
| |- launchxl-tms57004/
diff --git a/README.txt b/README.txt
index f45f4eb9fe4..59e1078f2c7 100644
--- a/README.txt
+++ b/README.txt
@@ -1711,8 +1711,6 @@ nuttx/
| | `- README.txt
| |- imxrt1050-evk
| | `- README.txt
- | |- indium-f7
- | | `- README.txt
| |- kwikstik-k40/
| | `- README.txt
| |- launchxl-tms57004/
diff --git a/configs/Kconfig b/configs/Kconfig
index 6e215cd2ed7..30918bfe692 100644
--- a/configs/Kconfig
+++ b/configs/Kconfig
@@ -292,21 +292,6 @@ config ARCH_BOARD_IMXRT1050_EVK
This is the board configuratino for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1050-EVKB. This board features the MIMXRT1052DVL6A MCU.
-config ARCH_BOARD_INDIUM_F7
- bool "Indium-F7"
- depends on ARCH_CHIP_STM32F722RE || ARCH_CHIP_STM32F722ZE || ARCH_CHIP_STM32F746ZG || ARCH_CHIP_STM32F767ZI
- select ARCH_HAVE_LEDS
- select ARCH_HAVE_BUTTONS
- select ARCH_HAVE_IRQBUTTONS
- ---help---
- Enables board support for the RAF Research Indium-F7 board and using
- STMicro Nucleo-144 boards for interim support. The Indium-F7 board
- is a special purpose board created by RAF Research LLC. It is
- possible to develop basic Indium-F7 software using STMicro Nucleo-144
- development boards. This board support directory provides support for
- developing software on both native Indium-F7 hardware and for three
- STM32F7 Nucleo-144 development boards.
-
config ARCH_BOARD_LC823450_XGEVK
bool "ON Semiconductor LC823450-XGEVK development board"
depends on ARCH_CHIP_LC823450
@@ -1671,7 +1656,6 @@ config ARCH_BOARD
default "freedom-kl26z" if ARCH_BOARD_FREEDOM_KL26Z
default "hymini-stm32v" if ARCH_BOARD_HYMINI_STM32V
default "imxrt1050-evk" if ARCH_BOARD_IMXRT1050_EVK
- default "indium-f7" if ARCH_BOARD_INDIUM_F7
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40
default "launchxl-tms57004" if ARCH_BOARD_LAUNCHXL_TMS57004
default "lc823450-xgevk" if ARCH_BOARD_LC823450_XGEVK
@@ -1918,9 +1902,6 @@ endif
if ARCH_BOARD_IMXRT1050_EVK
source "configs/imxrt1050-evk/Kconfig"
endif
-if ARCH_BOARD_INDIUM_F7
-source "configs/indium-f7/Kconfig"
-endif
if ARCH_BOARD_KWIKSTIK_K40
source "configs/kwikstik-k40/Kconfig"
endif
diff --git a/configs/README.txt b/configs/README.txt
index 3532bb8a407..cb9aec6b9dc 100644
--- a/configs/README.txt
+++ b/configs/README.txt
@@ -293,15 +293,6 @@ configs/hymini-stm32v
A configuration for the HY-Mini STM32v board. This board is based on the
STM32F103VCT chip.
-configs/indium-f7
- This subdirectory holds board support for the RAF Research Indium-F7 board
- and using STMicro Nucleo-144 boards for interim support. The Indium-F7
- board is a special purpose board created by RAF Research LLC. It is
- possible to develop basic Indium-F7 software using STMicro Nucleo-144
- development boards. This board support directory provides support for
- developing software on both native Indium-F7 hardware and for three
- STM32F7 Nucleo-144 development boards.
-
configs/kwikstik-k40.
Kinetis K40 Cortex-M4 MCU. This port uses the NXP/FreeScale KwikStik-K40
development board.
diff --git a/configs/indium-f7/Kconfig b/configs/indium-f7/Kconfig
deleted file mode 100644
index bdf0fe36670..00000000000
--- a/configs/indium-f7/Kconfig
+++ /dev/null
@@ -1,213 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see the file kconfig-language.txt in the NuttX tools repository.
-#
-
-comment "Using Nucleo-144-F7 Board."
-choice
- prompt "Select Clock Source."
- default INDIUM_CLOCK_MCO
- ---help---
- Select the final clock source.
-
- MCO - Clock provided by the ST-LINK
-
- HSI - Internal High Speed Oscillator.
-
-config INDIUM_CLOCK_MCO
- bool "MCO 8-MHz"
-
-config INDIUM_CLOCK_HSI
- bool "HSI 16-MHz"
-
-endchoice # "Select Clock Source."
-
-choice
- prompt "Select Console wiring."
- default INDIUM_CONSOLE_MORPHO_UART4
- ---help---
- Select where you will connect the console.
-
- Virtual COM Port:
-
- Advantage: Use the ST-Link as a console. No Extra wiring
- neded.
-
- Disdvantage: Not the best choice for initanl bring up.
-
- ARDUINO Connector:
-
- Advantage: You have a shield so it is
- easy.
-
- Disdvantage: You loose the use of the
- other functions on PC6, PC7
-
- STM32F7
- ARDUIONO FUNCTION GPIO
- -- ----- --------- ----
- DO RX USART6_RX PG9
- D1 TX USART6_TX PG14
- -- ----- --------- ---
-
- OR
-
- Morpho Connector:
-
- STM32F7
- MORPHO FUNCTION GPIO
- -------- --------- -----
- CN12-64 UART8_RX PE0
- CN11-61 UART8_TX PE1
- -------- --------- -----
-
- OR
-
- Morpho Connector UART4:
-
- STM32F7
- MORPHO FUNCTION GPIO
- -------- --------- -----
- CN11-30 UART4_RX PA0
- CN11-28 UART4_TX PA1
- -------- --------- -----
- Note: SB13 must be removed to disable Ethernet.
-
-config INDIUM_CONSOLE_ARDUINO
- bool "Arduino Connector"
- select STM32F7_USART6
- select USART6_SERIALDRIVER
- select USART6_SERIAL_CONSOLE
-
-config INDIUM_CONSOLE_VIRTUAL
- bool "Virtual Comport"
- select STM32F7_USART3
- select USART3_SERIALDRIVER
- select USART3_SERIAL_CONSOLE
-
-config INDIUM_CONSOLE_MORPHO
- bool "Morpho Connector"
- select STM32F7_UART8
- select UART8_SERIALDRIVER
- select UART8_SERIAL_CONSOLE
-
-config INDIUM_CONSOLE_MORPHO_UART4
- bool "Morpho Connector UART4"
- select STM32F7_UART4
- select UART4_SERIALDRIVER
- select UART4_SERIAL_CONSOLE
-
-config INDIUM_CONSOLE_NONE
- bool "No Console"
-
-endchoice # "Select Console wiring"
-
-config NUCLEO_SPI_TEST
- bool "Enable SPI test"
- default n
- ---help---
- Enable Spi test - initalize and configure SPI to send
- NUCLEO_SPI_TEST_MESSAGE text. The text is sent on the
- selected SPI Buses with the configured parameters.
- Note the CS lines will not be asserted.
-
-if NUCLEO_SPI_TEST
-
-config NUCLEO_SPI_TEST_MESSAGE
- string "Text to Send on SPI Bus(es)"
- default "Hello World"
- depends on NUCLEO_SPI_TEST
- ---help---
- Text to sent on SPI bus(es)
-
-config NUCLEO_SPI1_TEST
- bool "Test SPI bus 1"
- default n
- depends on NUCLEO_SPI_TEST
- ---help---
- Enable Spi test - on SPI BUS 1
-
-if NUCLEO_SPI1_TEST
-
-config NUCLEO_SPI1_TEST_FREQ
- int "SPI 1 Clock Freq in Hz"
- default 1000000
- depends on NUCLEO_SPI1_TEST
- ---help---
- Sets SPI 1 Clock Freq
-
-config NUCLEO_SPI1_TEST_BITS
- int "SPI 1 number of bits"
- default 8
- depends on NUCLEO_SPI1_TEST
- ---help---
- Sets SPI 1 bit length
-
-choice
- prompt "SPI BUS 1 Clock Mode"
- default INDIUM_SPI1_TEST_MODE3
- ---help---
- Sets SPI 1 clock mode
-
-config INDIUM_SPI1_TEST_MODE0
- bool "CPOL=0 CHPHA=0"
-
-config INDIUM_SPI1_TEST_MODE1
- bool "CPOL=0 CHPHA=1"
-
-config INDIUM_SPI1_TEST_MODE2
- bool "CPOL=1 CHPHA=0"
-
-config INDIUM_SPI1_TEST_MODE3
- bool "CPOL=1 CHPHA=1"
-
-endchoice # "SPI BUS 1 Clock Mode"
-
-endif # INDIUM_SPI1_TEST
-
-config NUCLEO_SPI2_TEST
- bool "Test SPI bus 2"
- default n
- depends on NUCLEO_SPI_TEST
- ---help---
- Enable Spi test - on SPI BUS 2
-
-if INDIUM_SPI2_TEST
-
-config NUCLEO_SPI2_TEST_FREQ
- int "SPI 2 Clock Freq in Hz"
- default 12000000
- depends on NUCLEO_SPI2_TEST
- ---help---
- Sets SPI 2 Clock Freq
-
-config NUCLEO_SPI2_TEST_BITS
- int "SPI 2 number of bits"
- default 8
- depends on NUCLEO_SPI2_TEST
- ---help---
- Sets SPI 2 bit length
-
-choice
- prompt "SPI BUS 2 Clock Mode"
- default INDIUM_SPI2_TEST_MODE3
- ---help---
- Sets SPI 2 clock mode
-
-config INDIUM_SPI2_TEST_MODE0
- bool "CPOL=0 CHPHA=0"
-
-config INDIUM_SPI2_TEST_MODE1
- bool "CPOL=0 CHPHA=1"
-
-config INDIUM_SPI2_TEST_MODE2
- bool "CPOL=1 CHPHA=0"
-
-config INDIUM_SPI2_TEST_MODE3
- bool "CPOL=1 CHPHA=1"
-
-endchoice # "SPI BUS 2 Clock Mode"
-
-endif # NUCLEO_SPI2_TEST
-endif # NUCLEO_SPI_TEST
-
diff --git a/configs/indium-f7/README.txt b/configs/indium-f7/README.txt
deleted file mode 100644
index 11830ea9402..00000000000
--- a/configs/indium-f7/README.txt
+++ /dev/null
@@ -1,284 +0,0 @@
-README
-======
-
-This README discusses issues unique to NuttX configurations for the RAF Research
-Indium-F7 board and using STMicro Nucleo-144 boards for interim support.
-
-Contents
-========
-
- - Indium-F7 Boards
- - Indium-F7 interim boards (Nucleo-F722ZE, Nucleo-F746ZG, Nucleo-F767ZI)
- - Development Environment
- - Basic configuaration & build steps
- - Configurations
- f722-nsh, f746-nsh, and f767-nsh
-
-Indium-F7 Boards:
-=================
-
-The Indium-F7 board is a is a special purpose board created by RAF Research LLC.
-Currently very few Indium-F7 boards exist and those that do are undergoing hardware
-feature checkout. However, it is possible to develop basic Indium-F7 software using
-STMicro Nucleo-144 development boards. This config directory provides support for
-developing software on both native Indium-F7 hardware and for three STM32F7 Nucleo-144
-development boards.
-
-The configurations supported include:
-
- STM32 MCU Board Variant Config used
- ------------- ------------- ------------------
- STM32F722RET6 Indium-F7 indium-f7/f722-nsh Note1
- STM32F722ZET6 NUCLEO-F722ZE indium-f7/f722-nsh Note1
- STM32F746ZGT6 NUCLEO-F746ZG indium-f7/f746-nsh
- STM32F767ZIT6 NUCLEO-F767ZI indium-f7/f767-nsh
- Note1: Chip selection ('R' vs 'Z') designates the board being used.
- ------------- ------------------
-
-Common Board Features:
----------------------
-
- Peripherals: 4 leds, 1 push button (3 LEDs, 1 button) under software
- control
- Debug: Indium-F7 board need separate ST-Link/V2 programmers.
- Nucleo have built-in ST-Link/V2 equivalent programmers.
- Serial Console: Indium-F7 boards require nsh console on UART4 (Morpho Connector).
- Nucleo boards can use the UART4 (Morpho Connector) console or
- the NuttX "Virtual Console" (USART3).
-
-Basic configuration & build steps
-==================================
-
- A GNU GCC-based toolchain is assumed. The PATH environment variable should
- be modified to point to the correct path to the Cortex-M7 GCC toolchain (if
- different from the default in your PATH variable).
-
- - Configures nuttx creating .config file in the nuttx directory.
- $ tools/configure.sh indium-f7/f7nn-nsh
- - Refreshes the .config file with the latest available configurations.
- $ make oldconfig
- - Select the features you want in the build.
- $ make menuconfig
- - Builds Nuttx with the features you selected.
- $ make
-
-Nucleo Hardware Notes
-=====================
-
- GPIO - there are 144 I/O lines on the STM32F7xxZxT6 with various pins pined out
- on the Nucleo 144.
-
- See https://developer.mbed.org/platforms/ST-Nucleo-F746ZG/ for slick graphic
- pinouts.
-
- Keep in mind that:
- 1) The I/O is 3.3 Volt not 5 Volt like on the Arduino products.
- 2) The Nucleo-144 board family has 3 pages of Solder Bridges AKA Solder
- Blobs (SB) that can alter the factory configuration. We will note SB
- in effect but will assume the facitory defualt settings.
-
- Our main concern is establishing a console and LED utilization for
- debugging. Because so many pins can be multiplexed with so many functions,
- the above mentioned graphic may be helpful in indentifying a serial port.
-
- There are 5 choices that can be made from the menuconfig:
-
- CONFIG_NUCLEO_CONSOLE_ARDUINO or CONFIG_NUCLEO_CONSOLE_MORPHO or
- CONFIG_NUCLEO_CONSOLE_MORPHO_UART4 or CONFIG_NUCLEO_CONSOLE_VIRTUAL or
- CONFIG_NUCLEO_CONSOLE_NONE
-
- For Indium software development we strongly recommend selecting
- CONFIG_NUCLEO_CONSOLE_MORPHO_UART4. However, CONFIG_NUCLEO_CONSOLE_VIRTUAL
- is also supported when using Nucleo boards.
-
- The CONFIG_NUCLEO_CONSOLE_MORPHO_UART4 configurations uses Serial Port 4 (UART4)
- with TX on PA1 and RX on PA0. Zero Ohm resistor / solder short at
- SB13 must be removed/open. (Disables Ethernet MII clocking.)
- Serial
- ------
- SERIAL_RX PA_1 CN11 30
- SERIAL_TX PA_0 CN11 28
-
- The CONFIG_NUCLEO_CONSOLE_VIRTUAL configurations uses Serial Port 3 (USART3)
- with TX on PD8 and RX on PD9.
- Serial
- ------
- SERIAL_RX PD9
- SERIAL_TX PD8
-
- These signals are internally connected to the on-board ST-Link.
-
- Buttons
- -------
- The button is connected to the I/O PC15.
-
- LEDs
- ----
- The Board provides a 3 user LEDs, LD1-LD3
- LED1 (Green) PC1
- LED2 (Blue) PC6
- LED3 (Red) PH1
-
- - When the I/O is HIGH value, the LEDs are on.
- - When the I/O is LOW, the LEDs are off.
-
- These LEDs are not used by the board port unless CONFIG_ARCH_LEDS is
- defined. In that case, the usage by the board port is defined in
- include/board.h and src/stm32_autoleds.c. The LEDs are used to encode OS
- related events as follows when the LEDs are available:
-
- SYMBOL Meaning RED GREEN BLUE
- ------------------- ----------------------- --- ----- ----
-
- LED_STARTED NuttX has been started OFF OFF OFF
- LED_HEAPALLOCATE Heap has been allocated OFF OFF ON
- LED_IRQSENABLED Interrupts enabled OFF ON OFF
- LED_STACKCREATED Idle stack created OFF ON ON
- LED_INIRQ In an interrupt NC NC ON (momentary)
- LED_SIGNAL In a signal handler NC ON OFF (momentary)
- LED_ASSERTION An assertion failed ON NC ON (momentary)
- LED_PANIC The system has crashed ON OFF OFF (flashing 2Hz)
- LED_IDLE MCU is is sleep mode ON OFF OFF
-
-
-OFF - means that the OS is still initializing. Initialization is very fast
- so if you see this at all, it probably means that the system is
- hanging up somewhere in the initialization phases.
-
-GREEN - This means that the OS completed initialization.
-
-BLUE - Whenever and interrupt or signal handler is entered, the BLUE LED is
- illuminated and extinguished when the interrupt or signal handler
- exits.
-
-VIOLET - If a recovered assertion occurs, the RED and blue LED will be
- illuminated briefly while the assertion is handled. You will
- probably never see this.
-
-Flashing RED - In the event of a fatal crash, all other LEDs will be
- extinguished and RED LED will FLASH at a 2Hz rate.
-
-
- Thus if the GREEN LED is lit, NuttX has successfully booted and is,
- apparently, running normally. If the RED LED is flashing at
- approximately 2Hz, then a fatal error has been detected and the system has
- halted.
-
-
-
- You must use a 3.3 TTL to RS-232 converter or a USB to 3.3V TTL
-
- Nucleo 144 FTDI TTL-232R-3V3
- ------------- -------------------
- TXD - CN11-61 - RXD - Pin 5 (Yellow)
- RXD - CN12-64 - TXD - Pin 4 (Orange)
- GND CN12-63 - GND Pin 1 (Black)
- ------------- -------------------
-
- *Note you will be reverse RX/TX
-
- Virtual COM Port (CONFIG_NUCLEO_CONSOLE_VIRTUAL)
- ----------------
- Yet another option is to use USART3 and the USB virtual COM port. This
- option may be more convenient for long term development, but is painful
- to use during board bring-up.
-
-Configurations
-==============
-
-f7xx-nsh:
----------
- Configures the NuttShell (nsh) located at apps/examples/nsh for the
- Nucleo-144 boards. The Configuration enables the serial interfaces
- on USART6. Support for builtin applications is enabled, but in the base
- configuration no builtin applications are selected (see NOTES below).
-
- NOTES:
-
- 1. This configuration uses the mconf-based configuration tool. To
- change this configuration using that tool, you should:
-
- a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- see additional README.txt files in the NuttX tools repository.
-
- b. If this is the intall configuration then Execute
- 'tools/configure.sh indium-f7/nsh' in nuttx/ in order to start the
- configuration process.
- Caution: Doing this step more than once will overwrite .config with
- the contents of the indium-f7/nsh/defconfig file.
-
- c. Execute 'make oldconfig' in nuttx/ in order to refresh the
- configuration.
-
- d. Execute 'make menuconfig' in nuttx/ in order to start the
- reconfiguration process.
-
- e. Save the .config file to reuse it in the future starting at step d.
-
- 2. By default, this configuration uses the ARM GNU toolchain
- for Linux. That can easily be reconfigured, of course.
-
- CONFIG_HOST_LINUX=y : Builds under Linux
- CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL=y : ARM GNU for Linux
-
- 3. The serial console may be configured to use either USART3 (which would
- correspond to the Virtual COM port) or with the console device
- configured for USART6 to support an Arduino serial shield (see
- instructions above under "Serial Consoles). You will need to check the
- defconfig file to see how the console is set up and, perhaps, modify
- the configuration accordingly.
-
- To select the Virtual COM port:
-
- -CONFIG_NUCLEO_CONSOLE_ARDUINO
- +CONFIG_NUCLEO_CONSOLE_VIRTUAL=y
- -CONFIG_USART6_SERIAL_CONSOLE=y
- +CONFIG_USART3_SERIAL_CONSOLE=y
-
- To select the Arduino serial shield:
-
- -CONFIG_NUCLEO_CONSOLE_VIRTUAL=y
- +CONFIG_NUCLEO_CONSOLE_ARDUINO
- -CONFIG_USART3_SERIAL_CONSOLE=y
- +CONFIG_USART6_SERIAL_CONSOLE=y
-
- Default values for other settings associated with the select USART should
- be correct.
-
-f7xx-evalos:
-------------
- This configuration is designed to test the features of the board.
- - Configures the NuttShell (nsh) located at apps/examples/nsh for the
- Nucleo-144 boards. The console is available on serial interface USART3,
- which is accessible over the USB ST-Link interface.
- - Configures nsh with advanced features such as autocompletion.
- - Configures the on-board LEDs to work with the 'leds' example app.
- - Configures the 'helloxx' example app.
-
- NOTES:
-
- 1. This configuration uses the mconf-based configuration tool. To
- change this configuration using that tool, you should:
-
- a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- see additional README.txt files in the NuttX tools repository.
-
- b. If this is the intall configuration then Execute
- 'tools/configure.sh indium-f7/evalos' in nuttx/ in order to start
- configuration process.
- Caution: Doing this step more than once will overwrite .config with
- the contents of the indium-f7/evalos/defconfig file.
-
- c. Execute 'make oldconfig' in nuttx/ in order to refresh the
- configuration.
-
- d. Execute 'make menuconfig' in nuttx/ in order to start the
- reconfiguration process.
-
- e. Save the .config file to reuse it in the future starting at step d.
-
- 2. By default, this configuration uses the ARM GNU toolchain
- for Linux. That can easily be reconfigured, of course.
-
- CONFIG_HOST_LINUX=y : Builds under Linux
- CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL=y : ARM GNU for Linux
diff --git a/configs/indium-f7/f722-nsh/Make.defs b/configs/indium-f7/f722-nsh/Make.defs
deleted file mode 100644
index 152a3cf7a18..00000000000
--- a/configs/indium-f7/f722-nsh/Make.defs
+++ /dev/null
@@ -1,114 +0,0 @@
-############################################################################
-# configs/indium-f7/f722-nsh/Make.defs
-#
-# Copyright (C) 2017 Gregory Nutt. All rights reserved.
-# Authors: Gregory Nutt
-# David Sidrane
-# Bob Feretich
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-# 3. Neither the name NuttX nor the names of its contributors may be
-# used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-############################################################################
-
-include ${TOPDIR}/.config
-include ${TOPDIR}/tools/Config.mk
-include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
-
-LDSCRIPT = f722-flash.ld
-
-ifeq ($(WINTOOL),y)
- # Windows-native toolchains
- DIRLINK = $(TOPDIR)/tools/copydir.sh
- DIRUNLINK = $(TOPDIR)/tools/unlink.sh
- MKDEP = $(TOPDIR)/tools/mkwindeps.sh
- ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
- ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
- ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
-else
- # Linux/Cygwin-native toolchain
- MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
- ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
- ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
- ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
-endif
-
-CC = $(CROSSDEV)gcc
-CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gcc -E
-LD = $(CROSSDEV)ld
-STRIP = $(CROSSDEV)strip --strip-unneeded
-AR = $(ARCROSSDEV)ar rcs
-NM = $(ARCROSSDEV)nm
-OBJCOPY = $(CROSSDEV)objcopy
-OBJDUMP = $(CROSSDEV)objdump
-
-ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
-ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
-
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- ARCHOPTIMIZATION = -g
-endif
-
-ifneq ($(CONFIG_DEBUG_NOOPT),y)
- ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
-endif
-
-ARCHCFLAGS = -fno-builtin
-ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fcheck-new -fno-rtti
-ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
-ARCHWARNINGSXX = -Wall -Wshadow -Wundef
-ARCHDEFINES =
-ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
-
-CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
-CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
-CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
-AFLAGS = $(CFLAGS) -D__ASSEMBLY__
-
-NXFLATLDFLAGS1 = -r -d -warn-common
-NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
-LDNXFLATFLAGS = -e main -s 2048
-
-ASMEXT = .S
-OBJEXT = .o
-LIBEXT = .a
-EXEEXT =
-
-ifneq ($(CROSSDEV),arm-nuttx-elf-)
- LDFLAGS += -nostartfiles -nodefaultlibs
-endif
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- LDFLAGS += -g
-endif
-
-HOSTCC = gcc
-HOSTINCLUDES = -I.
-HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
-HOSTLDFLAGS =
diff --git a/configs/indium-f7/f722-nsh/defconfig b/configs/indium-f7/f722-nsh/defconfig
deleted file mode 100644
index 0e8f51c7302..00000000000
--- a/configs/indium-f7/f722-nsh/defconfig
+++ /dev/null
@@ -1,49 +0,0 @@
-# CONFIG_ARCH_FPU is not set
-# CONFIG_NSH_DISABLE_IFCONFIG is not set
-# CONFIG_NSH_DISABLE_PS is not set
-CONFIG_ARCH_BOARD_INDIUM_F7=y
-CONFIG_ARCH_BOARD="indium-f7"
-CONFIG_ARCH_CHIP_STM32F7=y
-CONFIG_ARCH_CHIP_STM32F722ZE=y
-CONFIG_ARCH_STACKDUMP=y
-CONFIG_ARCH="arm"
-CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y
-CONFIG_ARMV7M_DCACHE=y
-CONFIG_ARMV7M_DTCM=y
-CONFIG_ARMV7M_ICACHE=y
-CONFIG_BOARD_LOOPSPERMSEC=43103
-CONFIG_BUILTIN=y
-CONFIG_DEBUG_SYMBOLS=y
-CONFIG_DISABLE_POLL=y
-CONFIG_EXAMPLES_NSH=y
-CONFIG_HAVE_CXX=y
-CONFIG_HAVE_CXXINITIALIZE=y
-CONFIG_MAX_TASKS=16
-CONFIG_MAX_WDOGPARMS=2
-CONFIG_MM_REGIONS=2
-CONFIG_NFILE_DESCRIPTORS=8
-CONFIG_NFILE_STREAMS=8
-CONFIG_NSH_BUILTIN_APPS=y
-CONFIG_NSH_FILEIOSIZE=512
-CONFIG_NSH_LINELEN=64
-CONFIG_NSH_READLINE=y
-CONFIG_PREALLOC_MQ_MSGS=4
-CONFIG_PREALLOC_TIMERS=4
-CONFIG_PREALLOC_WDOGS=4
-CONFIG_RAM_SIZE=245760
-CONFIG_RAM_START=0x20010000
-CONFIG_RAW_BINARY=y
-CONFIG_RR_INTERVAL=200
-CONFIG_SCHED_WAITPID=y
-CONFIG_SDCLONE_DISABLE=y
-CONFIG_SERIAL_DISABLE_REORDERING=y
-CONFIG_SPI=y
-CONFIG_STACK_COLORATION=y
-CONFIG_START_DAY=30
-CONFIG_START_MONTH=11
-CONFIG_START_YEAR=2015
-CONFIG_STM32F7_SERIALBRK_BSDCOMPAT=y
-CONFIG_STM32F7_USART_BREAKS=y
-CONFIG_TASK_NAME_SIZE=0
-CONFIG_USER_ENTRYPOINT="nsh_main"
-CONFIG_WDOG_INTRESERVE=0
diff --git a/configs/indium-f7/f746-nsh/Make.defs b/configs/indium-f7/f746-nsh/Make.defs
deleted file mode 100644
index b7e9ccb567c..00000000000
--- a/configs/indium-f7/f746-nsh/Make.defs
+++ /dev/null
@@ -1,115 +0,0 @@
-############################################################################
-# configs/indium-f7/f746-nsh/Make.defs
-#
-# Copyright (C) 2017 Gregory Nutt. All rights reserved.
-# Authors: Gregory Nutt
-# David Sidrane
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-# 3. Neither the name NuttX nor the names of its contributors may be
-# used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-############################################################################
-
-include ${TOPDIR}/.config
-include ${TOPDIR}/tools/Config.mk
-include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
-
-LDSCRIPT = f746-flash.ld
-
-ifeq ($(WINTOOL),y)
- # Windows-native toolchains
- DIRLINK = $(TOPDIR)/tools/copydir.sh
- DIRUNLINK = $(TOPDIR)/tools/unlink.sh
- MKDEP = $(TOPDIR)/tools/mkwindeps.sh
- ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
- ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
- ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
-else
- # Linux/Cygwin-native toolchain
- MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
- ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
- ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
- ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
-endif
-
-CC = $(CROSSDEV)gcc
-CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gcc -E
-LD = $(CROSSDEV)ld
-STRIP = $(CROSSDEV)strip --strip-unneeded
-AR = $(ARCROSSDEV)ar rcs
-NM = $(ARCROSSDEV)nm
-OBJCOPY = $(CROSSDEV)objcopy
-OBJDUMP = $(CROSSDEV)objdump
-
-ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
-ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
-
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- ARCHOPTIMIZATION = -g
-endif
-
-ifneq ($(CONFIG_DEBUG_NOOPT),y)
- ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
-endif
-
-ARCHCFLAGS = -fno-builtin
-ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fcheck-new -fno-rtti
-ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
-ARCHWARNINGSXX = -Wall -Wshadow -Wundef
-ARCHDEFINES =
-ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
-
-CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
-CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
-CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
-AFLAGS = $(CFLAGS) -D__ASSEMBLY__
-
-NXFLATLDFLAGS1 = -r -d -warn-common
-NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
-LDNXFLATFLAGS = -e main -s 2048
-
-ASMEXT = .S
-OBJEXT = .o
-LIBEXT = .a
-EXEEXT =
-
-ifneq ($(CROSSDEV),arm-nuttx-elf-)
- LDFLAGS += -nostartfiles -nodefaultlibs
-endif
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- LDFLAGS += -g
-endif
-
-
-HOSTCC = gcc
-HOSTINCLUDES = -I.
-HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
-HOSTLDFLAGS =
-
diff --git a/configs/indium-f7/f746-nsh/defconfig b/configs/indium-f7/f746-nsh/defconfig
deleted file mode 100644
index 7cbe3b8643b..00000000000
--- a/configs/indium-f7/f746-nsh/defconfig
+++ /dev/null
@@ -1,49 +0,0 @@
-# CONFIG_ARCH_FPU is not set
-# CONFIG_NSH_DISABLE_IFCONFIG is not set
-# CONFIG_NSH_DISABLE_PS is not set
-CONFIG_ARCH_BOARD_INDIUM_F7=y
-CONFIG_ARCH_BOARD="indium-f7"
-CONFIG_ARCH_CHIP_STM32F7=y
-CONFIG_ARCH_CHIP_STM32F746ZG=y
-CONFIG_ARCH_STACKDUMP=y
-CONFIG_ARCH="arm"
-CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y
-CONFIG_ARMV7M_DCACHE=y
-CONFIG_ARMV7M_DTCM=y
-CONFIG_ARMV7M_ICACHE=y
-CONFIG_BOARD_LOOPSPERMSEC=43103
-CONFIG_BUILTIN=y
-CONFIG_DEBUG_SYMBOLS=y
-CONFIG_DISABLE_POLL=y
-CONFIG_EXAMPLES_NSH=y
-CONFIG_HAVE_CXX=y
-CONFIG_HAVE_CXXINITIALIZE=y
-CONFIG_MAX_TASKS=16
-CONFIG_MAX_WDOGPARMS=2
-CONFIG_MM_REGIONS=2
-CONFIG_NFILE_DESCRIPTORS=8
-CONFIG_NFILE_STREAMS=8
-CONFIG_NSH_BUILTIN_APPS=y
-CONFIG_NSH_FILEIOSIZE=512
-CONFIG_NSH_LINELEN=64
-CONFIG_NSH_READLINE=y
-CONFIG_PREALLOC_MQ_MSGS=4
-CONFIG_PREALLOC_TIMERS=4
-CONFIG_PREALLOC_WDOGS=4
-CONFIG_RAM_SIZE=245760
-CONFIG_RAM_START=0x20010000
-CONFIG_RAW_BINARY=y
-CONFIG_RR_INTERVAL=200
-CONFIG_SCHED_WAITPID=y
-CONFIG_SDCLONE_DISABLE=y
-CONFIG_SERIAL_DISABLE_REORDERING=y
-CONFIG_SPI=y
-CONFIG_STACK_COLORATION=y
-CONFIG_START_DAY=30
-CONFIG_START_MONTH=11
-CONFIG_START_YEAR=2015
-CONFIG_STM32F7_SERIALBRK_BSDCOMPAT=y
-CONFIG_STM32F7_USART_BREAKS=y
-CONFIG_TASK_NAME_SIZE=0
-CONFIG_USER_ENTRYPOINT="nsh_main"
-CONFIG_WDOG_INTRESERVE=0
diff --git a/configs/indium-f7/f767-nsh/Make.defs b/configs/indium-f7/f767-nsh/Make.defs
deleted file mode 100644
index 7d42f6554e1..00000000000
--- a/configs/indium-f7/f767-nsh/Make.defs
+++ /dev/null
@@ -1,115 +0,0 @@
-############################################################################
-# configs/indium-f7/f767-nsh/Make.defs
-#
-# Copyright (C) 2017 Gregory Nutt. All rights reserved.
-# Authors: Gregory Nutt
-# David Sidrane
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-# 3. Neither the name NuttX nor the names of its contributors may be
-# used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-############################################################################
-
-include ${TOPDIR}/.config
-include ${TOPDIR}/tools/Config.mk
-include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
-
-LDSCRIPT = f767-flash.ld
-
-ifeq ($(WINTOOL),y)
- # Windows-native toolchains
- DIRLINK = $(TOPDIR)/tools/copydir.sh
- DIRUNLINK = $(TOPDIR)/tools/unlink.sh
- MKDEP = $(TOPDIR)/tools/mkwindeps.sh
- ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
- ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
- ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
-else
- # Linux/Cygwin-native toolchain
- MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
- ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
- ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
- ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
-endif
-
-CC = $(CROSSDEV)gcc
-CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gcc -E
-LD = $(CROSSDEV)ld
-STRIP = $(CROSSDEV)strip --strip-unneeded
-AR = $(ARCROSSDEV)ar rcs
-NM = $(ARCROSSDEV)nm
-OBJCOPY = $(CROSSDEV)objcopy
-OBJDUMP = $(CROSSDEV)objdump
-
-ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
-ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
-
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- ARCHOPTIMIZATION = -g
-endif
-
-ifneq ($(CONFIG_DEBUG_NOOPT),y)
- ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
-endif
-
-ARCHCFLAGS = -fno-builtin
-ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fcheck-new -fno-rtti
-ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
-ARCHWARNINGSXX = -Wall -Wshadow -Wundef
-ARCHDEFINES =
-ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
-
-CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
-CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
-CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
-CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
-AFLAGS = $(CFLAGS) -D__ASSEMBLY__
-
-NXFLATLDFLAGS1 = -r -d -warn-common
-NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
-LDNXFLATFLAGS = -e main -s 2048
-
-ASMEXT = .S
-OBJEXT = .o
-LIBEXT = .a
-EXEEXT =
-
-ifneq ($(CROSSDEV),arm-nuttx-elf-)
- LDFLAGS += -nostartfiles -nodefaultlibs
-endif
-ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
- LDFLAGS += -g
-endif
-
-
-HOSTCC = gcc
-HOSTINCLUDES = -I.
-HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
-HOSTLDFLAGS =
-
diff --git a/configs/indium-f7/f767-nsh/defconfig b/configs/indium-f7/f767-nsh/defconfig
deleted file mode 100644
index 4aea913d34d..00000000000
--- a/configs/indium-f7/f767-nsh/defconfig
+++ /dev/null
@@ -1,49 +0,0 @@
-# CONFIG_ARCH_FPU is not set
-# CONFIG_NSH_DISABLE_IFCONFIG is not set
-# CONFIG_NSH_DISABLE_PS is not set
-CONFIG_ARCH_BOARD_INDIUM_F7=y
-CONFIG_ARCH_BOARD="indium-f7"
-CONFIG_ARCH_CHIP_STM32F7=y
-CONFIG_ARCH_CHIP_STM32F767ZI=y
-CONFIG_ARCH_STACKDUMP=y
-CONFIG_ARCH="arm"
-CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y
-CONFIG_ARMV7M_DCACHE=y
-CONFIG_ARMV7M_DTCM=y
-CONFIG_ARMV7M_ICACHE=y
-CONFIG_BOARD_LOOPSPERMSEC=43103
-CONFIG_BUILTIN=y
-CONFIG_DEBUG_SYMBOLS=y
-CONFIG_DISABLE_POLL=y
-CONFIG_EXAMPLES_NSH=y
-CONFIG_HAVE_CXX=y
-CONFIG_HAVE_CXXINITIALIZE=y
-CONFIG_MAX_TASKS=16
-CONFIG_MAX_WDOGPARMS=2
-CONFIG_MM_REGIONS=3
-CONFIG_NFILE_DESCRIPTORS=8
-CONFIG_NFILE_STREAMS=8
-CONFIG_NSH_BUILTIN_APPS=y
-CONFIG_NSH_FILEIOSIZE=512
-CONFIG_NSH_LINELEN=64
-CONFIG_NSH_READLINE=y
-CONFIG_PREALLOC_MQ_MSGS=4
-CONFIG_PREALLOC_TIMERS=4
-CONFIG_PREALLOC_WDOGS=4
-CONFIG_RAM_SIZE=245760
-CONFIG_RAM_START=0x20010000
-CONFIG_RAW_BINARY=y
-CONFIG_RR_INTERVAL=200
-CONFIG_SCHED_WAITPID=y
-CONFIG_SDCLONE_DISABLE=y
-CONFIG_SERIAL_DISABLE_REORDERING=y
-CONFIG_SPI=y
-CONFIG_STACK_COLORATION=y
-CONFIG_START_DAY=30
-CONFIG_START_MONTH=11
-CONFIG_START_YEAR=2015
-CONFIG_STM32F7_SERIALBRK_BSDCOMPAT=y
-CONFIG_STM32F7_USART_BREAKS=y
-CONFIG_TASK_NAME_SIZE=0
-CONFIG_USER_ENTRYPOINT="nsh_main"
-CONFIG_WDOG_INTRESERVE=0
diff --git a/configs/indium-f7/include/board.h b/configs/indium-f7/include/board.h
deleted file mode 100644
index 7ddd96fe8ee..00000000000
--- a/configs/indium-f7/include/board.h
+++ /dev/null
@@ -1,485 +0,0 @@
-/************************************************************************************
- * configs/indium-f7/include/board.h
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Mark Olsson
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ************************************************************************************/
-
-#ifndef __CONFIG_INDIUM_F7_INCLUDE_BOARD_H
-#define __CONFIG_INDIUM_F7_INCLUDE_BOARD_H
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-
-#ifndef __ASSEMBLY__
-# include
-#endif
-
-/************************************************************************************
- * Pre-processor Definitions
- ************************************************************************************/
-
-/* Clocking *************************************************************************/
-/* The Nucleo-144 board provides the following clock sources:
- *
- * MCO: 8 MHz from MCO output of ST-LINK is used as input clock
- * X2: 32.768 KHz crystal for LSE
- * X3: HSE crystal oscillator (not provided)
- *
- * So we have these clock source available within the STM32
- *
- * HSI: 16 MHz RC factory-trimmed
- * LSI: 32 KHz RC
- * HSE: 8 MHz from MCO output of ST-LINK
- * LSE: 32.768 kHz
- */
-
-#define STM32_BOARD_XTAL 8000000ul
-
-#define STM32_HSI_FREQUENCY 16000000ul
-#define STM32_LSI_FREQUENCY 32000
-#define STM32_HSE_FREQUENCY STM32_BOARD_XTAL
-#define STM32_LSE_FREQUENCY 32768
-
-/* Main PLL Configuration.
- *
- * If the HSI is selected then the PLL source is 16,000,000.
- * If the HSE is selected then the PLL source is 8,000,000.
- *
- * PLL_VCO = (PLL_source_frequency / PLLM) * PLLN
- * Subject to:
- *
- * 2 <= PLLM <= 63
- * 192 <= PLLN <= 432
- * 192 MHz <= PLL_VCO <= 432MHz
- *
- * SYSCLK = PLL_VCO / PLLP
- * Subject to
- *
- * PLLP = {2, 4, 6, 8}
- * SYSCLK <= 216 MHz
- *
- * USB OTG FS, SDMMC and RNG Clock = PLL_VCO / PLLQ
- * Subject to
- * The USB OTG FS requires a 48 MHz clock to work correctly. The SDMMC
- * and the random number generator need a frequency lower than or equal
- * to 48 MHz to work correctly.
- *
- * 2 <= PLLQ <= 15
- *
- * Choose highest SYSCLK with USB OTG FS clock = 48 MHz
- *
- */
-
-#if defined CONFIG_INDIUM_CLOCK_HSI
-
-/*
- * pll_clock_source = HSI = 16 MHz
- * PLL_VCO = (16,000,000 / 8) * 216 = 432 MHz
- * SYSCLK = 432 MHz / 2 = 216 MHz
- * USB OTG FS, SDMMC and RNG Clock = 432 MHz / 9 = 48 MHz
- */
-
-# define STM32_BOARD_USEHSI 1
-# define STM32_PLLCFG_PLLM RCC_PLLCFG_PLLM(8)
-# define STM32_PLLCFG_PLLN RCC_PLLCFG_PLLN(216)
-# define STM32_VCO_FREQUENCY ((STM32_HSI_FREQUENCY / 8) * 216)
-
-#else
-
-/*
- * pll_clock_source = MCO = 8 MHz
- * PLL_VCO = (8,000,000 / 4) * 216 = 432 MHz
- * SYSCLK = 432 MHz / 2 = 216 MHz
- * USB OTG FS, SDMMC and RNG Clock = 432 MHz / 9 = 48 MHz
- */
-
-# define STM32_BOARD_USEHSE 1
-# define STM32_PLLCFG_PLLM RCC_PLLCFG_PLLM(4)
-# define STM32_PLLCFG_PLLN RCC_PLLCFG_PLLN(216)
-# define STM32_VCO_FREQUENCY ((STM32_HSE_FREQUENCY / 4) * 216)
-
-#endif
-
-#define STM32_PLLCFG_PLLP RCC_PLLCFG_PLLP_2
-#define STM32_PLLCFG_PLLQ RCC_PLLCFG_PLLQ(9)
-
-#define STM32_SYSCLK_FREQUENCY (STM32_VCO_FREQUENCY / 2)
-#define STM32_OTGFS_FREQUENCY (STM32_VCO_FREQUENCY / 9)
-
-/* Configure factors for PLLSAI clock */
-
-#define CONFIG_STM32F7_PLLSAI 1
-#define STM32_RCC_PLLSAICFGR_PLLSAIN RCC_PLLSAICFGR_PLLSAIN(192)
-#define STM32_RCC_PLLSAICFGR_PLLSAIP RCC_PLLSAICFGR_PLLSAIP(8)
-#define STM32_RCC_PLLSAICFGR_PLLSAIQ RCC_PLLSAICFGR_PLLSAIQ(4)
-#define STM32_RCC_PLLSAICFGR_PLLSAIR RCC_PLLSAICFGR_PLLSAIR(2)
-
-/* Configure Dedicated Clock Configuration Register */
-
-#define STM32_RCC_DCKCFGR1_PLLI2SDIVQ RCC_DCKCFGR1_PLLI2SDIVQ(1)
-#define STM32_RCC_DCKCFGR1_PLLSAIDIVQ RCC_DCKCFGR1_PLLSAIDIVQ(1)
-#define STM32_RCC_DCKCFGR1_PLLSAIDIVR RCC_DCKCFGR1_PLLSAIDIVR(0)
-#define STM32_RCC_DCKCFGR1_SAI1SRC RCC_DCKCFGR1_SAI1SEL(0)
-#define STM32_RCC_DCKCFGR1_SAI2SRC RCC_DCKCFGR1_SAI2SEL(0)
-#define STM32_RCC_DCKCFGR1_TIMPRESRC 0
-#define STM32_RCC_DCKCFGR1_DFSDM1SRC 0
-#define STM32_RCC_DCKCFGR1_ADFSDM1SRC 0
-
-/* Configure factors for PLLI2S clock */
-
-#define CONFIG_STM32F7_PLLI2S 1
-#define STM32_RCC_PLLI2SCFGR_PLLI2SN RCC_PLLI2SCFGR_PLLI2SN(192)
-#define STM32_RCC_PLLI2SCFGR_PLLI2SP RCC_PLLI2SCFGR_PLLI2SP(2)
-#define STM32_RCC_PLLI2SCFGR_PLLI2SQ RCC_PLLI2SCFGR_PLLI2SQ(2)
-#define STM32_RCC_PLLI2SCFGR_PLLI2SR RCC_PLLI2SCFGR_PLLI2SR(2)
-
-/* Configure Dedicated Clock Configuration Register 2 */
-
-#define STM32_RCC_DCKCFGR2_USART1SRC RCC_DCKCFGR2_USART1SEL_APB
-#define STM32_RCC_DCKCFGR2_USART2SRC RCC_DCKCFGR2_USART2SEL_APB
-#define STM32_RCC_DCKCFGR2_UART4SRC RCC_DCKCFGR2_UART4SEL_APB
-#define STM32_RCC_DCKCFGR2_UART5SRC RCC_DCKCFGR2_UART5SEL_APB
-#define STM32_RCC_DCKCFGR2_USART6SRC RCC_DCKCFGR2_USART6SEL_APB
-#define STM32_RCC_DCKCFGR2_UART7SRC RCC_DCKCFGR2_UART7SEL_APB
-#define STM32_RCC_DCKCFGR2_UART8SRC RCC_DCKCFGR2_UART8SEL_APB
-#define STM32_RCC_DCKCFGR2_I2C1SRC RCC_DCKCFGR2_I2C1SEL_HSI
-#define STM32_RCC_DCKCFGR2_I2C2SRC RCC_DCKCFGR2_I2C2SEL_HSI
-#define STM32_RCC_DCKCFGR2_I2C3SRC RCC_DCKCFGR2_I2C3SEL_HSI
-#define STM32_RCC_DCKCFGR2_I2C4SRC RCC_DCKCFGR2_I2C4SEL_HSI
-#define STM32_RCC_DCKCFGR2_LPTIM1SRC RCC_DCKCFGR2_LPTIM1SEL_APB
-#define STM32_RCC_DCKCFGR2_CECSRC RCC_DCKCFGR2_CECSEL_HSI
-#define STM32_RCC_DCKCFGR2_CK48MSRC RCC_DCKCFGR2_CK48MSEL_PLL
-#define STM32_RCC_DCKCFGR2_SDMMCSRC RCC_DCKCFGR2_SDMMCSEL_48MHZ
-#define STM32_RCC_DCKCFGR2_SDMMC2SRC RCC_DCKCFGR2_SDMMC2SEL_48MHZ
-
-/* Several prescalers allow the configuration of the two AHB buses, the
- * high-speed APB (APB2) and the low-speed APB (APB1) domains. The maximum
- * frequency of the two AHB buses is 216 MHz while the maximum frequency of
- * the high-speed APB domains is 108 MHz. The maximum allowed frequency of
- * the low-speed APB domain is 54 MHz.
- */
-
-/* AHB clock (HCLK) is SYSCLK (216 MHz) */
-
-#define STM32_RCC_CFGR_HPRE RCC_CFGR_HPRE_SYSCLK /* HCLK = SYSCLK / 1 */
-#define STM32_HCLK_FREQUENCY STM32_SYSCLK_FREQUENCY
-#define STM32_BOARD_HCLK STM32_HCLK_FREQUENCY /* same as above, to satisfy compiler */
-
-/* APB1 clock (PCLK1) is HCLK/4 (54 MHz) */
-
-#define STM32_RCC_CFGR_PPRE1 RCC_CFGR_PPRE1_HCLKd4 /* PCLK1 = HCLK / 4 */
-#define STM32_PCLK1_FREQUENCY (STM32_HCLK_FREQUENCY/4)
-
-/* Timers driven from APB1 will be twice PCLK1 */
-
-#define STM32_APB1_TIM2_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM3_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM4_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM5_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM6_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM7_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM12_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM13_CLKIN (2*STM32_PCLK1_FREQUENCY)
-#define STM32_APB1_TIM14_CLKIN (2*STM32_PCLK1_FREQUENCY)
-
-/* APB2 clock (PCLK2) is HCLK/2 (108MHz) */
-
-#define STM32_RCC_CFGR_PPRE2 RCC_CFGR_PPRE2_HCLKd2 /* PCLK2 = HCLK / 2 */
-#define STM32_PCLK2_FREQUENCY (STM32_HCLK_FREQUENCY/2)
-
-/* Timers driven from APB2 will be twice PCLK2 */
-
-#define STM32_APB2_TIM1_CLKIN (2*STM32_PCLK2_FREQUENCY)
-#define STM32_APB2_TIM8_CLKIN (2*STM32_PCLK2_FREQUENCY)
-#define STM32_APB2_TIM9_CLKIN (2*STM32_PCLK2_FREQUENCY)
-#define STM32_APB2_TIM10_CLKIN (2*STM32_PCLK2_FREQUENCY)
-#define STM32_APB2_TIM11_CLKIN (2*STM32_PCLK2_FREQUENCY)
-
-/* SDMMC dividers. Note that slower clocking is required when DMA is disabled
- * in order to avoid RX overrun/TX underrun errors due to delayed responses
- * to service FIFOs in interrupt driven mode. These values have not been
- * tuned!!!
- *
- * SDMMCCLK=48MHz, SDMMC_CK=SDMMCCLK/(118+2)=400 KHz
- */
-
-#define STM32_SDMMC_INIT_CLKDIV (118 << STM32_SDMMC_CLKCR_CLKDIV_SHIFT)
-
-/* DMA ON: SDMMCCLK=48MHz, SDMMC_CK=SDMMCCLK/(1+2)=16 MHz
- * DMA OFF: SDMMCCLK=48MHz, SDMMC_CK=SDMMCCLK/(2+2)=12 MHz
- */
-
-#ifdef CONFIG_SDIO_DMA
-# define STM32_SDMMC_MMCXFR_CLKDIV (1 << STM32_SDMMC_CLKCR_CLKDIV_SHIFT)
-#else
-# define STM32_SDMMC_MMCXFR_CLKDIV (2 << STM32_SDMMC_CLKCR_CLKDIV_SHIFT)
-#endif
-
-/* DMA ON: SDMMCCLK=48MHz, SDMMC_CK=SDMMCCLK/(1+2)=16 MHz
- * DMA OFF: SDMMCCLK=48MHz, SDMMC_CK=SDMMCCLK/(2+2)=12 MHz
- */
-
-#ifdef CONFIG_SDIO_DMA
-# define STM32_SDMMC_SDXFR_CLKDIV (1 << STM32_SDMMC_CLKCR_CLKDIV_SHIFT)
-#else
-# define STM32_SDMMC_SDXFR_CLKDIV (2 << STM32_SDMMC_CLKCR_CLKDIV_SHIFT)
-#endif
-
-#if defined(CONFIG_STM32F7_SDMMC2)
-# define GPIO_SDMMC2_D0 GPIO_SDMMC2_D0_1
-# define GPIO_SDMMC2_D1 GPIO_SDMMC2_D1_1
-# define GPIO_SDMMC2_D2 GPIO_SDMMC2_D2_1
-# define GPIO_SDMMC2_D3 GPIO_SDMMC2_D3_1
-#endif
-
-/* DMA Channel/Stream Selections *****************************************************/
-/* Stream selections for DMA1 */
-
-#define DMAMAP_I2C1_RX STM32_DMA_MAP(DMA1,DMA_STREAM0,DMA_CHAN1)
-#define DMAMAP_I2C2_RX STM32_DMA_MAP(DMA1,DMA_STREAM2,DMA_CHAN7)
-
-#define DMAMAP_I2C1_TX STM32_DMA_MAP(DMA1,DMA_STREAM6,DMA_CHAN1)
-#define DMAMAP_I2C2_TX STM32_DMA_MAP(DMA1,DMA_STREAM7,DMA_CHAN7)
-
-/* Stream selections for DMA2 */
-
-#define DMAMAP_SPI1_RX STM32_DMA_MAP(DMA2,DMA_STREAM0,DMA_CHAN3)
-#define DMAMAP_USART1_RX STM32_DMA_MAP(DMA2,DMA_STREAM2,DMA_CHAN4)
-#define DMAMAP_SPI1_TX STM32_DMA_MAP(DMA2,DMA_STREAM3,DMA_CHAN3)
-#define DMAMAP_ADC1 STM32_DMA_MAP(DMA2,DMA_STREAM4,DMA_CHAN0)
-#define DMAMAP_SDMMC1 STM32_DMA_MAP(DMA2,DMA_STREAM6,DMA_CHAN6)
-#define DMAMAP_USART1_TX STM32_DMA_MAP(DMA2,DMA_STREAM7,DMA_CHAN4)
-
-/* FLASH wait states
- *
- * --------- ---------- -----------
- * VDD MAX SYSCLK WAIT STATES
- * --------- ---------- -----------
- * 1.7-2.1 V 180 MHz 8
- * 2.1-2.4 V 216 MHz 9
- * 2.4-2.7 V 216 MHz 8
- * 2.7-3.6 V 216 MHz 7
- * --------- ---------- -----------
- */
-
-#define BOARD_FLASH_WAITSTATES 7
-
-/* LED definitions ******************************************************************/
-/* The Indium-F7 board has three software controllable LEDs; LD1 a Green LED, LD2 a Blue
- * LED and LD3 a Red LED.
- *
- * If CONFIG_ARCH_LEDS is not defined, then the user can control the LEDs in any way.
- * The following definitions are used to access individual LEDs.
- */
-
-/* LED index values for use with board_userled() */
-
-#define BOARD_LED1 0
-#define BOARD_LED2 1
-#define BOARD_LED3 2
-#define BOARD_NLEDS 3
-
-#define BOARD_LED_GREEN BOARD_LED1
-#define BOARD_LED_BLUE BOARD_LED2
-#define BOARD_LED_RED BOARD_LED3
-
-/* LED bits for use with board_userled_all() */
-
-#define BOARD_LED1_BIT (1 << BOARD_LED1)
-#define BOARD_LED2_BIT (1 << BOARD_LED2)
-#define BOARD_LED3_BIT (1 << BOARD_LED3)
-
-/* If CONFIG_ARCH_LEDS is defined, the usage by the board port is defined in
- * include/board.h and src/stm32_leds.c. The LEDs are used to encode OS-related
- * events as follows:
- *
- *
- * SYMBOL Meaning LED state
- * Red Green Blue
- * ---------------------- -------------------------- ----- ------ ---- */
-
-#define LED_STARTED 0 /* NuttX has been started OFF OFF OFF */
-#define LED_HEAPALLOCATE 1 /* Heap has been allocated OFF OFF ON */
-#define LED_IRQSENABLED 2 /* Interrupts enabled OFF ON OFF */
-#define LED_STACKCREATED 3 /* Idle stack created OFF ON ON */
-#define LED_INIRQ 4 /* In an interrupt N/C N/C GLOW */
-#define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */
-#define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */
-#define LED_PANIC 7 /* The system has crashed Blink OFF N/C */
-#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */
-
-/* Thus if the Green LED is statically on, NuttX has successfully booted and
- * is, apparently, running normally. If the Red LED is flashing at
- * approximately 2Hz, then a fatal error has been detected and the system
- * has halted.
- */
-
-/* Button definitions ***************************************************************/
-/* The Indium-F7 supports one button: Pushbutton B1, labeled "SW2", is
- * connected to GPIO PC15. A high value will be sensed when the button is depressed.
- * If the button is held down for >3 seconds, the board should power-off.
- * For shorter periods, the button is interpreted as "selection" upon release.
- */
-
-#define BUTTON_USER 0
-#define NUM_BUTTONS 1
-#define BUTTON_USER_BIT (1 << BUTTON_USER)
-
-/* Alternate function pin selections ************************************************/
-
-#if defined(CONFIG_INDIUM_CONSOLE_ARDUINO)
-/* USART6:
- *
- * These configurations assume that you are using a standard Arduio RS-232 shield
- * with the serial interface with RX on pin D0 and TX on pin D1:
- *
- * -------- ---------------
- * STM32F7
- * ARDUIONO FUNCTION GPIO
- * -- ----- --------- -----
- * DO RX USART6_RX PG9
- * D1 TX USART6_TX PG14
- * -- ----- --------- -----
- */
-
- # define GPIO_USART6_RX GPIO_USART6_RX_2
- # define GPIO_USART6_TX GPIO_USART6_TX_2
-#endif
-
-/* USART3:
- * Use USART3 and the USB virtual COM port
- */
-
-#if defined(CONFIG_INDIUM_CONSOLE_VIRTUAL)
- # define GPIO_USART3_RX GPIO_USART3_RX_3
- # define GPIO_USART3_TX GPIO_USART3_TX_3
-#endif
-
-#if defined(CONFIG_INDIUM_CONSOLE_MORPHO_UART4)
-/* UART4:
- *
- * This configuration assumes that you disabled Ethernet MII clocking
- * by removing SB13 to free PA1.
- *
- * -------- ---------------
- * STM32F7
- * Pin FUNCTION GPIO
- * ------- --------- -----
- * CN11 30 UART4_RX PA1
- * CN11 28 UART4_TX PA0
- * ------- --------- -----
- */
-
- # define GPIO_UART4_RX GPIO_UART4_RX_1
- # define GPIO_UART4_TX GPIO_UART4_TX_1
-
-#endif
-
-/* DMA channels *************************************************************/
-/* ADC */
-
-#define ADC1_DMA_CHAN DMAMAP_ADC1_1
-#define ADC2_DMA_CHAN DMAMAP_ADC2_1
-#define ADC3_DMA_CHAN DMAMAP_ADC3_1
-
-/* Standard Indium pin maps */
-
-/* SPI
- * Indium Nucleo
- * PA6 SPI1_MISO 22 CN12-13
- * PA7 SPI1_MOSI 23 CN12-15
- * PA5 SPI1_SCK 21 CN12-11
- *
- * PB14 SPI2_MISO 35 CN12-28
- * PB15 SPI2_MOSI 36 CN12-26
- * PB13 SPI2_SCK 34 CN12-30
- */
-
-#define GPIO_SPI1_MISO GPIO_SPI1_MISO_1
-#define GPIO_SPI1_MOSI GPIO_SPI1_MOSI_1
-#define GPIO_SPI1_SCK GPIO_SPI1_SCK_1
-
-#define GPIO_SPI2_MISO GPIO_SPI2_MISO_1
-#define GPIO_SPI2_MOSI GPIO_SPI2_MOSI_1
-#define GPIO_SPI2_SCK GPIO_SPI2_SCK_3
-
-/* I2C
- * Indium Nucleo
- * PB6 I2C1_SCL 58 CN10-13
- * PB7 I2C1_SDA 59 CN11-21
- *
- * PB10 I2C2_SCL 28 CN11-51
- * PB11 I2C2_SDA 29 CN12-18
- */
-
-#define GPIO_I2C1_SCL GPIO_I2C1_SCL_1
-#define GPIO_I2C1_SDA GPIO_I2C1_SDA_1
-
-#define GPIO_I2C2_SCL GPIO_I2C2_SCL_1
-#define GPIO_I2C2_SDA GPIO_I2C2_SDA_1
-
-/* CAN
- * Indium Nucleo
- * PB8 CAN1_RX 61 CN12-3
- * PB9 CAN1_TX 62 CN12-5
- */
-
-#define GPIO_CAN1_RX GPIO_CAN1_RX_2
-#define GPIO_CAN1_TX GPIO_CAN1_TX_2
-
-/* USART
- * Indium Nucleo
- * PA12 USART1_RTS 45 CN12-12
- * PA11 USART1_CTS 44 CN12-14
- * PA10 USART1_RX 43 CN12-33
- * PA9 USART1_TX 42 CN12-21
- *
- * PA3 USART2_RX 17 CN12-37
- * PA2 USART2_TX 16 CN12-35
- */
-
-/* define GPIO_USART1_RTS (GPIO_ALT|GPIO_AF7|GPIO_PORTA|GPIO_PIN12) is default. */
-/* define GPIO_USART1_CTS (GPIO_ALT|GPIO_AF7|GPIO_PORTA|GPIO_PIN11) is default. */
-
-#define GPIO_USART1_RX GPIO_USART1_RX_1
-#define GPIO_USART1_TX GPIO_USART1_TX_1
-
-#define GPIO_USART2_RX GPIO_USART2_RX_1
-#define GPIO_USART2_TX GPIO_USART2_TX_1
-
-#endif /* __CONFIG_INDIUM_F7_INCLUDE_BOARD_H */
diff --git a/configs/indium-f7/scripts/f722-flash.ld b/configs/indium-f7/scripts/f722-flash.ld
deleted file mode 100644
index 48a6d9d26f5..00000000000
--- a/configs/indium-f7/scripts/f722-flash.ld
+++ /dev/null
@@ -1,177 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/f722-flash.ld
- *
- * Copyright (C) 2017, 2018 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* The STM32F722ZE has 512 KiB of main FLASH memory. This FLASH memory
- * can be accessed from either the AXIM interface at address 0x0800:0000 or
- * from the ITCM interface at address 0x0020:0000.
- *
- * Additional information, including the option bytes, is available at at
- * FLASH at address 0x1ff0:0000 (AXIM) or 0x0010:0000 (ITCM).
- *
- * In the STM32F722ZE, two different boot spaces can be selected through
- * the BOOT pin and the boot base address programmed in the BOOT_ADD0 and
- * BOOT_ADD1 option bytes:
- *
- * 1) BOOT=0: Boot address defined by user option byte BOOT_ADD0[15:0].
- * ST programmed value: Flash on ITCM at 0x0020:0000
- * 2) BOOT=1: Boot address defined by user option byte BOOT_ADD1[15:0].
- * ST programmed value: System bootloader at 0x0010:0000
- *
- * NuttX does not modify these option byes. On the unmodified NUCLEO-144
- * board, the BOOT0 pin is at ground so by default, the STM32F722ZE will
- * boot from address 0x0020:0000 in ITCM FLASH.
- *
- * The STM32F722ZE also has 256 KiB of data SRAM (in addition to ITCM SRAM).
- * SRAM is split up into three blocks:
- *
- * 1) 64 KiB of DTCM SRM beginning at address 0x2000:0000
- * 2) 176 KiB of SRAM1 beginning at address 0x2001:0000
- * 3) 16 KiB of SRAM2 beginning at address 0x2003:c000
- *
- * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
- * where the code expects to begin execution by jumping to the entry point in
- * the 0x0800:0000 address range.
- */
-
-/* Size of the 512-byte buffer pool. Must match configs//include/dtcm_defs.h */
-
-_Buf_512_size = (64 * 512); /* Size of the 512-byte buffer pool */
-_Buf_256_size = (32 * 256); /* Size of the 256-byte buffer pool */
-
-MEMORY
-{
- itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 512K
- flash (rx) : ORIGIN = 0x08000000, LENGTH = 512K
- dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
- sram1 (rwx) : ORIGIN = 0x20010000, LENGTH = 176K
- sram2 (rwx) : ORIGIN = 0x2003c000, LENGTH = 16K
-}
-
-OUTPUT_ARCH(arm)
-EXTERN(_vectors)
-ENTRY(_stext)
-SECTIONS
-{
- .text :
- {
- _stext = ABSOLUTE(.);
- *(.vectors)
- *(.text .text.*)
- *(.fixup)
- *(.gnu.warning)
- *(.rodata .rodata.*)
- *(.gnu.linkonce.t.*)
- *(.glue_7)
- *(.glue_7t)
- *(.got)
- *(.gcc_except_table)
- *(.gnu.linkonce.r.*)
- _etext = ABSOLUTE(.);
- } > flash
-
- .init_section :
- {
- _sinit = ABSOLUTE(.);
- *(.init_array .init_array.*)
- _einit = ABSOLUTE(.);
- } > flash
-
- .ARM.extab :
- {
- *(.ARM.extab*)
- } > flash
-
- __exidx_start = ABSOLUTE(.);
-
- .ARM.exidx :
- {
- *(.ARM.exidx*)
- } > flash
- __exidx_end = ABSOLUTE(.);
-
- _eronly = ABSOLUTE(.);
-
- .data :
- {
- _sdata = ABSOLUTE(.);
- *(.data .data.*)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
- _edata = ABSOLUTE(.);
- } > sram1 AT > flash
-
- .bss :
- {
- _sbss = ABSOLUTE(.);
- *(.bss .bss.*)
- *(.gnu.linkonce.b.*)
- *(COMMON)
- _ebss = ABSOLUTE(.);
- } > sram1
-
- .dtcm (NOLOAD) :
- {
- _DTCM_HDR_START = ABSOLUTE(.); /* global variable at dtcm header start */
- KEEP(*(.dtcmstart) ) /* beginning of dtcm header section */
- _DTCM_HDR_END = ABSOLUTE(.); /* global variable at dtcm header end */
- . = ALIGN(512);
- _DTCM512_START = ABSOLUTE(.); /* global variable at 512 byte buffer start */
- . = . + _Buf_512_size;
- _DTCM512_END = ABSOLUTE(.); /* global variable at 512 byte buffer end */
- . = ALIGN(256);
- _DTCM256_START = ABSOLUTE(.); /* global variable at 256 byte buffer start */
- . = . + _Buf_256_size;
- _DTCM256_END = ABSOLUTE(.); /* global variable at 256 byte buffer end */
- ASSERT (_DTCM256_END <= 0x20010000, ".dtcm region overflow!");
- *(.dtcmdata) /* beginning of dtcm initialized data */
- *(.dtcmbss) /* beginning of dtcm zeroed data */
- } > dtcm
-
- /* Stabs debugging sections. */
-
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_info 0 : { *(.debug_info) }
- .debug_line 0 : { *(.debug_line) }
- .debug_pubnames 0 : { *(.debug_pubnames) }
- .debug_aranges 0 : { *(.debug_aranges) }
-}
diff --git a/configs/indium-f7/scripts/f746-flash.ld b/configs/indium-f7/scripts/f746-flash.ld
deleted file mode 100644
index e35bc54df69..00000000000
--- a/configs/indium-f7/scripts/f746-flash.ld
+++ /dev/null
@@ -1,145 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/f746-flash.ld
- *
- * Copyright (C) 2017 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* The STM32F746ZGT6 has 1024 KiB of main FLASH memory. This FLASH memory
- * can be accessed from either the AXIM interface at address 0x0800:0000 or
- * from the ITCM interface at address 0x0020:0000.
- *
- * Additional information, including the option bytes, is available at at
- * FLASH at address 0x1ff0:0000 (AXIM) or 0x0010:0000 (ITCM).
- *
- * In the STM32F746ZGT6, two different boot spaces can be selected through
- * the BOOT pin and the boot base address programmed in the BOOT_ADD0 and
- * BOOT_ADD1 option bytes:
- *
- * 1) BOOT=0: Boot address defined by user option byte BOOT_ADD0[15:0].
- * ST programmed value: Flash on ITCM at 0x0020:0000
- * 2) BOOT=1: Boot address defined by user option byte BOOT_ADD1[15:0].
- * ST programmed value: System bootloader at 0x0010:0000
- *
- * NuttX does not modify these option byes. On the unmodified NUCLEO-144
- * board, the BOOT0 pin is at ground so by default, the STM32F746ZGT6 will
- * boot from address 0x0020:0000 in ITCM FLASH.
- *
- * The STM32F746ZGT6 also has 320 KiB of data SRAM (in addition to ITCM SRAM).
- * SRAM is split up into three blocks:
- *
- * 1) 64 KiB of DTCM SRM beginning at address 0x2000:0000
- * 2) 240 KiB of SRAM1 beginning at address 0x2001:0000
- * 3) 16 KiB of SRAM2 beginning at address 0x2004:c000
- *
- * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
- * where the code expects to begin execution by jumping to the entry point in
- * the 0x0800:0000 address range.
- */
-
-MEMORY
-{
- itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 1024K
- flash (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
- dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
- sram1 (rwx) : ORIGIN = 0x20010000, LENGTH = 240K
- sram2 (rwx) : ORIGIN = 0x2004c000, LENGTH = 16K
-}
-
-OUTPUT_ARCH(arm)
-EXTERN(_vectors)
-ENTRY(_stext)
-SECTIONS
-{
- .text : {
- _stext = ABSOLUTE(.);
- *(.vectors)
- *(.text .text.*)
- *(.fixup)
- *(.gnu.warning)
- *(.rodata .rodata.*)
- *(.gnu.linkonce.t.*)
- *(.glue_7)
- *(.glue_7t)
- *(.got)
- *(.gcc_except_table)
- *(.gnu.linkonce.r.*)
- _etext = ABSOLUTE(.);
- } > flash
-
- .init_section : {
- _sinit = ABSOLUTE(.);
- *(.init_array .init_array.*)
- _einit = ABSOLUTE(.);
- } > flash
-
- .ARM.extab : {
- *(.ARM.extab*)
- } > flash
-
- __exidx_start = ABSOLUTE(.);
- .ARM.exidx : {
- *(.ARM.exidx*)
- } > flash
- __exidx_end = ABSOLUTE(.);
-
- _eronly = ABSOLUTE(.);
-
- .data : {
- _sdata = ABSOLUTE(.);
- *(.data .data.*)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
- _edata = ABSOLUTE(.);
- } > sram1 AT > flash
-
- .bss : {
- _sbss = ABSOLUTE(.);
- *(.bss .bss.*)
- *(.gnu.linkonce.b.*)
- *(COMMON)
- _ebss = ABSOLUTE(.);
- } > sram1
-
- /* Stabs debugging sections. */
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_info 0 : { *(.debug_info) }
- .debug_line 0 : { *(.debug_line) }
- .debug_pubnames 0 : { *(.debug_pubnames) }
- .debug_aranges 0 : { *(.debug_aranges) }
-}
diff --git a/configs/indium-f7/scripts/f767-flash.ld b/configs/indium-f7/scripts/f767-flash.ld
deleted file mode 100644
index 2162a633b13..00000000000
--- a/configs/indium-f7/scripts/f767-flash.ld
+++ /dev/null
@@ -1,145 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/f767-flash.ld
- *
- * Copyright (C) 2017 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* The STM32F767ZIT6 has 2048 KiB of main FLASH memory. This FLASH memory
- * can be accessed from either the AXIM interface at address 0x0800:0000 or
- * from the ITCM interface at address 0x0020:0000.
- *
- * Additional information, including the option bytes, is available at at
- * FLASH at address 0x1ff0:0000 (AXIM) or 0x0010:0000 (ITCM).
- *
- * In the STM32F767ZIT6, two different boot spaces can be selected through
- * the BOOT pin and the boot base address programmed in the BOOT_ADD0 and
- * BOOT_ADD1 option bytes:
- *
- * 1) BOOT=0: Boot address defined by user option byte BOOT_ADD0[15:0].
- * ST programmed value: Flash on ITCM at 0x0020:0000
- * 2) BOOT=1: Boot address defined by user option byte BOOT_ADD1[15:0].
- * ST programmed value: System bootloader at 0x0010:0000
- *
- * NuttX does not modify these option byes. On the unmodified NUCLEO-144
- * board, the BOOT0 pin is at ground so by default, the STM32F767ZIT6 will
- * boot from address 0x0020:0000 in ITCM FLASH.
- *
- * The STM32F767ZIT6 also has 512 KiB of data SRAM (in addition to ITCM SRAM).
- * SRAM is split up into three blocks:
- *
- * 1) 128 KiB of DTCM SRM beginning at address 0x2000:0000
- * 2) 368 KiB of SRAM1 beginning at address 0x2002:0000
- * 3) 16 KiB of SRAM2 beginning at address 0x2007:c000
- *
- * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
- * where the code expects to begin execution by jumping to the entry point in
- * the 0x0800:0000 address range.
- */
-
-MEMORY
-{
- itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 2048K
- flash (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
- dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
- sram1 (rwx) : ORIGIN = 0x20020000, LENGTH = 368K
- sram2 (rwx) : ORIGIN = 0x2007c000, LENGTH = 16K
-}
-
-OUTPUT_ARCH(arm)
-EXTERN(_vectors)
-ENTRY(_stext)
-SECTIONS
-{
- .text : {
- _stext = ABSOLUTE(.);
- *(.vectors)
- *(.text .text.*)
- *(.fixup)
- *(.gnu.warning)
- *(.rodata .rodata.*)
- *(.gnu.linkonce.t.*)
- *(.glue_7)
- *(.glue_7t)
- *(.got)
- *(.gcc_except_table)
- *(.gnu.linkonce.r.*)
- _etext = ABSOLUTE(.);
- } > flash
-
- .init_section : {
- _sinit = ABSOLUTE(.);
- *(.init_array .init_array.*)
- _einit = ABSOLUTE(.);
- } > flash
-
- .ARM.extab : {
- *(.ARM.extab*)
- } > flash
-
- __exidx_start = ABSOLUTE(.);
- .ARM.exidx : {
- *(.ARM.exidx*)
- } > flash
- __exidx_end = ABSOLUTE(.);
-
- _eronly = ABSOLUTE(.);
-
- .data : {
- _sdata = ABSOLUTE(.);
- *(.data .data.*)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
- _edata = ABSOLUTE(.);
- } > sram1 AT > flash
-
- .bss : {
- _sbss = ABSOLUTE(.);
- *(.bss .bss.*)
- *(.gnu.linkonce.b.*)
- *(COMMON)
- _ebss = ABSOLUTE(.);
- } > sram1
-
- /* Stabs debugging sections. */
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_info 0 : { *(.debug_info) }
- .debug_line 0 : { *(.debug_line) }
- .debug_pubnames 0 : { *(.debug_pubnames) }
- .debug_aranges 0 : { *(.debug_aranges) }
-}
diff --git a/configs/indium-f7/scripts/kernel-space.ld b/configs/indium-f7/scripts/kernel-space.ld
deleted file mode 100644
index b91d91271eb..00000000000
--- a/configs/indium-f7/scripts/kernel-space.ld
+++ /dev/null
@@ -1,109 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/kernel-space.ld
- *
- * Copyright (C) 2017 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* NOTE: This depends on the memory.ld script having been included prior to
- * this script.
- */
-
-OUTPUT_ARCH(arm)
-ENTRY(_stext)
-SECTIONS
-{
- .text : {
- _stext = ABSOLUTE(.);
- *(.vectors)
- *(.text .text.*)
- *(.fixup)
- *(.gnu.warning)
- *(.rodata .rodata.*)
- *(.gnu.linkonce.t.*)
- *(.glue_7)
- *(.glue_7t)
- *(.got)
- *(.gcc_except_table)
- *(.gnu.linkonce.r.*)
- _etext = ABSOLUTE(.);
- } > kflash
-
- .init_section : {
- _sinit = ABSOLUTE(.);
- *(.init_array .init_array.*)
- _einit = ABSOLUTE(.);
- } > kflash
-
- .ARM.extab : {
- *(.ARM.extab*)
- } > kflash
-
- __exidx_start = ABSOLUTE(.);
- .ARM.exidx : {
- *(.ARM.exidx*)
- } > kflash
-
- __exidx_end = ABSOLUTE(.);
-
- _eronly = ABSOLUTE(.);
-
- .data : {
- _sdata = ABSOLUTE(.);
- *(.data .data.*)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
- _edata = ABSOLUTE(.);
- } > ksram AT > kflash
-
- .bss : {
- _sbss = ABSOLUTE(.);
- *(.bss .bss.*)
- *(.gnu.linkonce.b.*)
- *(COMMON)
- _ebss = ABSOLUTE(.);
- } > ksram
-
- /* Stabs debugging sections */
-
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_info 0 : { *(.debug_info) }
- .debug_line 0 : { *(.debug_line) }
- .debug_pubnames 0 : { *(.debug_pubnames) }
- .debug_aranges 0 : { *(.debug_aranges) }
-}
diff --git a/configs/indium-f7/scripts/memory.ld b/configs/indium-f7/scripts/memory.ld
deleted file mode 100644
index 5d949d5a31a..00000000000
--- a/configs/indium-f7/scripts/memory.ld
+++ /dev/null
@@ -1,129 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/memory.ld
- *
- * Copyright (C) 2017 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* The STM32F746NGH6 has 1024Kb of main FLASH memory. This FLASH memory can
- * be accessed from either the AXIM interface at address 0x0800:0000 or from
- * the ITCM interface at address 0x0020:0000.
- *
- * Additional information, including the option bytes, is available at at
- * FLASH at address 0x1ff0:0000 (AXIM) or 0x0010:0000 (ITCM).
- *
- * In the STM32F746NGH6, two different boot spaces can be selected through
- * the BOOT pin and the boot base address programmed in the BOOT_ADD0 and
- * BOOT_ADD1 option bytes:
- *
- * 1) BOOT=0: Boot address defined by user option byte BOOT_ADD0[15:0].
- * ST programmed value: Flash on ITCM at 0x0020:0000
- * 2) BOOT=1: Boot address defined by user option byte BOOT_ADD1[15:0].
- * ST programmed value: System bootloader at 0x0010:0000
- *
- * NuttX does not modify these option byes. On the unmodified STM32F746G
- * DISCO board, the BOOT0 pin is at ground so by default, the STM32 will boot
- * to address 0x0020:0000 in ITCM FLASH.
- *
- * The STM32F746NGH6 also has 320Kb of data SRAM (in addition to ITCM SRAM).
- * SRAM is split up into three blocks:
- *
- * 1) 64Kb of DTCM SRM beginning at address 0x2000:0000
- * 2) 240Kb of SRAM1 beginning at address 0x2001:0000
- * 3) 16Kb of SRAM2 beginning at address 0x2004:c000
- *
- * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
- * where the code expects to begin execution by jumping to the entry point in
- * the 0x0800:0000 address range.
- *
- * For MPU support, the kernel-mode NuttX section is assumed to be 128Kb of
- * FLASH and 4Kb of SRAM. That is an excessive amount for the kernel which
- * should fit into 64KB and, of course, can be optimized as needed (See
- * also configs/stm32f746g-disco/scripts/kernel-space.ld). Allowing the
- * additional does permit addition debug instrumentation to be added to the
- * kernel space without overflowing the partition.
- *
- * Alignment of the user space FLASH partition is also a critical factor:
- * The user space FLASH partition will be spanned with a single region of
- * size 2**n bytes. The alignment of the user-space region must be the same.
- * As a consequence, as the user-space increases in size, the alignment
- * requirement also increases.
- *
- * This alignment requirement means that the largest user space FLASH region
- * you can have will be 512KB at it would have to be positioned at
- * 0x08800000. If you change this address, don't forget to change the
- * CONFIG_NUTTX_USERSPACE configuration setting to match and to modify
- * the check in kernel/userspace.c.
- *
- * For the same reasons, the maximum size of the SRAM mapping is limited to
- * 4KB. Both of these alignment limitations could be reduced by using
- * multiple regions to map the FLASH/SDRAM range or perhaps with some
- * clever use of subregions.
- *
- * A detailed memory map for the 112KB SRAM region is as follows:
- *
- * 0x20001 0000: Kernel .data region. Typical size: 0.1KB
- * ------- ---- Kernel .bss region. Typical size: 1.8KB
- * 0x20001 0800: Kernel IDLE thread stack (approximate). Size is
- * determined by CONFIG_IDLETHREAD_STACKSIZE and
- * adjustments for alignment. Typical is 1KB.
- * ------- ---- Padded to 4KB
- * 0x20001 1000: User .data region. Size is variable.
- * ------- ---- User .bss region Size is variable.
- * 0x20001 2000: Beginning of kernel heap. Size determined by
- * CONFIG_MM_KERNEL_HEAPSIZE.
- * ------- ---- Beginning of user heap. Can vary with other settings.
- * 0x20004 c000: End+1 of SRAM1
- */
-
-MEMORY
-{
- /* ITCM boot address */
-
- itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 1024K
-
- /* 1024KB FLASH */
-
- kflash (rx) : ORIGIN = 0x08000000, LENGTH = 128K
- uflash (rx) : ORIGIN = 0x08020000, LENGTH = 128K
- xflash (rx) : ORIGIN = 0x08040000, LENGTH = 768K
-
- /* 240KB of contiguous SRAM1 */
-
- ksram (rwx) : ORIGIN = 0x20010000, LENGTH = 4K
- usram (rwx) : ORIGIN = 0x20011000, LENGTH = 4K
- xsram (rwx) : ORIGIN = 0x20012000, LENGTH = 240K - 8K
-
- /* DTCM SRAM */
-
- dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
- sram2 (rwx) : ORIGIN = 0x2004c000, LENGTH = 16K
-}
diff --git a/configs/indium-f7/scripts/user-space.ld b/configs/indium-f7/scripts/user-space.ld
deleted file mode 100644
index 3799e937496..00000000000
--- a/configs/indium-f7/scripts/user-space.ld
+++ /dev/null
@@ -1,111 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/scripts/user-space.ld
- *
- * Copyright (C) 2016 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/* NOTE: This depends on the memory.ld script having been included prior to
- * this script.
- */
-
-OUTPUT_ARCH(arm)
-SECTIONS
-{
- .userspace : {
- *(.userspace)
- } > uflash
-
- .text : {
- _stext = ABSOLUTE(.);
- *(.text .text.*)
- *(.fixup)
- *(.gnu.warning)
- *(.rodata .rodata.*)
- *(.gnu.linkonce.t.*)
- *(.glue_7)
- *(.glue_7t)
- *(.got)
- *(.gcc_except_table)
- *(.gnu.linkonce.r.*)
- _etext = ABSOLUTE(.);
- } > uflash
-
- .init_section : {
- _sinit = ABSOLUTE(.);
- *(.init_array .init_array.*)
- _einit = ABSOLUTE(.);
- } > uflash
-
- .ARM.extab : {
- *(.ARM.extab*)
- } > uflash
-
- __exidx_start = ABSOLUTE(.);
- .ARM.exidx : {
- *(.ARM.exidx*)
- } > uflash
-
- __exidx_end = ABSOLUTE(.);
-
- _eronly = ABSOLUTE(.);
-
- .data : {
- _sdata = ABSOLUTE(.);
- *(.data .data.*)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
- _edata = ABSOLUTE(.);
- } > usram AT > uflash
-
- .bss : {
- _sbss = ABSOLUTE(.);
- *(.bss .bss.*)
- *(.gnu.linkonce.b.*)
- *(COMMON)
- _ebss = ABSOLUTE(.);
- } > usram
-
- /* Stabs debugging sections */
-
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_info 0 : { *(.debug_info) }
- .debug_line 0 : { *(.debug_line) }
- .debug_pubnames 0 : { *(.debug_pubnames) }
- .debug_aranges 0 : { *(.debug_aranges) }
-}
diff --git a/configs/indium-f7/src/.gitignore b/configs/indium-f7/src/.gitignore
deleted file mode 100644
index 726d936e1e3..00000000000
--- a/configs/indium-f7/src/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/.depend
-/Make.dep
diff --git a/configs/indium-f7/src/Makefile b/configs/indium-f7/src/Makefile
deleted file mode 100644
index ad488f4a193..00000000000
--- a/configs/indium-f7/src/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-############################################################################
-# configs/indium-f7/src/Makefile
-#
-# Copyright (C) 2017 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt
-# David Sidrane
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-# 3. Neither the name NuttX nor the names of its contributors may be
-# used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-############################################################################
-
--include $(TOPDIR)/Make.defs
-
-ASRCS =
-CSRCS = stm32_boot.c
-
-ifeq ($(CONFIG_ARCH_LEDS),y)
-CSRCS += stm32_autoleds.c
-else
-CSRCS += stm32_userleds.c
-endif
-
-ifeq ($(CONFIG_ARCH_BUTTONS),y)
-CSRCS += stm32_buttons.c
-endif
-
-ifeq ($(CONFIG_LIB_BOARDCTL),y)
-CSRCS += stm32_appinitialize.c
-endif
-
-ifeq ($(CONFIG_SPI),y)
-CSRCS += stm32_spi.c
-endif
-
-ifeq ($(CONFIG_ADC),y)
-CSRCS += stm32_adc.c
-endif
-
-ifeq ($(CONFIG_MMCSD),y)
-CSRCS += stm32_sdio.c
-endif
-
-ifeq ($(CONFIG_STM32F7_OTGFS),y)
-CSRCS += stm32_usb.c
-endif
-
-ifeq ($(CONFIG_STM32F7_BBSRAM),y)
-CSRCS += stm32_bbsram.c
-endif
-
-include $(TOPDIR)/configs/Board.mk
diff --git a/configs/indium-f7/src/indium-f7.h b/configs/indium-f7/src/indium-f7.h
deleted file mode 100644
index 87a39152259..00000000000
--- a/configs/indium-f7/src/indium-f7.h
+++ /dev/null
@@ -1,348 +0,0 @@
-/*******************************************************************************
- * configs/indium-f7/src/indium-f7.h
- *
- * Copyright (C) 2016-2018 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Mark Olsson
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ******************************************************************************/
-
-#ifndef __CONFIGS_INDIUM_F7_SRC_INDIUM_F7_H
-#define __CONFIGS_INDIUM_F7_SRC_INDIUM_F7_H
-
-/*******************************************************************************
- * Included Files
- ******************************************************************************/
-
-#include
-#include
-#include
-
-/*******************************************************************************
- * Pre-processor Definitions
- ******************************************************************************/
-
-/* Configuration **************************************************************/
-/* procfs File System */
-
-#ifdef CONFIG_FS_PROCFS
-# ifdef CONFIG_NSH_PROC_MOUNTPOINT
-# define STM32_PROCFS_MOUNTPOINT CONFIG_NSH_PROC_MOUNTPOINT
-# else
-# define STM32_PROCFS_MOUNTPOINT "/proc"
-# endif
-#endif
-
-/* Indium F7 GPIO set/reset macro *********************************************
- *
- * When BOOL == 1, INDIUM_GPIOSR sets the gpio bit specified by the GPR pin
- * spec.
- * When BOOL == 0, INDIUM_GPIOSR resets the gpio bit specified by the GPR pin
- * spec.
- *
- * The pin spec is the 20-bit encoding described in
- * arch/arm/src/stm32f7/stm32_gpio.h. For this macro, only the low order 8 bits
- * are used.
- */
-
-#define INDIUM_GPIOSR(GPR, BOOL) \
- *((uint32_t *)(((GPR & 0x0F0) >> 4) * STM32_GPIO_INCR + STM32_GPIOA_BSRR)) \
- = ((uint32_t)(1 << (16 * (1 - (BOOL & 0x1)) + (GPR & 0x0F))))
-
-/* Indium F7 GPIO Pin Definitions ********************************************/
-
-#define GPIO_OUTPUT_INIT_TO_0 GPIO_OUTPUT_CLEAR
-#define GPIO_OUTPUT_INIT_TO_1 GPIO_OUTPUT_SET
-
-/* Oscillator I/O; When internal oscillators are used and these pins are used for GPIOs */
-
-#define GPIO_OSC32_OUT (GPIO_INPUT | GPIO_FLOAT | GPIO_PORTC | GPIO_PIN15)
-#define GPIO_PD_REQ GPIO_OSC32_OUT
-#define GPIO_OSC_IN (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | \
- GPIO_OUTPUT_INIT_TO_0 | GPIO_PORTH | GPIO_PIN0)
-#define GPIO_VBAT_ENn GPIO_OSC_IN
-#define GPIO_OSC_OUT (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | \
- GPIO_OUTPUT_INIT_TO_0 | GPIO_PORTH | GPIO_PIN1)
-#define GPIO_LED_RED GPIO_OSC_OUT
-
-/* LED
- *
- * The Indium-F7 board has three LEDs, LD1 a Green LED, LD2 a Blue LED, and
- * LD3 a Red LED, that can be controlled by software.
- */
-
-/* GPIO_LED_RED is defined above in the Oscillator section. */
-
-#define GPIO_LED_GREEN (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | \
- GPIO_OUTPUT_INIT_TO_0 | GPIO_PORTC | GPIO_PIN1)
-#define GPIO_LED_BLUE (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | \
- GPIO_OUTPUT_INIT_TO_0 | GPIO_PORTC | GPIO_PIN6)
-
-#define GPIO_LD1 GPIO_LED_GREEN
-#define GPIO_LD2 GPIO_LED_BLUE
-#define GPIO_LD3 GPIO_LED_RED
-
-#define LED_DRIVER_PATH "/dev/userleds"
-
-/* SPI ************************************************************************/
-
-#define GPIO_SPI_CS (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_SPEED_50MHz | \
- GPIO_OUTPUT_INIT_TO_1)
-#define GPIO_SPI1_CS0 (GPIO_SPI_CS | GPIO_PORTC | GPIO_PIN13)
-
-#define GPIO_SPI2_CS0 (GPIO_SPI_CS | GPIO_PORTB | GPIO_PIN1)
-#define GPIO_SPI2_CS1 (GPIO_SPI_CS | GPIO_PORTB | GPIO_PIN12)
-#define GPIO_SPI2_CS2 (GPIO_SPI_CS | GPIO_PORTA | GPIO_PIN8)
-#define GPIO_SPI2_CS3 (GPIO_SPI_CS | GPIO_PORTA | GPIO_PIN4)
-
-#define SPI_CS_EXT GPIO_SPI1_CS0
-#define SPI_CS_LSM330_ACL GPIO_SPI2_CS0
-#define SPI_CS_LSM330_GYRO GPIO_SPI2_CS1
-#define SPI_CS_ADXL372 GPIO_SPI2_CS2
-#define SPI_CS_FRAM GPIO_SPI2_CS3
-
-/* Logical SPI Chip Selects (aka devid) used to index g_spigpio */
-
-#define INDIUM_EXTSPI_IDX_CS0 0
-#define INDIUM_LSM330ACL_IDX_CS0 1
-#define INDIUM_LSM330GYRO_IDX_CS1 2
-#define INDIUM_ADXL372_IDX_CS2 3
-#define INDIUM_FRAM_IDX_CS3 4
-
-#if defined(CONFIG_STM32F7_SDMMC1) || defined(CONFIG_STM32F7_SDMMC2)
-# define HAVE_SDIO
-#endif
-
-#if defined(CONFIG_DISABLE_MOUNTPOINT) || !defined(CONFIG_MMCSD_SDIO)
-# undef HAVE_SDIO
-#endif
-
-#define SDIO_SLOTNO 0 /* Only one slot */
-
-#ifdef HAVE_SDIO
-
-# if defined(CONFIG_STM32F7_SDMMC1)
-# define GPIO_SDMMC1_NCD (GPIO_INPUT|GPIO_FLOAT|GPIO_EXTI | GPIO_PORTC | GPIO_PIN7)
-# endif
-
-# if defined(CONFIG_NSH_MMCSDSLOTNO) && (CONFIG_NSH_MMCSDSLOTNO != 0)
-# warning "Only one MMC/SD slot, slot 0"
-# define CONFIG_NSH_MMCSDSLOTNO SDIO_SLOTNO
-# endif
-
-# if defined(CONFIG_NSH_MMCSDMINOR)
-# define SDIO_MINOR CONFIG_NSH_MMCSDMINOR
-# else
-# define SDIO_MINOR 0
-# endif
-
-/* SD card bringup does not work if performed on the IDLE thread because it
- * will cause waiting. Use either:
- *
- * CONFIG_LIB_BOARDCTL=y, OR
- * CONFIG_BOARD_INITIALIZE=y && CONFIG_BOARD_INITTHREAD=y
- */
-
-# if defined(CONFIG_BOARD_INITIALIZE) && !defined(CONFIG_LIB_BOARDCTL) && \
- !defined(CONFIG_BOARD_INITTHREAD)
-# warning SDIO initialization cannot be perfomed on the IDLE thread
-# undef HAVE_SDIO
-# endif
-#endif
-
-/* General GPIO Definitions */
-/* define GPIO_VBAT_ENn is defined in oscillator section. */
-/* define GPIO_PD_REQ is defined in oscillator section. */
-
-#define GPIO_PWR_HOLD (GPIO_PORTC | GPIO_PIN14 | GPIO_OUTPUT_INIT_TO_0 | \
- GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_FLOAT | GPIO_SPEED_2MHz)
-#define GPIO_B5 (GPIO_PORTB | GPIO_PIN5 | GPIO_OUTPUT_INIT_TO_0 | \
- GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_FLOAT | GPIO_SPEED_2MHz)
-#define GPIO_FWENB (GPIO_PORTB | GPIO_PIN0 | GPIO_OUTPUT_INIT_TO_0 | \
- GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_PULLDOWN | GPIO_SPEED_50MHz)
-#define GPIO_EXT_RSTn (GPIO_PORTC | GPIO_PIN3 | GPIO_OUTPUT_INIT_TO_1 | \
- GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_PULLDOWN | GPIO_SPEED_50MHz)
-#define GPIO_INTA (GPIO_INPUT | GPIO_PORTB | GPIO_PIN2 | GPIO_PULLDOWN)
-#define GPIO_EXT_DIO (GPIO_INPUT | GPIO_PORTC | GPIO_PIN2 | GPIO_PULLDOWN)
-
-/* Analog Inputs */
-
-#define GPIO_EXT_ADC (GPIO_ANALOG | GPIO_PORTC | GPIO_PIN4)
-#define GPIO_BATT_ADC (GPIO_ANALOG | GPIO_PORTC | GPIO_PIN0)
-
-/*******************************************************************************
- * Public data
- ******************************************************************************/
-
-#ifndef __ASSEMBLY__
-
-/*******************************************************************************
- * Public Functions
- ******************************************************************************/
-
-/*******************************************************************************
- * Name: stm32_spidev_initialize
- *
- * Description:
- * Called to configure SPI chip select GPIO pins for the Indium-F7 board.
- *
- ******************************************************************************/
-
-#if defined(CONFIG_SPI)
-void stm32_spidev_initialize(void);
-
-/*******************************************************************************
- * Name: board_driver_initialize
- *
- * Description:
- * Called to register platform drivers on the Indium board.
- *
- ******************************************************************************/
-
-# if defined(CONFIG_BOARD_INITIALIZE)
-int board_spi_initialize(void);
-# endif
-#endif
-
-/*******************************************************************************
- * Name: stm32_spidev_bus_test
- *
- * Description:
- * Called to create the defined SPI buses and test them by initializing them
- * and sending the NUCLEO_SPI_TEST (no chip select).
- *
- ******************************************************************************/
-
-#if defined(CONFIG_NUCLEO_SPI_TEST)
-int stm32_spidev_bus_test(void);
-#endif
-
-/*******************************************************************************
- * Name: board_i2c_initialize
- *
- * Description:
- * Called to configure I2C buses.
- *
- ******************************************************************************/
-
-#if defined(CONFIG_I2C)
-int board_i2c_initialize(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_adc_setup
- *
- * Description:
- * Called to configure Analog to Digital Converters.
- *
- ******************************************************************************/
-
-#if defined(CONFIG_STM32F7_ADC)
-int stm32_adc_setup(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_adc_indium_setup
- *
- * Description:
- * Called to modify the standard configuration of the Analog to Digital Converters.
- *
- ******************************************************************************/
-
-#if defined(CONFIG_STM32F7_ADC)
-void stm32_adc_indium_setup(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_dma_alloc_init
- *
- * Description:
- * Called to create a FAT DMA allocator
- *
- * Returned Value:
- * 0 on success or -ENOMEM
- *
- ******************************************************************************/
-
-void stm32_dma_alloc_init(void);
-
-#if defined (CONFIG_FAT_DMAMEMORY)
-int stm32_dma_alloc_init(void);
-#endif
-
-/******************************************************************************
- * Name: stm32_sdio_initialize
- *
- * Description:
- * Called at application startup time to initialize the SCMMC functionality.
- *
- ******************************************************************************/
-
-#ifdef CONFIG_MMCSD
-int stm32_sdio_initialize(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_usbinitialize
- *
- * Description:
- * Called from stm32_usbinitialize very early in initialization to setup
- * USB-related GPIO pins for the indium-f7 board.
- *
- ******************************************************************************/
-
-#ifdef CONFIG_STM32F7_OTGFS
-void stm32_usbinitialize(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_adc_setup
- *
- * Description:
- * Initialize ADC and register the ADC driver.
- *
- ******************************************************************************/
-
-#ifdef CONFIG_ADC
-int stm32_adc_setup(void);
-#endif
-
-/*******************************************************************************
- * Name: stm32_bbsram_int
- ******************************************************************************/
-
-#ifdef CONFIG_STM32F7_BBSRAM
-int stm32_bbsram_int(void);
-#endif
-
-#endif /* __ASSEMBLY__ */
-#endif /* __CONFIGS_INDIUM_F7_SRC_INDIUM_F7 */
diff --git a/configs/indium-f7/src/stm32_adc.c b/configs/indium-f7/src/stm32_adc.c
deleted file mode 100644
index 79b3cae53ec..00000000000
--- a/configs/indium-f7/src/stm32_adc.c
+++ /dev/null
@@ -1,171 +0,0 @@
-/************************************************************************************
- * configs/indium-f7/src/stm32_adc.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ************************************************************************************/
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-
-#include
-#include
-
-#include
-#include
-#include
-
-#include "chip.h"
-#include "stm32_gpio.h"
-#include "stm32_adc.h"
-#include "indium-f7.h"
-
-#ifdef CONFIG_ADC
-
-/************************************************************************************
- * Pre-processor Definitions
- ************************************************************************************/
-
-/* Configuration ********************************************************************/
-/* Up to 3 ADC interfaces are supported */
-
-#if STM32F7_NADC < 3
-# undef CONFIG_STM32F7_ADC3
-#endif
-
-#if STM32F7_NADC < 2
-# undef CONFIG_STM32F7_ADC2
-#endif
-
-#if STM32F7_NADC < 1
-# undef CONFIG_STM32F7_ADC1
-#endif
-
-#if defined(CONFIG_STM32F7_ADC1) || defined(CONFIG_STM32F7_ADC2) || defined(CONFIG_STM32F7_ADC3)
-#ifndef CONFIG_STM32F7_ADC1
-# warning "Channel information only available for ADC1"
-#endif
-
-/* The number of ADC channels in the conversion list */
-
-#define ADC1_NCHANNELS 1
-
-/************************************************************************************
- * Private Data
- ************************************************************************************/
-
-/* Identifying number of each ADC channel: Variable Resistor.
- *
- * {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15};
- */
-
-#ifdef CONFIG_STM32F7_ADC1
-static const uint8_t g_chanlist[ADC1_NCHANNELS] = {3};
-
-/* Configurations of pins used byte each ADC channels
- *
- * {GPIO_ADC1_IN1, GPIO_ADC1_IN2, GPIO_ADC1_IN3, GPIO_ADC1_IN4, GPIO_ADC1_IN5,
- * GPIO_ADC1_IN6, GPIO_ADC1_IN7, GPIO_ADC1_IN8, GPIO_ADC1_IN9, GPIO_ADC1_IN10,
- * GPIO_ADC1_IN11, GPIO_ADC1_IN12, GPIO_ADC1_IN13, GPIO_ADC1_IN15};
- */
-
-static const uint32_t g_pinlist[ADC1_NCHANNELS] = {GPIO_ADC1_IN3};
-#endif
-
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: stm32_adc_setup
- *
- * Description:
- * Initialize ADC and register the ADC driver.
- *
- ************************************************************************************/
-
-int stm32_adc_setup(void)
-{
-#ifdef CONFIG_STM32F7_ADC1
- static bool initialized = false;
- struct adc_dev_s *adc;
- int ret;
- int i;
-
- /* Check if we have already initialized */
-
- if (!initialized)
- {
- /* Configure the pins as analog inputs for the selected channels */
-
- for (i = 0; i < ADC1_NCHANNELS; i++)
- {
- if (g_pinlist[i] != 0)
- {
- stm32_configgpio(g_pinlist[i]);
- }
- }
-
- /* Call stm32_adcinitialize() to get an instance of the ADC interface */
-
- adc = stm32_adc_initialize(1, g_chanlist, ADC1_NCHANNELS);
- if (adc == NULL)
- {
- aerr("ERROR: Failed to get ADC interface\n");
- return -ENODEV;
- }
-
- /* Register the ADC driver at "/dev/adc0" */
-
- ret = adc_register("/dev/adc0", adc);
- if (ret < 0)
- {
- aerr("ERROR: adc_register failed: %d\n", ret);
- return ret;
- }
-
- /* Now we are initialized */
-
- initialized = true;
- }
-
- return OK;
-#else
- return -ENOSYS;
-#endif
-}
-
-#endif /* CONFIG_STM32F7_ADC1 || CONFIG_STM32F7_ADC2 || CONFIG_STM32F7_ADC3 */
-#endif /* CONFIG_ADC */
diff --git a/configs/indium-f7/src/stm32_appinitialize.c b/configs/indium-f7/src/stm32_appinitialize.c
deleted file mode 100644
index 8a842834b01..00000000000
--- a/configs/indium-f7/src/stm32_appinitialize.c
+++ /dev/null
@@ -1,159 +0,0 @@
-/****************************************************************************
- * config/indium-f7/src/stm32_appinitialize.c
- *
- * Copyright (C) 2016-2018 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Mark Olsson
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-#include
-#include
-#include
-
-#include
-#include
-#include
-
-#include "stm32_spi.h"
-#include "indium-f7.h"
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: board_app_initialize
- *
- * Description:
- * Perform application specific initialization. This function is never
- * called directly from application code, but only indirectly via the
- * (non-standard) boardctl() interface using the command BOARDIOC_INIT.
- *
- * Input Parameters:
- * arg - The boardctl() argument is passed to the board_app_initialize()
- * implementation without modification. The argument has no
- * meaning to NuttX; the meaning of the argument is a contract
- * between the board-specific initalization logic and the
- * matching application logic. The value cold be such things as a
- * mode enumeration value, a set of DIP switch switch settings, a
- * pointer to configuration data read from a file or serial FLASH,
- * or whatever you would like to do with it. Every implementation
- * should accept zero/NULL as a default configuration.
- *
- * Returned Value:
- * Zero (OK) is returned on success; a negated errno value is returned on
- * any failure to indicate the nature of the failure.
- *
- ****************************************************************************/
-
-int board_app_initialize(uintptr_t arg)
-{
- int ret;
-
-#ifdef CONFIG_FS_PROCFS
- /* Mount the procfs file system */
-
- ret = mount(NULL, STM32_PROCFS_MOUNTPOINT, "procfs", 0, NULL);
- if (ret < 0)
- {
- syslog(LOG_ERR, "ERROR: Failed to mount procfs at %s: %d\n",
- STM32_PROCFS_MOUNTPOINT, ret);
- }
-#endif
-
-#if !defined(CONFIG_ARCH_LEDS) && defined(CONFIG_USERLED_LOWER)
- /* Register the LED driver */
-
- ret = userled_lower_initialize(LED_DRIVER_PATH);
- if (ret < 0)
- {
- syslog(LOG_ERR, "ERROR: userled_lower_initialize() failed: %d\n", ret);
- }
-#endif
-
-#ifdef CONFIG_ADC
- /* Initialize ADC and register the ADC driver. */
-
- ret = stm32_adc_setup();
- if (ret < 0)
- {
- syslog(LOG_ERR, "ERROR: stm32_adc_setup failed: %d\n", ret);
- }
-#endif
-
-#ifdef CONFIG_STM32F7_BBSRAM
- /* Initialize battery-backed RAM */
-
- (void)stm32_bbsram_int();
-#endif
-
-#if defined(CONFIG_FAT_DMAMEMORY)
- if (stm32_dma_alloc_init() < 0)
- {
- syslog(LOG_ERR, "DMA alloc FAILED");
- }
-#endif
-
-#if defined(CONFIG_NUCLEO_SPI_TEST)
- /* Create SPI interfaces */
-
- ret = stm32_spidev_bus_test();
- if (ret != OK)
- {
- syslog(LOG_ERR, "ERROR: Failed to initialize SPI interfaces: %d\n", ret);
- return ret;
- }
-#endif
-
-#if defined(CONFIG_MMCSD)
- /* Configure SDIO */
- /* Initialize the SDIO block driver */
-
- ret = stm32_sdio_initialize();
- if (ret != OK)
- {
- ferr("ERROR: Failed to initialize MMC/SD driver: %d\n", ret);
- return ret;
- }
-#endif
-
- UNUSED(ret);
- return OK;
-}
diff --git a/configs/indium-f7/src/stm32_autoleds.c b/configs/indium-f7/src/stm32_autoleds.c
deleted file mode 100644
index 527c5b36097..00000000000
--- a/configs/indium-f7/src/stm32_autoleds.c
+++ /dev/null
@@ -1,189 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/src/stm32_autoleds.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-#include
-
-#include
-#include
-
-#include "stm32_gpio.h"
-#include "indium-f7.h"
-#ifdef CONFIG_ARCH_LEDS
-
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-#define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0]))
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-/* Indexed by BOARD_LED_ */
-
-static const uint32_t g_ledmap[BOARD_NLEDS] =
-{
- GPIO_LED_GREEN,
- GPIO_LED_BLUE,
- GPIO_LED_RED,
-};
-
-static bool g_initialized;
-
-/****************************************************************************
- * Private Functions
- ****************************************************************************/
-
-static void phy_set_led(int led, bool state)
-{
- /* Active High */
-
- stm32_gpiowrite(g_ledmap[led], state);
-}
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: board_autoled_initialize
- ****************************************************************************/
-
-void board_autoled_initialize(void)
-{
- int i;
-
- /* Configure the LD1 GPIO for output. Initial state is OFF */
-
- for (i = 0; i < ARRAYSIZE(g_ledmap); i++)
- {
- stm32_configgpio(g_ledmap[i]);
- }
-}
-
-/****************************************************************************
- * Name: board_autoled_on
- ****************************************************************************/
-
-void board_autoled_on(int led)
-{
- switch (led)
- {
- default:
- break;
-
- case LED_HEAPALLOCATE:
- phy_set_led(BOARD_LED_BLUE, true);
- break;
-
- case LED_IRQSENABLED:
- phy_set_led(BOARD_LED_BLUE, false);
- phy_set_led(BOARD_LED_GREEN, true);
- break;
-
- case LED_STACKCREATED:
- phy_set_led(BOARD_LED_GREEN, true);
- phy_set_led(BOARD_LED_BLUE, true);
- g_initialized = true;
- break;
-
- case LED_INIRQ:
- phy_set_led(BOARD_LED_BLUE, true);
- break;
-
- case LED_SIGNAL:
- phy_set_led(BOARD_LED_GREEN, true);
- break;
-
- case LED_ASSERTION:
- phy_set_led(BOARD_LED_RED, true);
- phy_set_led(BOARD_LED_BLUE, true);
- break;
-
- case LED_PANIC:
- phy_set_led(BOARD_LED_RED, true);
- break;
-
- case LED_IDLE : /* IDLE */
- phy_set_led(BOARD_LED_RED, true);
- break;
- }
-}
-
-/****************************************************************************
- * Name: board_autoled_off
- ****************************************************************************/
-
-void board_autoled_off(int led)
-{
- switch (led)
- {
- default:
- break;
-
- case LED_SIGNAL:
- phy_set_led(BOARD_LED_GREEN, false);
- break;
-
- case LED_INIRQ:
- phy_set_led(BOARD_LED_BLUE, false);
- break;
-
- case LED_ASSERTION:
- phy_set_led(BOARD_LED_RED, false);
- phy_set_led(BOARD_LED_BLUE, false);
- break;
-
- case LED_PANIC:
- phy_set_led(BOARD_LED_RED, false);
- break;
-
- case LED_IDLE : /* IDLE */
- phy_set_led(BOARD_LED_RED, false);
- break;
- }
-}
-
-#endif /* CONFIG_ARCH_LEDS */
diff --git a/configs/indium-f7/src/stm32_bbsram.c b/configs/indium-f7/src/stm32_bbsram.c
deleted file mode 100644
index 056111e5ccb..00000000000
--- a/configs/indium-f7/src/stm32_bbsram.c
+++ /dev/null
@@ -1,556 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/src/stm32_bbsram.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- *****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-#include
-#include
-
-#include "indium-f7.h"
-
-#ifdef CONFIG_STM32F7_BBSRAM
-
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-/* Configuration ************************************************************/
-
-#define FREEZE_STR(s) #s
-#define STRINGIFY(s) FREEZE_STR(s)
-#define HARDFAULT_FILENO 3
-#define HARDFAULT_PATH BBSRAM_PATH""STRINGIFY(HARDFAULT_FILENO)
-#define HARDFAULT_REBOOT_ FILENO 0
-#define HARDFAULT_REBOOT_PATH BBSRAM_PATH""STRINGIFY(HARDFAULT_REBOOT_FILENO)
-
-#define BBSRAM_SIZE_FN0 (sizeof(int))
-#define BBSRAM_SIZE_FN1 384
-#define BBSRAM_SIZE_FN2 384
-#define BBSRAM_SIZE_FN3 - 1
-
-/* The following guides in the amount of the user and interrupt stack
- * data we can save. The amount of storage left will dictate the actual
- * number of entries of the user stack data saved. If it is too big
- * It will be truncated by the call to stm32_bbsram_savepanic
- */
-#define BBSRAM_HEADER_SIZE 20 /* This is an assumption */
-#define BBSRAM_USED ((4*BBSRAM_HEADER_SIZE)+ \
- (BBSRAM_SIZE_FN0+BBSRAM_SIZE_FN1+ \
- BBSRAM_SIZE_FN2))
-#define BBSRAM_REAMINING (STM32F7_BBSRAM_SIZE-BBSRAM_USED)
-#if CONFIG_ARCH_INTERRUPTSTACK <= 3
-# define BBSRAM_NUMBER_STACKS 1
-#else
-# define BBSRAM_NUMBER_STACKS 2
-#endif
-#define BBSRAM_FIXED_ELEMENTS_SIZE (sizeof(info_t))
-#define BBSRAM_LEFTOVER (BBSRAM_REAMINING-\
- BBSRAM_FIXED_ELEMENTS_SIZE)
-
-#define CONFIG_ISTACK_SIZE (BBSRAM_LEFTOVER/BBSRAM_NUMBER_STACKS/ \
- sizeof(stack_word_t))
-#define CONFIG_USTACK_SIZE (BBSRAM_LEFTOVER/BBSRAM_NUMBER_STACKS/ \
- sizeof(stack_word_t))
-
-/* The path to the Battery Backed up SRAM */
-
-#define BBSRAM_PATH "/fs/bbr"
-
-/* The sizes of the files to create (-1) use rest of BBSRAM memory */
-
-#define BSRAM_FILE_SIZES \
-{ \
- BBSRAM_SIZE_FN0, \
- BBSRAM_SIZE_FN1, \
- BBSRAM_SIZE_FN2, \
- BBSRAM_SIZE_FN3, \
- 0 \
-}
-
-#define ARRAYSIZE(a) (sizeof((a))/sizeof(a[0]))
-
-/* For Assert keep this much of the file name*/
-
-#define MAX_FILE_PATH_LENGTH 40
-
-#define HEADER_TIME_FMT "%Y-%m-%d-%H:%M:%S"
-#define HEADER_TIME_FMT_NUM (2+ 0+ 0+ 0+ 0+ 0)
-#define HEADER_TIME_FMT_LEN (((ARRAYSIZE(HEADER_TIME_FMT)-1) + \
- HEADER_TIME_FMT_NUM))
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-/* Used for stack frame storage */
-
-typedef uint32_t stack_word_t;
-
-/* Stack related data */
-
-typedef struct
-{
- uint32_t sp;
- uint32_t top;
- uint32_t size;
-
-} _stack_t;
-
-typedef struct
-{
- _stack_t user;
-#if CONFIG_ARCH_INTERRUPTSTACK > 3
- _stack_t interrupt;
-#endif
-} stack_t;
-
-/* Not Used for reference only */
-
-typedef struct
-{
- uint32_t r0;
- uint32_t r1;
- uint32_t r2;
- uint32_t r3;
- uint32_t r4;
- uint32_t r5;
- uint32_t r6;
- uint32_t r7;
- uint32_t r8;
- uint32_t r9;
- uint32_t r10;
- uint32_t r11;
- uint32_t r12;
- uint32_t sp;
- uint32_t lr;
- uint32_t pc;
- uint32_t xpsr;
- uint32_t d0;
- uint32_t d1;
- uint32_t d2;
- uint32_t d3;
- uint32_t d4;
- uint32_t d5;
- uint32_t d6;
- uint32_t d7;
- uint32_t d8;
- uint32_t d9;
- uint32_t d10;
- uint32_t d11;
- uint32_t d12;
- uint32_t d13;
- uint32_t d14;
- uint32_t d15;
- uint32_t fpscr;
- uint32_t sp_main;
- uint32_t sp_process;
- uint32_t apsr;
- uint32_t ipsr;
- uint32_t epsr;
- uint32_t primask;
- uint32_t basepri;
- uint32_t faultmask;
- uint32_t control;
- uint32_t s0;
- uint32_t s1;
- uint32_t s2;
- uint32_t s3;
- uint32_t s4;
- uint32_t s5;
- uint32_t s6;
- uint32_t s7;
- uint32_t s8;
- uint32_t s9;
- uint32_t s10;
- uint32_t s11;
- uint32_t s12;
- uint32_t s13;
- uint32_t s14;
- uint32_t s15;
- uint32_t s16;
- uint32_t s17;
- uint32_t s18;
- uint32_t s19;
- uint32_t s20;
- uint32_t s21;
- uint32_t s22;
- uint32_t s23;
- uint32_t s24;
- uint32_t s25;
- uint32_t s26;
- uint32_t s27;
- uint32_t s28;
- uint32_t s29;
- uint32_t s30;
- uint32_t s31;
-} proc_regs_t;
-
-/* Flags to identify what is in the dump */
-
-typedef enum
-{
- REGS_PRESENT = 0x01,
- USERSTACK_PRESENT = 0x02,
- INTSTACK_PRESENT = 0x04,
- INVALID_USERSTACK_PTR = 0x20,
- INVALID_INTSTACK_PTR = 0x40,
-} fault_flags_t;
-
-typedef struct
-{
- fault_flags_t flags; /* What is in the dump */
- uintptr_t current_regs; /* Used to validate the dump */
- int lineno; /* __LINE__ to up_assert */
- int pid; /* Process ID */
- uint32_t regs[XCPTCONTEXT_REGS]; /* Interrupt register save area */
- stack_t stacks; /* Stack info */
-#if CONFIG_TASK_NAME_SIZE > 0
- char name[CONFIG_TASK_NAME_SIZE + 1]; /* Task name (with NULL
- * terminator) */
-#endif
- char filename[MAX_FILE_PATH_LENGTH]; /* the Last of chars in
- * __FILE__ to up_assert */
-} info_t;
-
-typedef struct
-{
- info_t info; /* The info */
-#if CONFIG_ARCH_INTERRUPTSTACK > 3 /* The amount of stack data is compile time
- * sized backed on what is left after the
- * other BBSRAM files are defined
- * The order is such that only the
- * ustack should be truncated
- */
- stack_word_t istack[CONFIG_USTACK_SIZE];
-#endif
- stack_word_t ustack[CONFIG_ISTACK_SIZE];
-} fullcontext_t;
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-static uint8_t g_sdata[STM32F7_BBSRAM_SIZE];
-
-/****************************************************************************
- * Private Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: hardfault_get_desc
- ****************************************************************************/
-
-static int hardfault_get_desc(struct bbsramd_s *desc)
-{
- int ret = -ENOENT;
- int fd = open(HARDFAULT_PATH, O_RDONLY);
- int rv;
-
- if (fd < 0)
- {
- syslog(LOG_INFO, "stm32 bbsram: Failed to open Fault Log file [%s] "
- "(%d)\n", HARDFAULT_PATH, fd);
- }
- else
- {
- ret = -EIO;
- rv = ioctl(fd, STM32F7_BBSRAM_GETDESC_IOCTL,
- (unsigned long)((uintptr_t)desc));
-
- if (rv >= 0)
- {
- ret = fd;
- }
- else
- {
- syslog(LOG_INFO, "stm32 bbsram: Failed to get Fault Log descriptor "
- "(%d)\n", rv);
- }
- }
-
- return ret;
-}
-
-/****************************************************************************
- * Name: copy_reverse
- ****************************************************************************/
-
-#if defined(CONFIG_STM32F7_SAVE_CRASHDUMP)
-static void copy_reverse(stack_word_t *dest, stack_word_t *src, int size)
-{
- while (size--)
- {
- *dest++ = *src--;
- }
-}
-#endif /* CONFIG_STM32F7_SAVE_CRASHDUMP */
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: stm32_bbsram_int
- ****************************************************************************/
-
-int stm32_bbsram_int(void)
-{
- int filesizes[CONFIG_STM32F7_BBSRAM_FILES + 1] = BSRAM_FILE_SIZES;
- char buf[HEADER_TIME_FMT_LEN + 1];
- struct bbsramd_s desc;
- int rv;
- int state;
- struct tm tt;
- time_t time_sec;
-
-
- /* Using Battery Backed Up SRAM */
-
- stm32_bbsraminitialize(BBSRAM_PATH, filesizes);
-
-#if defined(CONFIG_STM32F7_SAVE_CRASHDUMP)
- /* Panic Logging in Battery Backed Up Files */
- /* Do we have an hard fault in BBSRAM? */
-
- rv = hardfault_get_desc(&desc);
- if (rv >= OK)
- {
- syslog(LOG_EMERG, "ERROR: There is a hard fault logged.\n");
- state = (desc.lastwrite.tv_sec || desc.lastwrite.tv_nsec) ? OK : 1;
-
- syslog(LOG_INFO, "Fault Log info File No %d Length %d flags:0x%02x "
- "state:%d\n",(unsigned int)desc.fileno, (unsigned int) desc.len,
- (unsigned int)desc.flags, state);
-
- if (state == OK)
- {
- time_sec = desc.lastwrite.tv_sec + (desc.lastwrite.tv_nsec / 1e9);
- gmtime_r(&time_sec, &tt);
- strftime(buf, HEADER_TIME_FMT_LEN , HEADER_TIME_FMT , &tt);
-
- syslog(LOG_INFO, "Fault Logged on %s - Valid\n", buf);
- }
-
- close(rv);
- rv = unlink(HARDFAULT_PATH);
- if (rv < 0)
- {
- syslog(LOG_INFO, "stm32 bbsram: Failed to unlink Fault Log file [%s"
- "] (%d)\n", HARDFAULT_PATH, rv);
- }
- }
-#endif /* CONFIG_STM32F7_SAVE_CRASHDUMP */
-
- return rv;
-}
-
-/****************************************************************************
- * Name: board_crashdump
- ****************************************************************************/
-
-#if defined(CONFIG_STM32F7_SAVE_CRASHDUMP)
-void board_crashdump(uintptr_t currentsp, FAR void *tcb,
- FAR const uint8_t *filename, int lineno)
-{
- fullcontext_t *pdump = (fullcontext_t *)&g_sdata;
- FAR struct tcb_s *rtcb;
- int rv;
-
- (void)enter_critical_section();
-
- rtcb = (FAR struct tcb_s *)tcb;
-
- /* Zero out everything */
-
- memset(pdump, 0, sizeof(fullcontext_t));
-
- /* Save Info */
-
- pdump->info.lineno = lineno;
-
- if (filename)
- {
- int offset = 0;
- unsigned int len = strlen((char *)filename) + 1;
-
- if (len > sizeof(pdump->info.filename))
- {
- offset = len - sizeof(pdump->info.filename);
- }
-
- strncpy(pdump->info.filename, (char *)&filename[offset],
- sizeof(pdump->info.filename));
- }
-
- /* Save the value of the pointer for current_regs as debugging info.
- * It should be NULL in case of an ASSERT and will aid in cross
- * checking the validity of system memory at the time of the
- * fault.
- */
-
- pdump->info.current_regs = (uintptr_t) CURRENT_REGS;
-
- /* Save Context */
-
-#if CONFIG_TASK_NAME_SIZE > 0
- strncpy(pdump->info.name, rtcb->name, CONFIG_TASK_NAME_SIZE);
-#endif
-
- pdump->info.pid = rtcb->pid;
-
- /* If current_regs is not NULL then we are in an interrupt context
- * and the user context is in current_regs else we are running in
- * the users context
- */
-
- if (CURRENT_REGS)
- {
- pdump->info.stacks.interrupt.sp = currentsp;
- pdump->info.flags |= (REGS_PRESENT | USERSTACK_PRESENT | \
- INTSTACK_PRESENT);
- memcpy(pdump->info.regs, (void *)CURRENT_REGS,
- sizeof(pdump->info.regs));
- pdump->info.stacks.user.sp = pdump->info.regs[REG_R13];
- }
- else
- {
- /* users context */
-
- pdump->info.flags |= USERSTACK_PRESENT;
- pdump->info.stacks.user.sp = currentsp;
- }
-
- if (pdump->info.pid == 0)
- {
- pdump->info.stacks.user.top = g_idle_topstack - 4;
- pdump->info.stacks.user.size = CONFIG_IDLETHREAD_STACKSIZE;
- }
- else
- {
- pdump->info.stacks.user.top = (uint32_t) rtcb->adj_stack_ptr;
- pdump->info.stacks.user.size = (uint32_t) rtcb->adj_stack_size;
- }
-
-#if CONFIG_ARCH_INTERRUPTSTACK > 3
- /* Get the limits on the interrupt stack memory */
-
- pdump->info.stacks.interrupt.top = (uint32_t)&g_intstackbase;
- pdump->info.stacks.interrupt.size = (CONFIG_ARCH_INTERRUPTSTACK & ~3);
-
- /* If In interrupt Context save the interrupt stack data centered
- * about the interrupt stack pointer
- */
-
- if ((pdump->info.flags & INTSTACK_PRESENT) != 0)
- {
- stack_word_t *ps = (stack_word_t *) pdump->info.stacks.interrupt.sp;
- copy_reverse(pdump->istack, &ps[ARRAYSIZE(pdump->istack) / 2],
- ARRAYSIZE(pdump->istack));
- }
-
- /* Is it Invalid? */
-
- if (!(pdump->info.stacks.interrupt.sp <= pdump->info.stacks.interrupt.top &&
- pdump->info.stacks.interrupt.sp > pdump->info.stacks.interrupt.top -
- pdump->info.stacks.interrupt.size))
- {
- pdump->info.flags |= INVALID_INTSTACK_PTR;
- }
-
-#endif
- /* If In interrupt context or User save the user stack data centered
- * about the user stack pointer
- */
-
- if ((pdump->info.flags & USERSTACK_PRESENT) != 0)
- {
- stack_word_t *ps = (stack_word_t *) pdump->info.stacks.user.sp;
- copy_reverse(pdump->ustack, &ps[ARRAYSIZE(pdump->ustack) / 2],
- ARRAYSIZE(pdump->ustack));
- }
-
- /* Is it Invalid? */
-
- if (!(pdump->info.stacks.user.sp <= pdump->info.stacks.user.top &&
- pdump->info.stacks.user.sp > pdump->info.stacks.user.top -
- pdump->info.stacks.user.size))
- {
- pdump->info.flags |= INVALID_USERSTACK_PTR;
- }
-
- rv = stm32_bbsram_savepanic(HARDFAULT_FILENO, (uint8_t *)pdump,
- sizeof(fullcontext_t));
-
- /* Test if memory got wiped because of using _sdata */
-
- if (rv == -ENXIO)
- {
- char *dead = "Memory wiped - dump not saved!";
-
- while (*dead)
- {
- up_lowputc(*dead++);
- }
- }
- else if (rv == -ENOSPC)
- {
- /* hard fault again */
-
- up_lowputc('!');
- }
-
-#if defined(CONFIG_BOARD_RESET_ON_CRASH)
- up_systemreset();
-#endif
-}
-#endif /* CONFIG_STM32F7_SAVE_CRASHDUMP */
-
-#endif /* CONFIG_STM32_BBSRAM */
diff --git a/configs/indium-f7/src/stm32_boot.c b/configs/indium-f7/src/stm32_boot.c
deleted file mode 100644
index 6ead325e585..00000000000
--- a/configs/indium-f7/src/stm32_boot.c
+++ /dev/null
@@ -1,123 +0,0 @@
-/************************************************************************************
- * configs/indium-f7/src/stm32_boot.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ************************************************************************************/
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-
-#include
-
-#include
-#include
-#include "stm32_gpio.h"
-
-#include "up_arch.h"
-#include "indium-f7.h"
-
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: stm32_boardinitialize
- *
- * Description:
- * All STM32 architectures must provide the following entry point. This entry point
- * is called early in the initialization -- after all memory has been configured
- * and mapped but before any devices have been initialized.
- *
- ************************************************************************************/
-
-void stm32_boardinitialize(void)
-{
-#ifdef CONFIG_ARCH_LEDS
- /* Configure on-board LEDs if LED support has been selected.
- * This feature is used for initial Indium Board bringup.
- * After boot the Indium applicatuins take over control of LEDs.
- */
-
- board_autoled_initialize();
-#endif
-
- /* Configure SPI chip selects */
-
- stm32_spidev_initialize();
-
- /* Configure General Purpose IO */
-
- stm32_configgpio(GPIO_VBAT_ENn); /* Battery Voltage Sample Ctl (-active) */
- stm32_configgpio(GPIO_PD_REQ); /* Powerr Down Req Button */
- stm32_configgpio(GPIO_PWR_HOLD); /* Hold Power On */
- stm32_configgpio(GPIO_B5); /* GPIO B5 */
- stm32_configgpio(GPIO_FWENB); /* FRAM Write Enable */
-
- /* Analog Inputs (Also done later by stm32_appinitialize.) */
-
- stm32_configgpio(GPIO_EXT_ADC); /* External ADC board pin */
- stm32_configgpio(GPIO_BATT_ADC); /* Battery voltage sense input */
-
- /* Other pin configurations are performed when the driver related to the pin is opened. */
-}
-
-/************************************************************************************
- * Name: board_initialize
- *
- * Description:
- * If CONFIG_BOARD_INITIALIZE is selected, then an additional initialization call
- * will be performed in the boot-up sequence to a function called
- * board_initialize(). board_initialize() will be called immediately after
- * up_initialize() is called and just before the initial application is started.
- * This additional initialization phase may be used, for example, to initialize
- * board-specific device drivers.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_BOARD_INITIALIZE
-void board_initialize(void)
-{
-#if defined(CONFIG_NSH_LIBRARY) && !defined(CONFIG_LIB_BOARDCTL)
- /* Perform NSH initialization here instead of from the NSH. This
- * alternative NSH initialization is necessary when NSH is ran in user-space
- * but the initialization function must run in kernel space.
- */
-
- (void)board_app_initialize(0);
-#endif
-}
-#endif
diff --git a/configs/indium-f7/src/stm32_buttons.c b/configs/indium-f7/src/stm32_buttons.c
deleted file mode 100644
index a18345f0315..00000000000
--- a/configs/indium-f7/src/stm32_buttons.c
+++ /dev/null
@@ -1,121 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/src/stm32_buttons.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-#include
-
-#include
-#include
-
-#include
-
-#include "stm32_gpio.h"
-#include "indium-f7.h"
-
-#ifdef CONFIG_ARCH_BUTTONS
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: board_button_initialize
- *
- * Description:
- * board_button_initialize() must be called to initialize button resources.
- * After that, board_buttons() may be called to collect the current state
- * of all buttons or board_button_irq() may be called to register button
- * interrupt handlers.
- *
- ****************************************************************************/
-
-void board_button_initialize(void)
-{
- stm32_configgpio(GPIO_BTN_USER);
-}
-
-/****************************************************************************
- * Name: board_buttons
- ****************************************************************************/
-
-uint32_t board_buttons(void)
-{
- return stm32_gpioread(GPIO_BTN_USER) ? 1 : 0;
-}
-
-/************************************************************************************
- * Button support.
- *
- * Description:
- * board_button_initialize() must be called to initialize button resources. After
- * that, board_buttons() may be called to collect the current state of all
- * buttons or board_button_irq() may be called to register button interrupt
- * handlers.
- *
- * After board_button_initialize() has been called, board_buttons() may be called to
- * collect the state of all buttons. board_buttons() returns an 32-bit bit set
- * with each bit associated with a button. See the BUTTON_*_BIT
- * definitions in board.h for the meaning of each bit.
- *
- * board_button_irq() may be called to register an interrupt handler that will
- * be called when a button is depressed or released. The ID value is a
- * button enumeration value that uniquely identifies a button resource. See the
- * BUTTON_* definitions in board.h for the meaning of enumeration
- * value.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_ARCH_IRQBUTTONS
-int board_button_irq(int id, xcpt_t irqhandler, FAR void *arg)
-{
- int ret = -EINVAL;
-
- if (id == BUTTON_USER)
- {
- ret = stm32_gpiosetevent(GPIO_BTN_USER, true, true, true, irqhandler, arg);
- }
-
- return ret;
-}
-#endif
-#endif /* CONFIG_ARCH_BUTTONS */
diff --git a/configs/indium-f7/src/stm32_dma_alloc.c b/configs/indium-f7/src/stm32_dma_alloc.c
deleted file mode 100644
index a6e4a3cff38..00000000000
--- a/configs/indium-f7/src/stm32_dma_alloc.c
+++ /dev/null
@@ -1,118 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/stc/stm32_dma_alloc.c
- *
- * Copyright (C) 2016-2017 PX4 Development Team. All rights reserved.
- * Modified by: Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name PX4 nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-#include
-#include
-#include
-#include
-
-#include "indium-f7.h"
-
-#if defined(CONFIG_FAT_DMAMEMORY)
-
-/************************************************************************************
- * Pre-processor Definitions
- ************************************************************************************/
-
-#if !defined(CONFIG_GRAN)
-# error microSD DMA support requires CONFIG_GRAN
-#endif
-
-#define BOARD_DMA_ALLOC_POOL_SIZE (8*512)
-
-/************************************************************************************
- * Private Data
- ************************************************************************************/
-
-static GRAN_HANDLE dma_allocator;
-
-/* The DMA heap size constrains the total number of things that can be
- * ready to do DMA at a time.
- *
- * For example, FAT DMA depends on one sector-sized buffer per filesystem plus
- * one sector-sized buffer per file.
- *
- * We use a fundamental alignment / granule size of 64B; this is sufficient
- * to guarantee alignment for the largest STM32 DMA burst (16 beats x 32bits).
- */
-
-static uint8_t g_dma_heap[BOARD_DMA_ALLOC_POOL_SIZE] __attribute__((aligned(64)));
-
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: stm32_dma_alloc_init
- *
- * Description:
- * All boards may optionally provide this API to instantiate a pool of
- * memory for uses with FAST FS DMA operations.
- *
- ************************************************************************************/
-
-int stm32_dma_alloc_init(void)
-{
- dma_allocator = gran_initialize(g_dma_heap,
- sizeof(g_dma_heap),
- 7, /* 128B granule - must be > alignment (XXX bug?) */
- 6); /* 64B alignment */
-
- if (dma_allocator == NULL)
- {
- return -ENOMEM;
- }
-
- return OK;
-}
-
-/* DMA-aware allocator stubs for the FAT filesystem. */
-
-void *fat_dma_alloc(size_t size)
-{
- return gran_alloc(dma_allocator, size);
-}
-
-void fat_dma_free(FAR void *memory, size_t size)
-{
- gran_free(dma_allocator, memory, size);
-}
-
-#endif /* CONFIG_FAT_DMAMEMORY */
diff --git a/configs/indium-f7/src/stm32_sdio.c b/configs/indium-f7/src/stm32_sdio.c
deleted file mode 100644
index 9e8fe480639..00000000000
--- a/configs/indium-f7/src/stm32_sdio.c
+++ /dev/null
@@ -1,179 +0,0 @@
-/****************************************************************************
- * config/indium-f7/src/stm32_sdio.c
- *
- * Copyright (C) 2014, 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-#include
-#include
-#include
-
-#include
-#include
-
-#include "chip.h"
-#include "indium-f7.h"
-#include "stm32_gpio.h"
-#include "stm32_sdmmc.h"
-
-#ifdef CONFIG_MMCSD
-
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-/* Configuration ************************************************************/
-/* Card detections requires card support and a card detection GPIO */
-
-#define HAVE_NCD 1
-#if !defined(GPIO_SDMMC1_NCD)
-# undef HAVE_NCD
-#endif
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-static FAR struct sdio_dev_s *g_sdio_dev;
-#ifdef HAVE_NCD
-static bool g_sd_inserted = 0xff; /* Impossible value */
-#endif
-
-/****************************************************************************
- * Private Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: stm32_ncd_interrupt
- *
- * Description:
- * Card detect interrupt handler.
- *
- ****************************************************************************/
-
-#ifdef HAVE_NCD
-static int stm32_ncd_interrupt(int irq, FAR void *context)
-{
- bool present;
-
- present = !stm32_gpioread(GPIO_SDMMC1_NCD);
- if (g_sdio_dev && present != g_sd_inserted)
- {
- sdio_mediachange(g_sdio_dev, present);
- g_sd_inserted = present;
- }
-
- return OK;
-}
-#endif
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: stm32_sdio_initialize
- *
- * Description:
- * Initialize SDIO-based MMC/SD card support
- *
- ****************************************************************************/
-
-int stm32_sdio_initialize(void)
-{
- int ret;
-
-#ifdef HAVE_NCD
- /* Card detect */
-
- bool cd_status;
-
- /* Configure the card detect GPIO */
-
- stm32_configgpio(GPIO_SDMMC1_NCD);
-
- /* Register an interrupt handler for the card detect pin */
-
- (void)stm32_gpiosetevent(GPIO_SDMMC1_NCD, true, true, true,
- stm32_ncd_interrupt, NULL);
-#endif
-
- /* Mount the SDIO-based MMC/SD block driver */
- /* First, get an instance of the SDIO interface */
-
- finfo("Initializing SDIO slot %d\n", SDIO_SLOTNO);
-
- g_sdio_dev = sdio_initialize(SDIO_SLOTNO);
- if (!g_sdio_dev)
- {
- ferr("ERROR: Failed to initialize SDIO slot %d\n", SDIO_SLOTNO);
- return -ENODEV;
- }
-
- /* Now bind the SDIO interface to the MMC/SD driver */
-
- finfo("Bind SDIO to the MMC/SD driver, minor=%d\n", SDIO_MINOR);
-
- ret = mmcsd_slotinitialize(SDIO_MINOR, g_sdio_dev);
- if (ret != OK)
- {
- ferr("ERROR: Failed to bind SDIO to the MMC/SD driver: %d\n", ret);
- return ret;
- }
-
- finfo("Successfully bound SDIO to the MMC/SD driver\n");
-
-#ifdef HAVE_NCD
- /* Use SD card detect pin to check if a card is g_sd_inserted */
-
- cd_status = !stm32_gpioread(GPIO_SDMMC1_NCD);
- finfo("Card detect : %d\n", cd_status);
-
- sdio_mediachange(g_sdio_dev, cd_status);
-#else
- /* Assume that the SD card is inserted. What choice do we have? */
-
- sdio_mediachange(g_sdio_dev, true);
-#endif
-
- return OK;
-}
-
-#endif /* HAVE_SDIO */
diff --git a/configs/indium-f7/src/stm32_spi.c b/configs/indium-f7/src/stm32_spi.c
deleted file mode 100644
index 3f498ba924b..00000000000
--- a/configs/indium-f7/src/stm32_spi.c
+++ /dev/null
@@ -1,435 +0,0 @@
-/************************************************************************************
- * configs/indium-f7/src/stm32_spi.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ************************************************************************************/
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-
-#include
-#include
-#include
-#include
-
-#include
-#include
-
-#include "up_arch.h"
-#include "chip.h"
-#include "stm32_gpio.h"
-#include "stm32_spi.h"
-
-#include "indium-f7.h"
-
-#if defined(CONFIG_SPI)
-
-/************************************************************************************
- * Pre-processor Definitions
- ************************************************************************************/
-
-#define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0]))
-
-#if defined(CONFIG_NUCLEO_SPI1_TEST)
-# if defined(CONFIG_NUCLEO_SPI1_TEST_MODE0)
-# define CONFIG_NUCLEO_SPI1_TEST_MODE SPIDEV_MODE0
-# elif defined(CONFIG_NUCLEO_SPI1_TEST_MODE1)
-# define CONFIG_NUCLEO_SPI1_TEST_MODE SPIDEV_MODE1
-# elif defined(CONFIG_NUCLEO_SPI1_TEST_MODE2)
-# define CONFIG_NUCLEO_SPI1_TEST_MODE SPIDEV_MODE2
-# elif defined(CONFIG_NUCLEO_SPI1_TEST_MODE3)
-# define CONFIG_NUCLEO_SPI1_TEST_MODE SPIDEV_MODE3
-# else
-# error "No CONFIG_NUCLEO_SPI1_TEST_MODEx defined"
-# endif
-#endif
-
-#if defined(CONFIG_NUCLEO_SPI2_TEST)
-# if defined(CONFIG_NUCLEO_SPI2_TEST_MODE0)
-# define CONFIG_NUCLEO_SPI2_TEST_MODE SPIDEV_MODE0
-# elif defined(CONFIG_NUCLEO_SPI2_TEST_MODE1)
-# define CONFIG_NUCLEO_SPI2_TEST_MODE SPIDEV_MODE1
-# elif defined(CONFIG_NUCLEO_SPI2_TEST_MODE2)
-# define CONFIG_NUCLEO_SPI2_TEST_MODE SPIDEV_MODE2
-# elif defined(CONFIG_NUCLEO_SPI2_TEST_MODE3)
-# define CONFIG_NUCLEO_SPI2_TEST_MODE SPIDEV_MODE3
-# else
-# error "No CONFIG_NUCLEO_SPI2_TEST_MODEx defined"
-# endif
-#endif
-
-#if defined(CONFIG_NUCLEO_SPI3_TEST)
-# if defined(CONFIG_NUCLEO_SPI3_TEST_MODE0)
-# define CONFIG_NUCLEO_SPI3_TEST_MODE SPIDEV_MODE0
-# elif defined(CONFIG_NUCLEO_SPI3_TEST_MODE1)
-# define CONFIG_NUCLEO_SPI3_TEST_MODE SPIDEV_MODE1
-# elif defined(CONFIG_NUCLEO_SPI3_TEST_MODE2)
-# define CONFIG_NUCLEO_SPI3_TEST_MODE SPIDEV_MODE2
-# elif defined(CONFIG_NUCLEO_SPI3_TEST_MODE3)
-# define CONFIG_NUCLEO_SPI3_TEST_MODE SPIDEV_MODE3
-# else
-# error "No CONFIG_NUCLEO_SPI3_TEST_MODEx defined"
-# endif
-#endif
-
-/************************************************************************************
- * Private Data
- ************************************************************************************/
-
-/* Indexed by NUCLEO_SPI_BUSx_CSx */
-
-static const uint32_t g_spigpio[] =
-{
-#if defined(GPIO_SPI1_CS0)
- GPIO_SPI1_CS0,
-#endif
-#if defined(GPIO_SPI1_CS1)
- GPIO_SPI1_CS1,
-#endif
-#if defined(GPIO_SPI1_CS2)
- GPIO_SPI1_CS2,
-#endif
-#if defined(GPIO_SPI1_CS3)
- GPIO_SPI1_CS3,
-#endif
-#if defined(GPIO_SPI2_CS0)
- GPIO_SPI2_CS0,
-#endif
-#if defined(GPIO_SPI2_CS1)
- GPIO_SPI2_CS1,
-#endif
-#if defined(GPIO_SPI2_CS2)
- GPIO_SPI2_CS2,
-#endif
-#if defined(GPIO_SPI2_CS3)
- GPIO_SPI2_CS3,
-#endif
-#if defined(GPIO_SPI3_CS0)
- GPIO_SPI3_CS0,
-#endif
-#if defined(GPIO_SPI3_CS1)
- GPIO_SPI3_CS1,
-#endif
-#if defined(GPIO_SPI3_CS2)
- GPIO_SPI3_CS2,
-#endif
-#if defined(GPIO_SPI3_CS3)
- GPIO_SPI3_CS3,
-#endif
-};
-
-#if defined(CONFIG_NUCLEO_SPI_TEST)
-# if defined(CONFIG_STM32F7_SPI1)
-struct spi_dev_s *spi1;
-# endif
-# if defined(CONFIG_STM32F7_SPI2)
-struct spi_dev_s *spi2;
-# endif
-# if defined(CONFIG_STM32F7_SPI3)
-struct spi_dev_s *spi3;
-# endif
-#endif
-
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: stm32_spidev_initialize
- *
- * Description:
- * Called to configure SPI chip select GPIO pins for the Nucleo-144 board.
- *
- ************************************************************************************/
-
-void weak_function stm32_spidev_initialize(void)
-{
- int i;
-
- /* Configure SPI CS GPIO for output */
-
- for (i = 0; i < ARRAYSIZE(g_spigpio); i++)
- {
- stm32_configgpio(g_spigpio[i]);
- }
-}
-
-/****************************************************************************
- * Name: stm32_spi1/2/3/4/5select and stm32_spi1/2/3/4/5status
- *
- * Description:
- * The external functions, stm32_spi1/2/3select and stm32_spi1/2/3status must be
- * provided by board-specific logic. They are implementations of the select
- * and status methods of the SPI interface defined by struct spi_ops_s (see
- * include/nuttx/spi/spi.h). All other methods (including stm32_spibus_initialize())
- * are provided by common STM32 logic. To use this common SPI logic on your
- * board:
- *
- * 1. Provide logic in stm32_boardinitialize() to configure SPI chip select
- * pins.
- * 2. Provide stm32_spi1/2/3select() and stm32_spi1/2/3status() functions in your
- * board-specific logic. These functions will perform chip selection and
- * status operations using GPIOs in the way your board is configured.
- * 3. Add a calls to stm32_spibus_initialize() in your low level application
- * initialization logic
- * 4. The handle returned by stm32_spibus_initialize() may then be used to bind the
- * SPI driver to higher level logic (e.g., calling
- * mmcsd_spislotinitialize(), for example, will bind the SPI driver to
- * the SPI MMC/SD driver).
- *
- ****************************************************************************/
-
-#ifdef CONFIG_STM32F7_SPI1
-void stm32_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi1status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI2
-void stm32_spi2select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi2status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI3
-void stm32_spi3select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi3status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI4
-# ifndef NUCLEO_SPI_BUS4_CS0
-# error "NUCLEO_SPI_BUS4_CSn Are not defined"
-# endif
-
-void stm32_spi4select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi4status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI5
-# ifndef NUCLEO_SPI_BUS5_CS0
-# error "NUCLEO_SPI_BUS4_CSn Are not defined"
-# endif
-
-void stm32_spi5select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi5status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI6
-# ifndef NUCLEO_SPI_BUS6_CS
-# error "NUCLEO_SPI_BUS4_CSn Are not defined"
-# endif
-void stm32_spi5select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-{
- spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
- stm32_gpiowrite(g_spigpio[devid], !selected);
-}
-
-uint8_t stm32_spi5status(FAR struct spi_dev_s *dev, uint32_t devid)
-{
- return 0;
-}
-#endif
-
-/****************************************************************************
- * Name: stm32_spi1cmddata
- *
- * Description:
- * Set or clear the SH1101A A0 or SD1306 D/C n bit to select data (true)
- * or command (false). This function must be provided by platform-specific
- * logic. This is an implementation of the cmddata method of the SPI
- * interface defined by struct spi_ops_s (see include/nuttx/spi/spi.h).
- *
- * Input Parameters:
- *
- * spi - SPI device that controls the bus the device that requires the CMD/
- * DATA selection.
- * devid - If there are multiple devices on the bus, this selects which one
- * to select cmd or data. NOTE: This design restricts, for example,
- * one one SPI display per SPI bus.
- * cmd - true: select command; false: select data
- *
- * Returned Value:
- * None
- *
- ****************************************************************************/
-
-#ifdef CONFIG_SPI_CMDDATA
-#ifdef CONFIG_STM32F7_SPI1
-int stm32_spi1cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
- return -ENODEV;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI2
-int stm32_spi2cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
- return -ENODEV;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI3
-int stm32_spi3cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
- return -ENODEV;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI4
-int stm32_spi4cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
- return -ENODEV;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI5
-int stm32_spi5cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
- return -ENODEV;
-}
-#endif
-
-#ifdef CONFIG_STM32F7_SPI6
-int stm32_spi5cmddata(FAR struct spi_dev_s *dev, uint32_t devid, bool cmd)
-{
-:qa
- return -ENODEV;
-}
-#endif
-
-#endif /* CONFIG_SPI_CMDDATA */
-
-#if defined(CONFIG_NUCLEO_SPI_TEST)
-int stm32_spidev_bus_test(void)
-{
- /* Configure and test SPI-*/
-
- uint8_t *tx = (uint8_t *)CONFIG_NUCLEO_SPI_TEST_MESSAGE;
-
-#if defined(CONFIG_NUCLEO_SPI1_TEST)
- spi1 = stm32_spibus_initialize(1);
-
- if (!spi1)
- {
- syslog(LOG_ERR, "ERROR Failed to initialize SPI port 1\n");
- return -ENODEV;
- }
-
- /* Default SPI1 to NUCLEO_SPI1_FREQ and mode */
-
- SPI_SETFREQUENCY(spi1, CONFIG_NUCLEO_SPI1_TEST_FREQ);
- SPI_SETBITS(spi1, CONFIG_NUCLEO_SPI1_TEST_BITS);
- SPI_SETMODE(spi1, CONFIG_NUCLEO_SPI1_TEST_MODE);
- SPI_EXCHANGE(spi1, tx, NULL, ARRAYSIZE(CONFIG_NUCLEO_SPI_TEST_MESSAGE));
-#endif
-
-#if defined(CONFIG_NUCLEO_SPI2_TEST)
- spi2 = stm32_spibus_initialize(2);
-
- if (!spi2)
- {
- syslog(LOG_ERR, "ERROR Failed to initialize SPI port 2\n");
- return -ENODEV;
- }
-
- /* Default SPI2 to NUCLEO_SPI2_FREQ and mode */
-
- SPI_SETFREQUENCY(spi2, CONFIG_NUCLEO_SPI2_TEST_FREQ);
- SPI_SETBITS(spi2, CONFIG_NUCLEO_SPI2_TEST_BITS);
- SPI_SETMODE(spi2, CONFIG_NUCLEO_SPI2_TEST_MODE);
- SPI_EXCHANGE(spi2, tx, NULL, ARRAYSIZE(CONFIG_NUCLEO_SPI_TEST_MESSAGE));
-#endif
-
-#if defined(CONFIG_NUCLEO_SPI3_TEST)
- spi3 = stm32_spibus_initialize(3);
-
- if (!spi3)
- {
- syslog(LOG_ERR, "ERROR Failed to initialize SPI port 2\n");
- return -ENODEV;
- }
-
- /* Default SPI3 to NUCLEO_SPI3_FREQ and mode */
-
- SPI_SETFREQUENCY(spi3, CONFIG_NUCLEO_SPI3_TEST_FREQ);
- SPI_SETBITS(spi3, CONFIG_NUCLEO_SPI3_TEST_BITS);
- SPI_SETMODE(spi3, CONFIG_NUCLEO_SPI3_TEST_MODE);
- SPI_EXCHANGE(spi3, tx, NULL, ARRAYSIZE(CONFIG_NUCLEO_SPI_TEST_MESSAGE));
-#endif
-
- return OK;
-}
-#endif /* NUCLEO_SPI_TEST */
-#endif /* defined(CONFIG_SPI) */
diff --git a/configs/indium-f7/src/stm32_usb.c b/configs/indium-f7/src/stm32_usb.c
deleted file mode 100644
index 9089232cec7..00000000000
--- a/configs/indium-f7/src/stm32_usb.c
+++ /dev/null
@@ -1,333 +0,0 @@
-/************************************************************************************
- * configs/indium-f7/src/stm32_usb.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ************************************************************************************/
-
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-#include
-#include
-#include
-#include
-
-#include "up_arch.h"
-#include "chip.h"
-#include "stm32_gpio.h"
-#include "stm32_otg.h"
-#include "indium-f7.h"
-
-#ifdef CONFIG_STM32F7_OTGFS
-
-/************************************************************************************
- * Pre-processor Definitions
- ************************************************************************************/
-
-#if defined(CONFIG_USBDEV) || defined(CONFIG_USBHOST)
-# define HAVE_USB 1
-#else
-# warning "CONFIG_STM32_OTGFS is enabled but neither CONFIG_USBDEV nor CONFIG_USBHOST"
-# undef HAVE_USB
-#endif
-
-#ifndef CONFIG_NUCLEO144_USBHOST_PRIO
-# define CONFIG_NUCLEO144_USBHOST_PRIO 100
-#endif
-
-#ifndef CONFIG_NUCLEO_USBHOST_STACKSIZE
-# define CONFIG_NUCLEO_USBHOST_STACKSIZE 1024
-#endif
-
-/************************************************************************************
- * Private Data
- ************************************************************************************/
-
-#ifdef CONFIG_USBHOST
-static struct usbhost_connection_s *g_usbconn;
-#endif
-
-/************************************************************************************
- * Private Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: usbhost_waiter
- *
- * Description:
- * Wait for USB devices to be connected.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_USBHOST
-static int usbhost_waiter(int argc, char *argv[])
-{
- struct usbhost_hubport_s *hport;
-
- uinfo("Running\n");
- for (;;)
- {
- /* Wait for the device to change state */
-
- DEBUGVERIFY(CONN_WAIT(g_usbconn, &hport));
- uinfo("%s\n", hport->connected ? "connected" : "disconnected");
-
- /* Did we just become connected? */
-
- if (hport->connected)
- {
- /* Yes.. enumerate the newly connected device */
-
- (void)CONN_ENUMERATE(g_usbconn, hport);
- }
- }
-
- /* Keep the compiler from complaining */
-
- return 0;
-}
-#endif
-
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
-
-/************************************************************************************
- * Name: stm32_usbinitialize
- *
- * Description:
- * Called from stm32_usbinitialize very early in inialization to setup USB-related
- * GPIO pins for the indium-f7 board.
- *
- ************************************************************************************/
-
-void stm32_usbinitialize(void)
-{
- /* The OTG FS has an internal soft pull-up. No GPIO configuration is required */
-
- /* Configure the OTG FS VBUS sensing GPIO, Power On, and Overcurrent GPIOs */
-
-#ifdef CONFIG_STM32F7_OTGFS
- stm32_configgpio(GPIO_OTGFS_VBUS);
- stm32_configgpio(GPIO_OTGFS_PWRON);
- stm32_configgpio(GPIO_OTGFS_OVER);
-#endif
-}
-
-/***********************************************************************************
- * Name: stm32_usbhost_initialize
- *
- * Description:
- * Called at application startup time to initialize the USB host functionality.
- * This function will start a thread that will monitor for device
- * connection/disconnection events.
- *
- ***********************************************************************************/
-
-#ifdef CONFIG_USBHOST
-int stm32_usbhost_initialize(void)
-{
- int pid;
-#if defined(CONFIG_USBHOST_HUB) || defined(CONFIG_USBHOST_MSC) || \
- defined(CONFIG_USBHOST_HIDKBD) || defined(CONFIG_USBHOST_HIDMOUSE)
- int ret;
-#endif
-
- /* First, register all of the class drivers needed to support the drivers
- * that we care about:
- */
-
- uinfo("Register class drivers\n");
-
-#ifdef CONFIG_USBHOST_HUB
- /* Initialize USB hub class support */
-
- ret = usbhost_hub_initialize();
- if (ret < 0)
- {
- uerr("ERROR: usbhost_hub_initialize failed: %d\n", ret);
- }
-#endif
-
-#ifdef CONFIG_USBHOST_MSC
- /* Register the USB mass storage class class */
-
- ret = usbhost_msc_initialize();
- if (ret != OK)
- {
- uerr("ERROR: Failed to register the mass storage class: %d\n", ret);
- }
-#endif
-
-#ifdef CONFIG_USBHOST_CDCACM
- /* Register the CDC/ACM serial class */
-
- ret = usbhost_cdcacm_initialize();
- if (ret != OK)
- {
- uerr("ERROR: Failed to register the CDC/ACM serial class: %d\n", ret);
- }
-#endif
-
-#ifdef CONFIG_USBHOST_HIDKBD
- /* Initialize the HID keyboard class */
-
- ret = usbhost_kbdinit();
- if (ret != OK)
- {
- uerr("ERROR: Failed to register the HID keyboard class\n");
- }
-#endif
-
-#ifdef CONFIG_USBHOST_HIDMOUSE
- /* Initialize the HID mouse class */
-
- ret = usbhost_mouse_init();
- if (ret != OK)
- {
- uerr("ERROR: Failed to register the HID mouse class\n");
- }
-#endif
-
- /* Then get an instance of the USB host interface */
-
- uinfo("Initialize USB host\n");
- g_usbconn = stm32_otgfshost_initialize(0);
- if (g_usbconn)
- {
- /* Start a thread to handle device connection. */
-
- uinfo("Start usbhost_waiter\n");
-
- pid = kthread_create("usbhost", CONFIG_STM32F4DISCO_USBHOST_PRIO,
- CONFIG_STM32F4DISCO_USBHOST_STACKSIZE,
- (main_t)usbhost_waiter, (FAR char * const *)NULL);
- return pid < 0 ? -ENOEXEC : OK;
- }
-
- return -ENODEV;
-}
-#endif
-
-/***********************************************************************************
- * Name: stm32_usbhost_vbusdrive
- *
- * Description:
- * Enable/disable driving of VBUS 5V output. This function must be provided be
- * each platform that implements the STM32 OTG FS host interface
- *
- * "On-chip 5 V VBUS generation is not supported. For this reason, a charge pump
- * or, if 5 V are available on the application board, a basic power switch, must
- * be added externally to drive the 5 V VBUS line. The external charge pump can
- * be driven by any GPIO output. When the application decides to power on VBUS
- * using the chosen GPIO, it must also set the port power bit in the host port
- * control and status register (PPWR bit in OTG_FS_HPRT).
- *
- * "The application uses this field to control power to this port, and the core
- * clears this bit on an overcurrent condition."
- *
- * Input Parameters:
- * iface - For future growth to handle multiple USB host interface. Should be zero.
- * enable - true: enable VBUS power; false: disable VBUS power
- *
- * Returned Value:
- * None
- *
- ***********************************************************************************/
-
-#ifdef CONFIG_USBHOST
-void stm32_usbhost_vbusdrive(int iface, bool enable)
-{
- DEBUGASSERT(iface == 0);
-
- /* Set the Power Switch by driving the active low enable pin */
-
- stm32_gpiowrite(GPIO_OTGFS_PWRON, !enable);
-}
-#endif
-
-/************************************************************************************
- * Name: stm32_setup_overcurrent
- *
- * Description:
- * Setup to receive an interrupt-level callback if an overcurrent condition is
- * detected.
- *
- * Input Parameters:
- * handler - New overcurrent interrupt handler
- * arg - The argument provided for the interrupt handler
- *
- * Returned Value:
- * Zero (OK) is returned on success. Otherwise, a negated errno value is returned
- * to indicate the nature of the failure.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_USBHOST
-int stm32_setup_overcurrent(xcpt_t handler, void *arg)
-{
- return stm32_gpiosetevent(GPIO_OTGFS_OVER, true, true, true, handler, arg);
-}
-#endif
-
-/************************************************************************************
- * Name: stm32_usbsuspend
- *
- * Description:
- * Board logic must provide the stm32_usbsuspend logic if the USBDEV driver is
- * used. This function is called whenever the USB enters or leaves suspend mode.
- * This is an opportunity for the board logic to shutdown clocks, power, etc.
- * while the USB is suspended.
- *
- ************************************************************************************/
-
-#ifdef CONFIG_USBDEV
-void stm32_usbsuspend(FAR struct usbdev_s *dev, bool resume)
-{
- uinfo("resume: %d\n", resume);
-}
-#endif
-
-#endif /* CONFIG_STM32_OTGFS */
diff --git a/configs/indium-f7/src/stm32_userleds.c b/configs/indium-f7/src/stm32_userleds.c
deleted file mode 100644
index 5f5fdfcc5f5..00000000000
--- a/configs/indium-f7/src/stm32_userleds.c
+++ /dev/null
@@ -1,145 +0,0 @@
-/****************************************************************************
- * configs/indium-f7/src/stm32_userleds.c
- *
- * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt
- * Mark Olsson
- * David Sidrane
- * Bob Feretich
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- * used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include
-
-#include
-#include
-
-#include
-#include
-
-#include "stm32_gpio.h"
-#include "indium-f7.h"
-
-#ifndef CONFIG_ARCH_LEDS
-
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-#define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0]))
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-/* This array maps an LED number to GPIO pin configuration and is indexed by
- * BOARD_LED_
- */
-
-static const uint32_t g_ledcfg[BOARD_NLEDS] =
-{
- GPIO_LED_GREEN,
- GPIO_LED_BLUE,
- GPIO_LED_RED,
-};
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: board_userled_initialize
- *
- * Description:
- * If CONFIG_ARCH_LEDS is defined, then NuttX will control the on-board
- * LEDs. If CONFIG_ARCH_LEDS is not defined, then the
- * board_userled_initialize() is available to initialize the LED from user
- * application logic.
- *
- ****************************************************************************/
-
-void board_userled_initialize(void)
-{
- int i;
-
- /* Configure LED1-3 GPIOs for output */
-
- for (i = 0; i < ARRAYSIZE(g_ledcfg); i++)
- {
- stm32_configgpio(g_ledcfg[i]);
- }
-}
-
-/****************************************************************************
- * Name: board_userled
- *
- * Description:
- * If CONFIG_ARCH_LEDS is defined, then NuttX will control the on-board
- * LEDs. If CONFIG_ARCH_LEDS is not defined, then the board_userled() is
- * available to control the LED from user application logic.
- *
- ****************************************************************************/
-
-void board_userled(int led, bool ledon)
-{
- if ((unsigned)led < ARRAYSIZE(g_ledcfg))
- {
- stm32_gpiowrite(g_ledcfg[led], ledon);
- }
-}
-
-/****************************************************************************
- * Name: board_userled_all
- *
- * Description:
- * If CONFIG_ARCH_LEDS is defined, then NuttX will control the on-board
- * LEDs. If CONFIG_ARCH_LEDS is not defined, then the board_userled_all() is
- * available to control the LED from user application logic. NOTE: since
- * there is only a single LED on-board, this is function is not very useful.
- *
- ****************************************************************************/
-
-void board_userled_all(uint8_t ledset)
-{
- int i;
-
- /* Configure LED1-3 GPIOs for output */
-
- for (i = 0; i < ARRAYSIZE(g_ledcfg); i++)
- {
- stm32_gpiowrite(g_ledcfg[i], (ledset & (1 << i)) != 0);
- }
-}
-
-#endif /* !CONFIG_ARCH_LEDS */