---
layout: rss
title: RSS
permalink: /feed.rss
---
CircuitPython.org Boards
{{ "/" | absolute_url }}
A list of CircuitPython and Blinka supported boards
{{ "now" | date_to_rfc822 }}
{% for board in site.board %}
{%- if board.downloads_display == false -%}
{%- continue -%}
{%- endif -%}
{%- if board.board_id != 'unknown' -%}
-
{{ board.name }}
{{ board.url | absolute_url }}
By {{ board.manufacturer }} {{ board.content }} ]]>
CircuitPython
{{ board.date_added | date: '%s' | plus: twelve_hours | date_to_rfc822 }}
{{ board.url | absolute_url }}
{%- endif -%}
{% endfor %}
{% for board in site.blinka %}
-
{{ board.name }}
{{ board.url | absolute_url }}
By {{ board.manufacturer }} {{ board.content }} ]]>
Blinka
{{ board.date_added | date: '%s' | plus: twelve_hours | date_to_rfc822 }}
{{ board.url | absolute_url }}
{% endfor %}