Skip to content

Commit

Permalink
docs about adding boards
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 9, 2023
1 parent d2d7ddf commit 30234ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/docs/devices/add-board.mdx
Expand Up @@ -38,13 +38,19 @@ Visual Studio Code will automatically integrate any configuration files in the `

### Editing the generated Device configuration (.json) file

The new configuration file is a schematized JSON file. In Visual Studio Code, you will get tooltip, completion,
syntax errors and auto-completion.
The new configuration file is a schematized JSON file.
In Visual Studio Code, you will get tooltip, completion, syntax errors and auto-completion.

- [ ] Update the pin map
- [ ] Update the board description
- [ ] If available, provide a URL where the board can be purchased

Build the projet to test the board definition.

```bash
npm run build
```

### Flash the new configuration

The command line and Visual Studio will automatically integrate any configuration file in the `boards/` folder.
Expand Down

0 comments on commit 30234ae

Please sign in to comment.