We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd5876 commit 39ef189Copy full SHA for 39ef189
documentation/variants.md
@@ -10,8 +10,11 @@
10
```tree
11
variants/
12
├── arduino_nano_33_ble
13
- ├── arduino_nano_33_ble.overlay
14
- └── arduino_nano_33_ble_pinmap.h
+│ ├── arduino_nano_33_ble.overlay
+│ └── arduino_nano_33_ble_pinmap.h
15
+├── CMakeLists.txt
16
+└── variants.h
17
+
18
```
19
20
- The top level consists of `CMakeLists.txt`, `variants.h` and the `<BOARD_NAME>` folder. Each of these files have a specific role to play.
0 commit comments