forked from Imagelibrary/rtems
bsps/stm32h7/spi: Add IRQ support
This commit is contained in:
committed by
Chris Johns
parent
b1a350a18a
commit
b3be636863
@@ -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
|
||||
|
||||
17
spec/build/bsps/arm/stm32h7/optspiirq.yml
Normal file
17
spec/build/bsps/arm/stm32h7/optspiirq.yml
Normal 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
|
||||
Reference in New Issue
Block a user