8000 Rewrite all boards with a valid date_added · adafruit/circuitpython-org@d3160e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3160e5

Browse files
committed
Rewrite all boards with a valid date_added
This also reformats all front matter due to how the file is processed. The transformation was done with ```py import datetime import sys import frontmatter for i in sys.argv[1:]: post = frontmatter.load(i) date_added = post.get("date_added", "") if isinstance(date_added, str): try: date_added = datetime.datetime.strptime(date_added, "%Y-%m-%d").replace(hour=12) except ValueError as exc: print(f"Failed to parse date {date_added} in {i}: {exc}") elif isinstance(date_added, datetime.date): date_added = datetime.datetime.combine(date_added, datetime.time(hour=12)) post["date_added"] = date_added with open(i, "wb") as f: frontmatter.dump(post, f) f.write(b"\n") # Re-add trailing newline ```
1 parent 70866ae commit d3160e5

File tree

628 files changed

+7814
-7920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

628 files changed

+7814
-7920
lines changed

_blinka/adafruit_feather_rp2040.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
layout: download
3-
board_id: "adafruit_feather_rp2040"
4-
title: "Feather RP2040 Download"
5-
name: "Feather RP2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/4884"
9-
board_image: "adafruit_feather_rp2040.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2021-12-6
3+
board_id: adafruit_feather_rp2040
4+
board_image: adafruit_feather_rp2040.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/4884
7+
date_added: 2021-12-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
139
features:
14-
- Feather-Compatible
15-
- STEMMA QT/QWIIC
10+
- Feather-Compatible
11+
- STEMMA QT/QWIIC
12+
layout: download
13+
manufacturer: Adafruit
14+
name: Feather RP2040
15+
title: Feather RP2040 Download
1616
---
1717

1818
A new chip means a new Feather, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the Feather Treatment" and so we did! This Feather features the **RP2040**, and all niceties you know and love about Feather.

_blinka/adafruit_feather_rp2040_can.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
layout: download
3-
board_id: "adafruit_feather_rp2040_can"
4-
title: "Feather RP2040 CAN Bus Download"
5-
name: "Feather RP2040 CAN Bus"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5724"
9-
board_image: "adafruit_feather_rp2040_can.jpg"
102
blinka: true
11-
date_added: 2023-5-2
12-
tags:
13-
- CAN Bus Feather
14-
- Feather CAN Bus
3+
board_id: adafruit_feather_rp2040_can
4+
board_image: adafruit_feather_rp2040_can.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5724
7+
date_added: 2023-05-02 12:00:00
158
features:
16-
- Feather-Compatible
17-
- STEMMA QT/QWIIC
9+
- Feather-Compatible
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Feather RP2040 CAN Bus
14+
tags:
15+
- CAN Bus Feather
16+
- Feather CAN Bus
17+
title: Feather RP2040 CAN Bus Download
1818
---
1919

2020
If you'd like quickly get started with CAN bus interfacing, with no soldering required, our **Adafruit RP2040 CAN Bus Feather** comes ready-to-rock with a microcontroller, CAN chipset and terminal blocks for instant gratification. [The controller used is the MCP26525 (aka a MCP2515 with built-in transciever), an extremely popular and well-supported chipset](https://www.microchip.com/en-us/product/MCP2515) that has drivers in Arduino and [CircuitPython](https://github.com/adafruit/Adafruit_CircuitPython_MCP2515) and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps.

_blinka/adafruit_feather_rp2040_rfm.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
2-
layout: download
3-
board_id: "adafruit_feather_rp2040_rfm"
4-
title: "Feather RP2040 RFM9x Board Download"
5-
name: "Feather RP2040 RFM9x"
6-
manufacturer: "Adafruit"
7-board_url:
8-
- "https://www.adafruit.com/product/5714"
9-
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
102
blinka: true
11-
date_added: 2023-4-4
3+
board_id: adafruit_feather_rp2040_rfm
4+
board_image: adafruit_feather_rp2040_rfm9x.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5714
7+
date_added: 2023-04-04 12:00:00
128
features:
13-
- Feather-Compatible
14-
- STEMMA QT/QWIIC
9+
- Feather-Compatible
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Feather RP2040 RFM9x
14+
title: Feather RP2040 RFM9x Board Download
1515
---
16+
1617
This is the Adafruit Feather RP2040 RFM9x. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi.
1718

