source: rtems/spec/build/bsps/arm/stm32f4/obj.yml @ 944c210

Last change on this file since 944c210 was 2de3a6e, checked in by Sebastian Huber <sebastian.huber@…>, on 11/29/21 at 07:35:43

build: Use common objects item for get memory

  • Property mode set to 100644
File size: 2.5 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/arm/stm32f4/include/bsp.h
14  - bsps/arm/stm32f4/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/arm/stm32f4/include/bsp/i2c.h
18  - bsps/arm/stm32f4/include/bsp/io.h
19  - bsps/arm/stm32f4/include/bsp/irq.h
20  - bsps/arm/stm32f4/include/bsp/rcc.h
21  - bsps/arm/stm32f4/include/bsp/stm32_i2c.h
22  - bsps/arm/stm32f4/include/bsp/stm32_usart.h
23  - bsps/arm/stm32f4/include/bsp/stm32f10xxx_exti.h
24  - bsps/arm/stm32f4/include/bsp/stm32f10xxx_gpio.h
25  - bsps/arm/stm32f4/include/bsp/stm32f10xxx_rcc.h
26  - bsps/arm/stm32f4/include/bsp/stm32f4.h
27  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_adc.h
28  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_exti.h
29  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_flash.h
30  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_gpio.h
31  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_otgfs.h
32  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_pwr.h
33  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_rcc.h
34  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_syscfg.h
35  - bsps/arm/stm32f4/include/bsp/stm32f4xxxx_tim.h
36  - bsps/arm/stm32f4/include/bsp/usart.h
37- destination: ${BSP_LIBDIR}
38  source:
39  - bsps/arm/stm32f4/start/linkcmds.stm32f105rc
40  - bsps/arm/stm32f4/start/linkcmds.stm32f4
41links: []
42source:
43- bsps/arm/shared/clock/clock-armv7m.c
44- bsps/arm/shared/irq/irq-armv7m.c
45- bsps/arm/shared/irq/irq-dispatch-armv7m.c
46- bsps/arm/shared/start/bsp-start-memcpy.S
47- bsps/arm/stm32f4/console/console-config.c
48- bsps/arm/stm32f4/console/usart.c
49- bsps/arm/stm32f4/i2c/i2c-config.c
50- bsps/arm/stm32f4/i2c/i2c.c
51- bsps/arm/stm32f4/start/bspreset.c
52- bsps/arm/stm32f4/start/bspstart.c
53- bsps/arm/stm32f4/start/bspstarthook.c
54- bsps/arm/stm32f4/start/io.c
55- bsps/arm/stm32f4/start/rcc.c
56- bsps/arm/stm32f4/start/start-config-io.c
57- bsps/shared/cache/nocache.c
58- bsps/shared/dev/btimer/btimer-stub.c
59- bsps/shared/dev/cpucounter/cpucounterfrequency.c
60- bsps/shared/dev/cpucounter/cpucounterread.c
61- bsps/shared/dev/getentropy/getentropy-cpucounter.c
62- bsps/shared/dev/serial/legacy-console-control.c
63- bsps/shared/dev/serial/legacy-console-select.c
64- bsps/shared/dev/serial/legacy-console.c
65- bsps/shared/irq/irq-default-handler.c
66- bsps/shared/start/bspfatal-default.c
67- bsps/shared/start/gettargethash-default.c
68- bsps/shared/start/sbrk.c
69- bsps/shared/start/stackalloc.c
70type: build
Note: See TracBrowser for help on using the repository browser.