Skip to content

Commit b308be3

Browse files
kiwichrisanjohnson
authored andcommitted
rtems: Add arm/xilinx-microzed configuration
- This BSP works with SMP enabled and with LibBSD.
1 parent 6c2cbe0 commit b308be3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# CONFIG.Common.RTEMS-xilinx_zynq_microzed
3+
# Author: Chris Johns <[email protected]>
4+
#
5+
# All RTEMS targets use the same Makefile fragment
6+
#
7+
#EXE = .elf
8+
RTEMS_BSP = xilinx_zynq_microzed
9+
RTEMS_TARGET_CPU = arm
10+
GNU_TARGET = arm-rtems
11+
12+
OP_SYS_LDLIBS += -Wl,--gc-sections
13+
ARCH_DEP_LDFLAGS = -L$(RTEMS_BASE)/$(GNU_TARGET)$(RTEMS_VERSION)/xilinx_zynq_microzed/lib/
14+
15+
16+
include $(CONFIG)/os/CONFIG.Common.RTEMS

0 commit comments

Comments
 (0)