Initial work on basic documentation.

This commit is contained in:
Pete Johanson
2020-05-25 21:33:21 -04:00
parent 96b87b2594
commit e00408d746
19 changed files with 13924 additions and 0 deletions

12
docs/docs/dev-setup.md Normal file
View File

@@ -0,0 +1,12 @@
---
id: dev-setup
title: Basic Setup
sidebar_label: Basic Setup
---
1. Install `west` from pip.
1. Install the ARM SDK from Zephyr project.
1. (Optional) Install 32-bit libs for building and testing locally.
1. `west init -l zmk`
1. Build it.
1. Flash it.