Skip to content

Commit f8fbb29

Browse files
authored
Merge pull request #264 from lf-lang/nrf52
Point to support for nRF52
2 parents bab6714 + 69a30db commit f8fbb29

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/embedded/nRF52.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -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

+4
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"

0 commit comments

Comments
 (0)