---
layout: rss
title: RSS
permalink: /feed.rss
---
CircuitPython.org Boards
{{ "/" | absolute_url }}
A list of CircuitPython and Blinka supported boards
{{ "now" | date_to_rfc822 }}
{% assign all_boards = site.board | concat: site.blinka | sort: "date_added" | reverse %}
{% for board in all_boards %}
{%- if board.downloads_display == false -%}
{%- continue -%}
{%- endif -%}
{%- if board.board_id != 'unknown' -%}
-
{{ board.name }}
{{ board.url | absolute_url }}
By {{ board.manufacturer }} {{ board.content }} ]]>
{% if board.blinka %}
Blinka
{% else %}
CircuitPython
{% endif %}
{{ board.date_added | date: "%a, %d %b %Y 00:00:00 GMT" }}
{{ board.url | absolute_url }}
{%- endif -%}
{% endfor %}