diff --git a/docs/embedded/nRF52.mdx b/docs/embedded/nRF52.mdx new file mode 100644 index 000000000..63740b77c --- /dev/null +++ b/docs/embedded/nRF52.mdx @@ -0,0 +1,7 @@ +--- +title: nRF52 +description: Developing LF Programs for nRF52. +--- +# Overview +Lingua Franca's C-runtime has rudimentary support for nRF52 platforms. +See the [lf-nrf52 repository](https://github.com/lf-lang/lf-nRF52) for more information. diff --git a/docs/sidebars.ts b/docs/sidebars.ts index c4ec10c1e..ed95b3a17 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -188,6 +188,10 @@ const sidebars: SidebarsConfig = { "type": "doc", "id": "embedded/rp2040" }, + { + "type": "doc", + "id": "embedded/nRF52" + }, { "type": "doc", "id": "embedded/flexpret"