Experimental SPI DMA support on SAMD (disabled by default)

This commit is contained in:
Phillip Burgess 2018-12-11 20:25:34 -08:00
parent 5026484244
commit 387d7800e6
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#endif
#ifdef USE_SPI_DMA
#pragma message ("SPI DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
#include <Adafruit_ZeroDMA.h>
#endif

View File

@ -1,5 +1,5 @@
name=Adafruit GFX Library
version=1.3.5
version=1.3.6
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.