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

Chris Johns chrisj at rtems.org
Sun Nov 27 22:56:55 UTC 2022


Module:    rtems
Branch:    master
Commit:    240987228f7f7bab90c20efb8d219e26cf5f51c5
Changeset: http://git.rtems.org/rtems/commit/?id=240987228f7f7bab90c20efb8d219e26cf5f51c5

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Fri Nov 25 21:19:54 2022 -0600

spec/beagle: Add missing spi.h install

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/beagle/obj.yml
index 56072075c2..90b0499031 100644
--- a/spec/build/bsps/arm/beagle/obj.yml
+++ b/spec/build/bsps/arm/beagle/obj.yml
@@ -20,6 +20,7 @@ install:
   - bsps/arm/beagle/include/bsp/irq.h
   - bsps/arm/beagle/include/bsp/pwmss.h
   - bsps/arm/beagle/include/bsp/qep.h
+  - bsps/arm/beagle/include/bsp/spi.h
 - destination: ${BSP_LIBDIR}
   source:
   - bsps/arm/beagle/start/linkcmds



More information about the vc mailing list