bsps/stm32h7/spi: Add IRQ support

This commit is contained in:
Kinsey Moore
2024-09-13 10:40:06 -05:00
committed by Chris Johns
parent b1a350a18a
commit b3be636863
5 changed files with 222 additions and 15 deletions

View File

@@ -102,6 +102,8 @@ links:
uid: optprintkinstance
- role: build-dependency
uid: optpwrsupply
- role: build-dependency
uid: optspiirq
- role: build-dependency
uid: optbootcore
- role: build-dependency

View File

@@ -0,0 +1,17 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2024 On-Line Applications Research (OAR)
default:
- enabled-by: true
value: true
description: |
Use SPI devices in interrupt mode
enabled-by: true
format: '{}'
links: []
name: STM32H7_SPI_USE_INTERRUPTS
type: build