Skip to content

Commit

Permalink
Added instructions for RP2040 support
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Nov 10, 2023
1 parent 1590f3b commit 23ee0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const handbookPages = [
items: [
{ file: "embedded/Arduino.md"},
{ file: "embedded/Zephyr.md"},
{ file: "embedded/RP2040.md"},
],
},
{
Expand Down
6 changes: 6 additions & 0 deletions packages/lingua-franca/src/lib/documentationNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ export function getDocumentationNavForLanguage(
permalink: "/docs/handbook/zephyr",
oneline: "Developing LF Programs for Zephyr RTOS.",
},
{
title: "RP2040",
id: "4-rp2040",
permalink: "/docs/handbook/rp2040",
oneline: "Developing LF Programs for the Raspberry Pi RP2040.",
},
],
},
{
Expand Down

0 comments on commit 23ee0d7

Please sign in to comment.