Commit 9561b02
committed
CMakeLists: add support for external overlays
Allow users who pull ArduinoCore as a module (via west) to provide
their own Zephyr overlay files in the application repository instead
of modifying ArduinoCore/variants.
This enables board-specific overlays (for example when using an
AtomS3 board) to live in the consuming project. If an overlay is not
provided the build will fail due to the missing zephyr,user section,
which is the expected behavior.
Signed-off-by: Michal Gagos <lizard123137@gmail.com>1 parent 750e711 commit 9561b02
File tree
3 files changed
+14
-1
lines changed- documentation
- variants/default
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments