-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: arm: stm32 nucleo boards support dma feature
This will add the corresponding tests/drivers/dma/ tests to the sanity check Signed-off-by: Francois Ramu <[email protected]>
- Loading branch information
1 parent
64da50f
commit 8cb7777
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ supported: | |
- arduino_i2c | ||
- pwm | ||
- gpio | ||
- dma | ||
- spi | ||
- i2c | ||
- counter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ supported: | |
- gpio | ||
- i2c | ||
- counter | ||
- dma | ||
- spi | ||
- pwm | ||
- adc | ||
|