From 354188d5fa1169f906161ad938679a932aee63b3 Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Tue, 20 Oct 2015 22:27:26 +0530 Subject: [PATCH] ThirdParty BSP: Created new minor version for FreeRTOS Signed-off-by: Kinjal Pravinbhai Patel Acked-by: Anirudha Sarangi --- ThirdParty/bsp/freertos821_xilinx/data/freertos821_xilinx.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdParty/bsp/freertos821_xilinx/data/freertos821_xilinx.mld b/ThirdParty/bsp/freertos821_xilinx/data/freertos821_xilinx.mld index 9ffee57b..0b9bf388 100755 --- a/ThirdParty/bsp/freertos821_xilinx/data/freertos821_xilinx.mld +++ b/ThirdParty/bsp/freertos821_xilinx/data/freertos821_xilinx.mld @@ -24,7 +24,7 @@ OPTION DRC = FreeRTOS_drc ; OPTION supported_peripherals = (microblaze ps7_cortexa9 psu_cortexr5); OPTION COPYFILES = all; OPTION NAME = freertos821_xilinx; -OPTION VERSION = 1.0; +OPTION VERSION = 1.1; OPTION DEPENDS = (standalone_v5_3); OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group"; OPTION DESC = "FreeRTOS is a market leading open source RTOS";