source: rtems/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml @ ae2367c

Last change on this file since ae2367c was ae2367c, checked in by Karel Gardas <karel@…>, on 06/03/22 at 09:49:26

bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSP

Nucleo board does not provide any external memory so code does not have
any function here anyway.

Sponsored-By: Precidata

  • Property mode set to 100644
File size: 692 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: arm
3bsp: nucleo-h743zi
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: stm32h7
11includes: []
12install: []
13links:
14- role: build-dependency
15  uid: grp
16source:
17- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
18- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-clk.c
19- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-osc.c
20- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-per.c
21- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
22- bsps/arm/shared/cache/cache-v7m.c
23type: build
Note: See TracBrowser for help on using the repository browser.