summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/lm32/milkymist/bspmilkymist.yml')
-rw-r--r--spec/build/bsps/lm32/milkymist/bspmilkymist.yml67
1 files changed, 67 insertions, 0 deletions
diff --git a/spec/build/bsps/lm32/milkymist/bspmilkymist.yml b/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
new file mode 100644
index 0000000000..a599d42f8d
--- /dev/null
+++ b/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
@@ -0,0 +1,67 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+arch: lm32
+bsp: milkymist
+build-type: bsp
+cflags: []
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+enabled-by: true
+family: milkymist
+includes: []
+install:
+- destination: ${BSP_INCLUDEDIR}
+ source:
+ - bsps/lm32/milkymist/include/bsp.h
+ - bsps/lm32/milkymist/include/system_conf.h
+ - bsps/lm32/milkymist/include/tm27.h
+- destination: ${BSP_LIBDIR}
+ source:
+ - bsps/lm32/milkymist/start/linkcmds
+links:
+- role: build-dependency
+ uid: ../grp
+- role: build-dependency
+ uid: abi
+- role: build-dependency
+ uid: objnet
+- role: build-dependency
+ uid: optsim
+- role: build-dependency
+ uid: ../start
+- role: build-dependency
+ uid: ../../obj
+- role: build-dependency
+ uid: ../../objirqdflt
+- role: build-dependency
+ uid: ../../opto2
+- role: build-dependency
+ uid: ../../bspopts
+source:
+- bsps/lm32/milkymist/start/bspclean.c
+- bsps/lm32/shared/irq/irq.c
+- bsps/lm32/shared/milkymist_ac97/ac97.c
+- bsps/lm32/shared/milkymist_buttons/buttons.c
+- bsps/lm32/shared/milkymist_clock/ckinit.c
+- bsps/lm32/shared/milkymist_console/console.c
+- bsps/lm32/shared/milkymist_console/uart.c
+- bsps/lm32/shared/milkymist_dmx/dmx.c
+- bsps/lm32/shared/milkymist_flash/flash.c
+- bsps/lm32/shared/milkymist_framebuffer/framebuffer.c
+- bsps/lm32/shared/milkymist_gpio/gpio.c
+- bsps/lm32/shared/milkymist_ir/ir.c
+- bsps/lm32/shared/milkymist_memcard/memcard.c
+- bsps/lm32/shared/milkymist_midi/midi.c
+- bsps/lm32/shared/milkymist_pfpu/pfpu.c
+- bsps/lm32/shared/milkymist_timer/timer.c
+- bsps/lm32/shared/milkymist_tmu/tmu.c
+- bsps/lm32/shared/milkymist_usbinput/usbinput.c
+- bsps/lm32/shared/milkymist_versions/versions.c
+- bsps/lm32/shared/milkymist_video/video.c
+- bsps/lm32/shared/start/bspstart.c
+- bsps/shared/cache/nocache.c
+- bsps/shared/dev/getentropy/getentropy-cpucounter.c
+- bsps/shared/start/bspgetworkarea-default.c
+- bsps/shared/start/bspreset-empty.c
+- bsps/shared/start/sbrk.c
+type: build