forked from Imagelibrary/rtems
bsps/imx*: Add an i.MX* specific GPIO SPI driver
This driver uses the generic spi-gpio driver to implement one based on the i.MX* GPIO API.
This commit is contained in:
committed by
Sebastian Huber
parent
0e7567bc2a
commit
15f16def12
@@ -64,6 +64,10 @@ links:
|
||||
uid: ../../objirq
|
||||
- role: build-dependency
|
||||
uid: ../../objdevfsledma
|
||||
- role: build-dependency
|
||||
uid: ../objdevimxspigpio
|
||||
- role: build-dependency
|
||||
uid: ../../objdevspigpio
|
||||
- role: build-dependency
|
||||
uid: ../../objmem
|
||||
- role: build-dependency
|
||||
|
||||
17
spec/build/bsps/arm/objdevimxspigpio.yml
Normal file
17
spec/build/bsps/arm/objdevimxspigpio.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: objects
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2024 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/dev/spi
|
||||
source:
|
||||
- bsps/arm/include/dev/spi/imx-spi-gpio.h
|
||||
links: []
|
||||
source:
|
||||
- bsps/arm/shared/spi/imx-spi-gpio.c
|
||||
type: build
|
||||
Reference in New Issue
Block a user