diff options
| author | robert-hh <robert@hammelrath.com> | 2025-06-19 15:12:49 +0200 |
|---|---|---|
| committer | robert-hh <robert@hammelrath.com> | 2025-06-19 15:12:49 +0200 |
| commit | 32e69f7fdb31781b2b57c260db9ee4cbb70c1bf3 (patch) | |
| tree | abfd9109c7c9d7cb10b36c6b63902fe68af99a90 | |
| parent | 09541b78963d6aff334b143c3247271a939d54fa (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.json | 2 | ||||
| -rw-r--r-- | ports/samd/boards/SPARKFUN_SAMD21_DEV_BREAKOUT/board.json | 2 |
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" } |
