Commit 8145772
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 b16b96f commit 8145772
File tree
3 files changed
+13
-1
lines changed- documentation
- variants/default
3 files changed
+13
-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 | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments