diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-23 00:00:13 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-23 00:00:13 -0700 |
| commit | fd7dcff4e99868ab83a3dff4720519aa7ce3467d (patch) | |
| tree | 27bc72e570d730df0a0dea2efd892f79f7566aa8 /.travis.yml | |
| parent | 00eacbf45e970f5bdc6b868f7136c4740a356744 (diff) | |
Add Feather M4 Express support.
* Also fixed detection of SPI flash chip to correct look in the 2+
spots.
* Added support for using QSPI in dual read mode.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a69840333..efb4ec35f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: - TRAVIS_BOARD=feather_m0_rfm69 - TRAVIS_BOARD=feather_m0_rfm9x - TRAVIS_BOARD=feather_m0_express + - TRAVIS_BOARD=feather_m4_express - TRAVIS_BOARD=itsybitsy_m0_express - TRAVIS_BOARD=metro_m0_express - TRAVIS_BOARD=metro_m4_express |
