diff --git a/.travis.yml b/.travis.yml
index 3f123fe6eb053..330a16e41fa68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ env:
- TRAVIS_BOARD=gemma_m0
- TRAVIS_BOARD=hallowing_m0_express
- TRAVIS_BOARD=feather52832
- - TRAVIS_BOARD=pca10056
+# - TRAVIS_BOARD=pca10056
- TRAVIS_TEST=qemu
- TRAVIS_TEST=unix
- TRAVIS_TEST=docs
diff --git a/docs/drivers.rst b/docs/drivers.rst
index 37bebb46aca2d..4c5004d6bd4e2 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -66,6 +66,9 @@ These libraries build on top of the low level APIs to simplify common tasks.
AVR programming
DC Motor and Servo
SD Card
+ miniQR Non-hardware QR code generator
+ Slideshow
+ LED Animation
Blinky
--------
@@ -111,6 +114,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
.. toctree::
+ ADXL34x 3 Axis Accelerometer
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation
FXAS21002C Gyroscope
FXOS8700 Accelerometer
@@ -119,6 +123,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
LSM303 Accelerometer and Magnetometer
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature
+ MLX90390 3 Axis Mangetometer
MMA8451 3 axis accelerometer
Environmental Sensors
@@ -134,13 +139,18 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
BME280 Temperature, Humidity and Pressure
BME680 Temperature, Humidity, Pressure and Gas
BMP280 Barometric Pressure and Altitude
+ BMP3xx Barometric Pressure and Altimeter
CCS811 Air Quality
DHT Temperature and Humidity
DS18x20 Temperature
+ HTU21D Temperature and Humidity
MAX31865 Thermocouple Amplifier, Temperature
MAX31855 Thermocouple Amplifier, Temperature
+ MAX31856 Thermocouple Amplifier, Temperature
MCP9808 Temperature
+ MP115A2 Barometric Pressure, Temperature
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor
+ MPRLS Ported Absolute Pressure
SGP30 Air Quality
SHT31-D Temperature and Humidity
Si7021 Temperature and Humidity
@@ -161,6 +171,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
TSL2591 High Dynamic Range Light Sensor
VCNL4010 Proximity and Light
VEML6070 UV Index
+ VEML6075 UV Index
Distance Sensors
------------------
@@ -169,6 +180,8 @@ These sensors measure the ``distance`` to another object and may also measure li
.. toctree::
+ Garmin LIDARLite I2C
+ TFmini IR Time of Flight ~30cm - 12m
VL6180x 5 - 100 mm
VL53L0x ~30 - 1000 mm
@@ -179,6 +192,7 @@ These chips communicate to other's over radio.
.. toctree::
+ Adafruit Bluefruit LE SPI Friend
RFM9x LoRa
RFM69 Packet Radio
@@ -206,9 +220,12 @@ Miscellaneous
.. toctree::
+ CAP1188 8-Key Capacitive Touch
Si4713 Stereo FM Transmitter
AMG88xx Grid-Eye IR Camera
Trellis 4x4 Keypad
+ NeoTrellis 4x4 Keypad
+ NeoTrellis M4 4x8 Keypad
DRV2605 Haptic Motor Controller
MAX9744 Audio Amplifier
Si5351 Clock Generator
@@ -216,3 +233,5 @@ Miscellaneous
VC0706 TTL Camera
INA219 High Side Current
Fingerprint
+ VS1053 Audio Codec
+ FRAM Non-Volatile Memory
diff --git a/tools/build_adafruit_bins.sh b/tools/build_adafruit_bins.sh
index 29ee35c6adfc7..961162bd3b0ae 100755
--- a/tools/build_adafruit_bins.sh
+++ b/tools/build_adafruit_bins.sh
@@ -2,7 +2,7 @@ rm -rf ports/atmel-samd/build*
rm -rf ports/esp8266/build*
rm -rf ports/nrf/build*
-ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52832 feather_huzzah pca10056 hallowing_m0_express"
+ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52832 feather_huzzah hallowing_m0_express"
ROSIE_SETUPS="rosie-ci"
PARALLEL="-j 5"