From 5cc169573dc80209b19f3d4752aa8f5f7f457ebb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 19 Apr 2021 10:55:33 +0200 Subject: Fixes for TMS570 BSP When compiling the lwIP port for the TMS570, there were issues with the BSP. Headers are expected in a folder named ti_herc which did not exist. This fixes the issue. Furthermore, there were multiple warnings about define redefinitions. This was fixed as well. --- spec/build/bsps/arm/tms570/obj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps') diff --git a/spec/build/bsps/arm/tms570/obj.yml b/spec/build/bsps/arm/tms570/obj.yml index 7932299c1d..36f99a700e 100644 --- a/spec/build/bsps/arm/tms570/obj.yml +++ b/spec/build/bsps/arm/tms570/obj.yml @@ -29,7 +29,7 @@ install: - bsps/arm/tms570/include/bsp/tms570_selftest_parity.h - bsps/arm/tms570/include/bsp/tms570lc4357-pins.h - bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h -- destination: ${BSP_INCLUDEDIR}/bsp/ti/herc +- destination: ${BSP_INCLUDEDIR}/bsp/ti_herc source: - bsps/arm/tms570/include/bsp/ti_herc/reg_adc.h - bsps/arm/tms570/include/bsp/ti_herc/reg_ccmsr.h -- cgit v1.2.3