forked from Imagelibrary/rtems
The driver uses simple pin set or get functions to emulate an SPI. It doesn't care much for speed settings and just tries it's best.
18 lines
363 B
YAML
18 lines
363 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/include/dev/spi/spi-gpio.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/dev/spi/spi-gpio.c
|
|
type: build
|