[PATCH] bsps/arm: fix installation broken by recent CMSIS files update
Chris Johns
chrisj at rtems.org
Tue Jul 25 01:34:01 UTC 2023
Hi Karel,
I did not see this and made and pushed a similar patch. Thanks for this and
sorry for not checking closely as I missed it on the first pass.
Thanks
Chris
On 25/7/2023 1:53 am, Karel Gardas wrote:
> ---
> spec/build/bsps/arm/grp.yml | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml
> index 1058f58d92..a48cd80d74 100644
> --- a/spec/build/bsps/arm/grp.yml
> +++ b/spec/build/bsps/arm/grp.yml
> @@ -10,12 +10,13 @@ includes: []
> install:
> - destination: ${BSP_INCLUDEDIR}
> source:
> + - bsps/arm/include/cachel1_armv7.h
> + - bsps/arm/include/cmsis_compiler.h
> - bsps/arm/include/cmsis_gcc.h
> + - bsps/arm/include/cmsis_version.h
> - bsps/arm/include/core_cm7.h
> - bsps/arm/include/core_cm4.h
> - - bsps/arm/include/core_cmFunc.h
> - - bsps/arm/include/core_cmInstr.h
> - - bsps/arm/include/core_cmSimd.h
> + - bsps/arm/include/mpu_armv7.h
> - bsps/arm/include/uart.h
> - destination: ${BSP_INCLUDEDIR}/bsp
> source:
More information about the devel
mailing list