File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ const sidebars: SidebarsConfig = {
179
179
{
180
180
"type" : "doc" ,
181
181
"id" : "embedded/zephyr"
182
+ } ,
183
+ {
184
+ "type" : "doc" ,
185
+ "id" : "embedded/rp2040"
182
186
}
183
187
]
184
188
} ,
You can’t perform that action at this time.
0 commit comments