{# This file generates the top-level index.html file. We are very obviously stealing from the Python docs' style ;). #} {% extends "layout.html" %} {% set css_files = css_files + ["_static/index-style.css"] %} {% set content_sep = "·" %} {% block body %}

Hi There!

This is the documentation for librambutan, a libre firmware library for STM32 ARM microcontrollers. If browsing on the docs.rambutan.cc website, you can select the version/branch from the box in the lower right-hand corner.

Read This First

Having problems? Check out Troubleshooting and the FAQ. Can't find what you want here? Head back up to the project-wide docs.

See the What's New page for changes that are new in '{{ release }}'.

Contents at a Glance

Getting Started

Programming

Hardware and Peripherals

{% endblock %}