Skip to content

Commit 372d196

Browse files
committed
Added pointer to RP2040 docs
1 parent 63a6cc8 commit 372d196

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/embedded/rp2040.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: RP2040
3+
description: Developing LF Programs for RP2040.
4+
---
5+
# Overview
6+
Lingua Franca's C-runtime supports the [Raspberry Pi RP2040](https://en.wikipedia.org/wiki/RP2040),
7+
an inexpensive microcontroller that is typically used without an operating system ("bare metal").
8+
A series of lab excercises have been developed for instructional use, but these also
9+
serve as the best documentation and guide for developing programs for the RP2040.
10+
These lab exercises use the [Pololu 3pi+ 2040 robot](https://www.pololu.com/docs/0J86),
11+
which has an RP2040, but the exercises can be adapted to other robots and RP2040 platforms.
12+
See the [RP2040 lab page](https://lf-lang.org/embedded-lab/) for more information.

docs/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ const sidebars: SidebarsConfig = {
179179
{
180180
"type": "doc",
181181
"id": "embedded/zephyr"
182+
},
183+
{
184+
"type": "doc",
185+
"id": "embedded/rp2040"
182186
}
183187
]
184188
},

0 commit comments

Comments
 (0)