mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:29:17 +08:00
bsps: Add a GPIO based SPI driver
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.
This commit is contained in:
committed by
Sebastian Huber
parent
7179f23340
commit
0e7567bc2a
@@ -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/include/dev/spi/spi-gpio.h
|
||||
links: []
|
||||
source:
|
||||
- bsps/shared/dev/spi/spi-gpio.c
|
||||
type: build
|
||||
Reference in New Issue
Block a user