Commit 0cc869f
committed
CMakeLists: add support for external overlays
I am currently working on a project where I use
ArduinoCore as a module in order to use
arduino libraries. I am using an AtomS3 board
and I don't want to add it explicitly
to the ArduinoCore/variants. These changes
will allow the user to provide their own overlay
in their project without having to modify
the library pulled in by west. If they don't
provide an overlay their build will fail
anyways due to missing zephyr,user section.
If this is not the right approach
would adding the AtomS3 board to the variants
be a good PR?
Signed-off-by: Michal Gagos <lizard123137@gmail.com>1 parent b16b96f commit 0cc869f
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