From b308be3273fef5dc3b3e6af21bde91e409454d8f Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 19 May 2025 15:28:07 +1000 Subject: [PATCH] rtems: Add arm/xilinx-microzed configuration - This BSP works with SMP enabled and with LibBSD. --- .../os/CONFIG.Common.RTEMS-xilinx_zynq_microzed | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configure/os/CONFIG.Common.RTEMS-xilinx_zynq_microzed diff --git a/configure/os/CONFIG.Common.RTEMS-xilinx_zynq_microzed b/configure/os/CONFIG.Common.RTEMS-xilinx_zynq_microzed new file mode 100644 index 000000000..212b1b16f --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-xilinx_zynq_microzed @@ -0,0 +1,16 @@ +# +# CONFIG.Common.RTEMS-xilinx_zynq_microzed +# Author: Chris Johns +# +# All RTEMS targets use the same Makefile fragment +# +#EXE = .elf +RTEMS_BSP = xilinx_zynq_microzed +RTEMS_TARGET_CPU = arm +GNU_TARGET = arm-rtems + +OP_SYS_LDLIBS += -Wl,--gc-sections +ARCH_DEP_LDFLAGS = -L$(RTEMS_BASE)/$(GNU_TARGET)$(RTEMS_VERSION)/xilinx_zynq_microzed/lib/ + + +include $(CONFIG)/os/CONFIG.Common.RTEMS