Skip to content

Commit

Permalink
πŸ“ Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
LarssonOliver committed Mar 16, 2024
1 parent fe795c6 commit 46237fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ vendor
└── tinyusb
```

To get the submodules after a fresh clone, use:
```bash
git submodule update --init
```

## Compile

To compile a custom version, install the Arm GNU tool chain.
Expand All @@ -49,3 +54,8 @@ picotool load build/si-printer-bridge.uf2 --force
picotool reboot
```

## Clangd Language Server Config

To ensure clangd can see the Arm toolchain, update [.clangd](./.clangd) with
the appropriate path to ensure full LSP server support.

0 comments on commit 46237fb

Please sign in to comment.