Skip to content

Commit

Permalink
📝 Fixup bullet point indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Aug 15, 2024
1 parent 5802943 commit e3262fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion mkdocs/user_guide/fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ in number.
### Device Drivers
Drivers for devices external to a platform. Device drivers have constructors accepting libhal interface implementations. In order to construct the device driver all of the interface requirements of the driver must be met, either by a peripheral driver or a device driver that is capable of generating additional drivers.
Drivers for devices external to a platform. Device drivers have constructors
accepting libhal interface implementations. In order to construct the device
driver all of the interface requirements of the driver must be met, either by a
peripheral driver or a device driver that is capable of generating additional
drivers.
- temperature sensor
- motor controller
Expand Down
14 changes: 7 additions & 7 deletions mkdocs/user_guide/setup_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ should also work for non-vscode users as well.
enabled.
4. Search for the extension `clangd` and install the extension.
5. Install `clang`
1. Ubuntu/Debian: `sudo apt install clang`
2. MacOS: `brew install llvm`
3. Windows: `choco install llvm`
1. Ubuntu/Debian: `sudo apt install clang`
1. MacOS: `brew install llvm`
2. Windows: `choco install llvm`
6. Add `--query-driver=**/arm-none-eabi-g++` to the clangd command arguments in
the clangd settings.
1. Go the the extensions page
2. Find clangd and press the GEAR icon and open up settings.
3. Find the settings `clangd: Arguments` and add the above code there. It is
comma delimitated so you can add additional compiler patterns as well.
1. Go the the extensions page
2. Find clangd and press the GEAR icon and open up settings.
3. Find the settings `clangd: Arguments` and add the above code there. It is
comma delimitated so you can add additional compiler patterns as well.

## How `clangd` works

Expand Down

0 comments on commit e3262fe

Please sign in to comment.