Skip to content

Commit a33fd79

Browse files
committed
Point to support for nRF52
1 parent 5c1c9d9 commit a33fd79

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ const sidebars: SidebarsConfig = {
188188
"type": "doc",
189189
"id": "embedded/rp2040"
190190
},
191+
{
192+
"type": "doc",
193+
"id": "embedded/nRF52"
194+
},
191195
{
192196
"type": "doc",
193197
"id": "embedded/flexpret"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: RP2040
3+
description: Developing LF Programs for RP2040.
4+
---
5+
# Overview
6+
Lingua Franca's C-runtime has rudimentary support for nRF52 platforms.
7+
See the [lf-nrf52 repository](https://github.com/lf-lang/lf-nRF52) for more information.

0 commit comments

Comments
 (0)