add DMA support for nrf52

This commit is contained in:
ladyada 2019-10-17 14:28:17 -04:00
parent c4e7aea568
commit 051fe67a0f
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: c
sudo: false
dist: "trusty"
cache:
directories:
- ~/arduino_ide
@ -12,6 +11,13 @@ env:
global:
- PRETTYNAME="Adafruit GFX Library"
addons:
apt:
packages:
- python3
- python3-pip
- python3-setuptools
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

View File

@ -1,5 +1,5 @@
name=Adafruit GFX Library
version=1.5.7
version=1.6.0
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.