-
Notifications
You must be signed in to change notification settings - Fork 48
Commit c85c470
samples: get the variant name from the Zephyr build system
Get the variant name (NORMALIZED_BOARD_TARGET) from the Zephyr build
system as early as possible. This allows to have per-target build
directories.
Note that a bug with the shield specifiers does not currently allow to
reuse the same build directory multiple times.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Co-authored-by: Luca Burelli <l.burelli@arduino.cc>1 parent 2a656d8 commit c85c470
File tree
24 files changed
+45
-23
lines changed- samples
- analog_input
- attach_interrupt
- blinky_arduino
- fade
- hello_arduino
- i2cdemo
- serial_event
- spi_controller
- threads_arduino
- variants
- arduino_mkrzero_samd21g18a
- arduino_nano_33_ble_nrf52840_sense
- arduino_nano_33_ble_nrf52840
- arduino_nano_33_iot_samd21g18a
- beagleconnect_freedom_cc1352p7
- cc3220sf_launchxl_cc3220sf
- rpi_pico_rp2040
24 files changed
+45
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | - | ||
11 | + | ||
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | - | ||
11 | + | ||
10 | 12 | | |
11 | 13 | | |
14 | + | ||
12 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | - | ||
14 | + | ||
15 | + | ||
0 commit comments