Re: [PATCH] spec/beagle: Add missing spi.h install

2022-11-27 Thread Chris Johns
Pushed. Thanks Chris On 26/11/2022 2:19 pm, Kinsey Moore wrote: > The beagle SPI functions are unusable by applications unless this file > is installed with the BSP. This ensures that the file is installed > properly. > --- > spec/build/bsps/arm/beagle/obj.yml | 1 + > 1 file changed, 1 insertio

[PATCH] spec/beagle: Add missing spi.h install

2022-11-25 Thread Kinsey Moore
The beagle SPI functions are unusable by applications unless this file is installed with the BSP. This ensures that the file is installed properly. --- spec/build/bsps/arm/beagle/obj.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/build/bsps/arm/beagle/obj.yml b/spec/build/bsps/arm/b