From 634b4691b0bef827ca948495ecd4ddf3aea2de9c Mon Sep 17 00:00:00 2001
From: Alexander Entinger
Date: Sun, 13 Dec 2020 21:40:00 +0100
Subject: [PATCH 1/3] Limit supported core architectures to samd and mbed
---
library.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library.properties b/library.properties
index c969510..4d56fdb 100644
--- a/library.properties
+++ b/library.properties
@@ -6,5 +6,5 @@ sentence=Arduino library for interfacing with the TMF8801 time-of-flight distanc
paragraph=
category=Sensors
url=https://github.com/107-systems/107-Arduino-TMF8801
-architectures=*
+architectures=samd,mbed
includes=ArduinoTMF8801.h
From a5b9186dac6b3afa1fabe562be91ff256a16d5e9 Mon Sep 17 00:00:00 2001
From: Alexander Entinger
Date: Sun, 13 Dec 2020 21:41:41 +0100
Subject: [PATCH 2/3] List all supported boards in README:
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index a1a09a3..ef8d41f 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,10 @@ Arduino library for the AMS TMF8801 time-of-flight sensor.
+This library works for
+* [ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd): [`Arduino Zero`](https://store.arduino.cc/arduino-zero), [`MKR 1000`](https://store.arduino.cc/arduino-mkr1000-wifi), [`MKR WiFi 1010`](https://store.arduino.cc/arduino-mkr-wifi-1010), [`Nano 33 IoT`](https://store.arduino.cc/arduino-nano-33-iot), [`MKR GSM 1400`](https://store.arduino.cc/arduino-mkr-gsm-1400-1415), [`MKR NB 1500`](https://store.arduino.cc/arduino-mkr-nb-1500-1413), [`MKR WAN 1300/1310`](https://store.arduino.cc/mkr-wan-1310) :heavy_check_mark:
+* [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed): [`Portenta H7`](https://store.arduino.cc/portenta-h7), [`Nano 33 BLE`](https://store.arduino.cc/arduino-nano-33-ble) :heavy_check_mark:
+
### Hardware
#### Breakout/Development-Board
* [TMF8801Breakout](https://github.com/generationmake/TMF8801Breakout)
From 35651758317df1c17bbd068295f005380df83543 Mon Sep 17 00:00:00 2001
From: Alexander Entinger
Date: Sun, 13 Dec 2020 21:44:06 +0100
Subject: [PATCH 3/3] Adding "wan" (for MKR WAN) to codespell ignore list to
avoid false positives
---
extras/codespell-ignore-words-list.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/codespell-ignore-words-list.txt b/extras/codespell-ignore-words-list.txt
index e69de29..e49ad48 100644
--- a/extras/codespell-ignore-words-list.txt
+++ b/extras/codespell-ignore-words-list.txt
@@ -0,0 +1 @@
+wan