summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2025-06-19 15:12:49 +0200
committerrobert-hh <robert@hammelrath.com>2025-06-19 15:12:49 +0200
commit32e69f7fdb31781b2b57c260db9ee4cbb70c1bf3 (patch)
treeabfd9109c7c9d7cb10b36c6b63902fe68af99a90
parent09541b78963d6aff334b143c3247271a939d54fa (diff)
samd/boards: Change the SparkFun vendor name to SparkFun.
Only the board.json files are affected. No other file uses the style "Sparkfun". The documentation is fine. Signed-off-by: robert-hh <robert@hammelrath.com>
-rw-r--r--ports/samd/boards/SPARKFUN_REDBOARD_TURBO/board.json2
-rw-r--r--ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/samd/boards/SPARKFUN_REDBOARD_TURBO/board.json b/ports/samd/boards/SPARKFUN_REDBOARD_TURBO/board.json
index b7ccac725..789bd9773 100644
--- a/ports/samd/boards/SPARKFUN_REDBOARD_TURBO/board.json
+++ b/ports/samd/boards/SPARKFUN_REDBOARD_TURBO/board.json
@@ -17,5 +17,5 @@
"product": "SparkFun RedBoard Turbo",
"thumbnail": "",
"url": "https://www.sparkfun.com/products/14812",
- "vendor": "Sparkfun"
+ "vendor": "SparkFun"
}
diff --git a/ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json b/ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json
index b2e6553b2..e5c5411a0 100644
--- a/ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json
+++ b/ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json
@@ -15,5 +15,5 @@
"product": "SparkFun SAMD21 Dev Breakout",
"thumbnail": "",
"url": "https://www.sparkfun.com/products/13672",
- "vendor": "Sparkfun"
+ "vendor": "SparkFun"
}