Files
rtems/spec/build/bsps/arm/objdevimxspigpio.yml
Christian Mauderer 15f16def12 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.
2024-06-07 06:46:00 +00:00

18 lines
375 B
YAML

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