mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 09:01:15 +08:00
boards/arm/stm32f7: separate nucleo-144 board into individual boards
nucleo-144 combines 3 different ST boards. This approach is inconsistent with the support for the rest of the nucleo boards, where each board is in separate folders. Also nucleo-144 is no longer reserved for STM32F7 chips but other families also use this format. After this commit nucleo-144 is divided into 3 boards: - nucleo-f746zg - nucleo-f767zi - nucleo-f722ze
This commit is contained in:
12
LICENSE
12
LICENSE
@@ -3355,8 +3355,12 @@ boards/arm/stm32/omnibusf4/src/stm32_romfs.h
|
||||
boards/arm/stm32/omnibusf4/src/stm32_romfs_initialize.c
|
||||
boards/arm/stm32/stm32f4discovery/src/stm32_romfs.h
|
||||
boards/arm/stm32/stm32f4discovery/src/stm32_romfs_initialize.c
|
||||
boards/arm/stm32f7/nucleo-144/src/stm32_romfs.h
|
||||
boards/arm/stm32f7/nucleo-144/src/stm32_romfs_initialize.c
|
||||
boards/arm/stm32f7/nucleo-f722ze/src/stm32_romfs.h
|
||||
boards/arm/stm32f7/nucleo-f722ze/src/stm32_romfs_initialize.c
|
||||
boards/arm/stm32f7/nucleo-f746zg/src/stm32_romfs.h
|
||||
boards/arm/stm32f7/nucleo-f746zg/src/stm32_romfs_initialize.c
|
||||
boards/arm/stm32f7/nucleo-f767zi/src/stm32_romfs.h
|
||||
boards/arm/stm32f7/nucleo-f767zi/src/stm32_romfs_initialize.c
|
||||
=============================================================
|
||||
Copyright (C) 2017 Tomasz Wozniak. All rights reserved.
|
||||
|
||||
@@ -3420,7 +3424,9 @@ 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.
|
||||
|
||||
boards/arm/stm32f7/nucleo-144/src/stm32_dma_alloc.c
|
||||
boards/arm/stm32f7/nucleo-f722ze/src/stm32_dma_alloc.c
|
||||
boards/arm/stm32f7/nucleo-f746zg/src/stm32_dma_alloc.c
|
||||
boards/arm/stm32f7/nucleo-f767zi/src/stm32_dma_alloc.c
|
||||
boards/arm/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c
|
||||
boards/arm/stm32l4/nucleo-l496zg/src/stm32_dma_alloc.c
|
||||
boards/arm/tms570/tms570ls31x-usb-kit/include/nsh_romfsimg.h
|
||||
|
||||
Reference in New Issue
Block a user