1819
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.
@@ -57,4 +58,4 @@ To make it easy to use for portable projects, we added a connector for any of ou
5758

5859
## Purchase
5960

60-
* [Adafruit](https://www.adafruit.com/product/5714)
61+
* [Adafruit](https://www.adafruit.com/product/5714)

_blinka/adafruit_feather_rp2040_rfm69.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
2-
layout: download
3-
board_id: "adafruit_feather_rp2040_rfm"
4-
title: "Feather RP2040 RFM69 Board Download"
5-
name: "Feather RP2040 RFM69"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5712"
9-
board_image: "adafruit_feather_rp2040_rfm69.jpg"
102
blinka: true
11-
date_added: 2023-4-4
3+
board_id: adafruit_feather_rp2040_rfm
4< F89D span class="diff-text-marker">+
board_image: adafruit_feather_rp2040_rfm69.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5712
7+
date_added: 2023-04-04 12:00:00
128
features:
13-
- Feather-Compatible
14-
- STEMMA QT/QWIIC
9+
- Feather-Compatible
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Feather RP2040 RFM69
14+
title: Feather RP2040 RFM69 Board Download
1515
---
16+
1617
This is the Adafruit Feather RP2040 RFM69. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi.
1718

1819
Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.
@@ -59,4 +60,4 @@ To make it easy to use for portable projects, we added a connector for any of ou
5960

6061
## Purchase
6162

62-
* [Adafruit](https://www.adafruit.com/product/5712)
63+
* [Adafruit](https://www.adafruit.com/product/5712)

_blinka/adafruit_feather_rp2040_thinkink.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
layout: download
3-
board_id: "adafruit_feather_rp2040_thinkink"
4-
title: "Feather RP2040 ThinkInk Download"
5-
name: "Feather RP2040 ThinkInk"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5727"
9-
board_image: "adafruit_feather_rp2040_thinkink.jpg"
102
blinka: true
11-
date_added: 2023-5-2
12-
tags:
13-
- ThinkInk Feather
14-
- Feather ThinkInk
3+
board_id: adafruit_feather_rp2040_thinkink
4+
board_image: adafruit_feather_rp2040_thinkink.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5727
7+
date_added: 2023-05-02 12:00:00
158
features:
16-
- Feather-Compatible
17-
- STEMMA QT/QWIIC
9+
- Feather-Compatible
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Feather RP2040 ThinkInk
14+
tags:
15+
- ThinkInk Feather
16+
- Feather ThinkInk
17+
title: Feather RP2040 ThinkInk Download
1818
---
1919

2020
Easy e-paper and RP2040 finally come to your Feather with this Adafruit RP2040 Feather Think Ink that's designed to make it a breeze to add almost any common e-Ink/e-Paper display. Chances are you've seen one of those new-fangled 'e-readers' like the Kindle or Nook. They have gigantic electronic paper 'static' displays - that means the image stays on the display even when power is completely disconnected. The image is also high contrast and very daylight readable. It really does look just like printed paper!

_blinka/adafruit_itsybitsy_rp2040.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
layout: download
3-
board_id: "adafruit_itsybitsy_rp2040"
4-
title: "ItsyBitsy RP2040 Download"
5-
name: "ItsyBitsy RP2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/4888"
9-
board_image: "adafruit_itsybitsy_rp2040.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2021-12-6
13-
features:
14-
3+
board_id: adafruit_itsybitsy_rp2040
4+
board_image: adafruit_itsybitsy_rp2040.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/4888
7+
date_added: 2021-12-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
9+
features: null
10+
layout: download
11+
manufacturer: Adafruit
12+
name: ItsyBitsy RP2040
13+
title: ItsyBitsy RP2040 Download
1514
---
1615

1716
A new chip means a new ItsyBitsy, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the ItsyBitsy teensy-weensy Treatment" and so we did! This Itsy' features the RP2040, and all niceties you know and love about the [ItsyBitsy family](https://www.adafruit.com/category/1008).

_blinka/adafruit_kb2040.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
layout: download
3-
board_id: "adafruit_kb2040"
4-
title: "Adafruit KB2040 Download"
5-
name: "Adafruit KB2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5302"
9-
board_image: "adafruit_kb2040.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2023-9-6
3+
board_id: adafruit_kb2040
4+
board_image: adafruit_kb2040.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5302
7+
date_added: 2023-09-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
139
features:
14-
- STEMMA QT/QWIIC
15-
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Adafruit KB2040
14+
title: Adafruit KB2040 Download
1615
---
1716

1817
A wild Kee Boar appears! It’s a shiny **KB2040**! An Arduino Pro Micro-shaped board for Keebs with RP2040. (#keeblife 4 evah) A lot of folks like using Adafruit parts for their Keeb builds – but with the ItsyBitsy not being pin-compatible with the Pro Micro pinout, it really wasn't very easy without some sort of adapter plate.

_blinka/adafruit_macropad_rp2040.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
layout: download
3-
board_id: "adafruit_macropad_rp2040"
4-
title: "MacroPad RP2040 Download"
5-
name: "MacroPad RP2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5128"
9-
board_image: "adafruit_macropad_rp2040.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2021-12-6
3+
board_id: adafruit_macropad_rp2040
4+
board_image: adafruit_macropad_rp2040.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5128
7+
date_added: 2021-12-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
139
features:
14-
- STEMMA QT/QWIIC
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: MacroPad RP2040
14+
title: MacroPad RP2040 Download
1515
---
1616

1717
Strap yourself in, we're launching in T-minus 10 seconds...Destination? A new Class M planet called MACROPAD! M here, stands for Microcontroller because this 3x4 keyboard controller features the newest technology from the Raspberry Pi sector: say hello to the RP2040. It's speedy little microcontroller with lots of GPIO pins and a 64 times more RAM than the Apollo Guidance Computer. We added 8 MB of flash memory for plenty of storage.

_blinka/adafruit_qt2040_trinkey.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
layout: download
3-
board_id: "adafruit_qt2040_trinkey"
4-
title: "Trinkey QT2040 Download"
5-
name: "Trinkey QT2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/5056"
9-
board_image: "adafruit_qt2040_trinkey.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2021-12-6
3+
board_id: adafruit_qt2040_trinkey
4+
board_image: adafruit_qt2040_trinkey.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/5056
7+
date_added: 2021-12-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
139
features:
14-
- STEMMA QT/QWIIC
15-
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: Trinkey QT2040
14+
title: Trinkey QT2040 Download
1615
---
1716

1817
It's half USB Key, half Adafruit QT Py, and a lotta RP2040*...*it's **Trinkey QT2040**, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the [QT Py 2040](https://www.adafruit.com/product/4900) we made, but maybe you want something plug-and-play. So we thought, hey what if we made something like that plugs right into your computer's USB port? And this is what we came up with!

_blinka/adafruit_qtpy_rp2040.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
layout: download
3-
board_id: "adafruit_qtpy_rp2040"
4-
title: "QT Py RP2040 Download"
5-
name: "QT Py RP2040"
6-
manufacturer: "Adafruit"
7-
board_url:
8-
- "https://www.adafruit.com/product/4900"
9-
board_image: "adafruit_qtpy_rp2040.jpg"
10-
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
112
blinka: true
12-
date_added: 2021-12-6
3+
board_id: adafruit_qtpy_rp2040
4+
board_image: adafruit_qtpy_rp2040.jpg
5+
board_url:
6+
- https://www.adafruit.com/product/4900
7+
date_added: 2021-12-06 12:00:00
8+
download_instructions: https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico
139
features:
14-
- STEMMA QT/QWIIC
10+
- STEMMA QT/QWIIC
11+
layout: download
12+
manufacturer: Adafruit
13+
name: QT Py RP2040
14+
title: QT Py RP2040 Download
1515
---
1616

1717
What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It's been made famous in the new [Raspberry Pi Pico](https://www.adafruit.com/pico) *and* our [Feather RP2040](http://www.adafruit.com/product/4884) and [ItsyBitsy RP2040](http://www.adafruit.com/product/4888), but what if we wanted something really *smol?*

_blinka/avnet_iiot_gateway.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
layout: download
3-
board_id: "avnet_iiot_gateway"
4-
title: "SmartEdge Industrial IOT Gateway Download"
5-
name: "SmartEdge Industrial IOT Gateway"
6-
manufacturer: "Avnet, Inc."
2+
blinka: true
3+
board_id: avnet_iiot_gateway
4+
board_image: avnet_iiot_gateway.jpg
75
board_url:
8-
- "https://www.avnet.com/wps/portal/us/solutions/iot/products/gateways/"
9-
board_image: "avnet_iiot_gateway.jpg"
6+
- https://www.avnet.com/wps/portal/us/solutions/iot/products/gateways/
7+
date_added: 2020-05-15 12:00:00
108
downloads_display: true
11-
blinka: true
12-
date_added: 2020-5-15
139
features:
14-
- Wi-Fi
15-
- Bluetooth/BLE
16-
- Ethernet
17-
- HDMI/DisplayPort
18-
- 40-pin GPIO
10+
- Wi-Fi
11+
- Bluetooth/BLE
12+
- Ethernet
13+
- HDMI/DisplayPort
14+
- 40-pin GPIO
15+
layout: download
16+
manufacturer: Avnet, Inc.
17+
name: SmartEdge Industrial IOT Gateway
18+
title: SmartEdge Industrial IOT Gateway Download
1919
---
2020

2121
Gateways can be as varied as the devices they help connect, with each gateway needing different protocols, connection methodologies and energy requirements to bring together the myriad of distributed parts that make up the IoT whole. Gateways serve critical functions such as data filtering and security and up to application code. Whether an app on a mobile device, a demo board, or even a connected sensor, gateways are critical to the functioning of the IoT—and Avnet’s deep hardware experience help connect your solutions to the cloud smartly and with security in mind.

_blinka/banana_pi_bpi_m2_plus.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
layout: download
3-
board_id: "banana_pi_bpi_m2_plus"
4-
title: "Banana Pi BPI-M2+ Download"
5-
name: "Banana Pi BPI-M2+"
6-
manufacturer: "SinoVoip"
2+
blinka: true
3+
board_id: banana_pi_bpi_m2_plus
4+
board_image: banana_pi_bpi_m2_plus.jpg
75
board_url:
8-
- "https://wiki.banana-pi.org/Banana_Pi_BPI-M2%2B"
9-
board_image: "banana_pi_bpi_m2_plus.jpg"
10-
download_instructions: ""
6+
- https://wiki.banana-pi.org/Banana_Pi_BPI-M2%2B
7+
date_added: 2022-10-17 12:00:00
8+
download_instructions: ''
119
downloads_display: true
12-
blinka: true
13-
date_added: 2022-10-17
1410
features:
15-
- Wi-Fi
16-
- Bluetooth/BLE
17-
- HDMI/DisplayPort
18-
- 40-pin GPIO
19-
- Ethernet
20-
- Infrared Receiver
11+
- Wi-Fi
12+
- Bluetooth/BLE
13+
- HDMI/DisplayPort
14+
- 40-pin GPIO
15+
- Ethernet
16+
- Infrared Receiver
17+
layout: download
18+
manufacturer: SinoVoip
19+
name: Banana Pi BPI-M2+
20+
title: Banana Pi BPI-M2+ Download
2121
---
2222

2323
Banana PI BPI-M2+ is the open source hardware platform, use Alliwnner H3 (option H2+ chip and H5 chip ) chip on board. and mini size only 65mm*65mm,

0 commit comments

Comments
 (0)
0