We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bab6714 + 69a30db commit f8fbb29Copy full SHA for f8fbb29
docs/embedded/nRF52.mdx
@@ -0,0 +1,7 @@
1
+---
2
+title: nRF52
3
+description: Developing LF Programs for nRF52.
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.
docs/sidebars.ts
@@ -188,6 +188,10 @@ const sidebars: SidebarsConfig = {
188
"type": "doc",
189
"id": "embedded/rp2040"
190
},
191
+ {
192
+ "type": "doc",
193
+ "id": "embedded/nRF52"
194
+ },
195
{
196
197
"id": "embedded/flexpret"
0 commit comments