Commit 888036c
authored
incorrect "commonFolder" values in two FPGA samples (#928)
* Delete Tools/IoTConnectionTools/analog-in directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/digital-in directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/digital-out directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/hello-iot-world directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/interrupt directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/onboard-blink directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/pwm directory
We are retiring the MRAA/UPM IoT samples.
* Delete Tools/IoTConnectionTools/up2-leds directory
We are retiring the MRAA/UPM IoT samples.
* Incorrect number of "../../.." relative references in the commonFolder
field for the FPGA "compute_units" and "pipe_array" samples.
This fixes a problem in the sample.json files for these two samples. These
mistakes cannot be found by the sample.json schema checker, so a check for
this condition was added to the sample aggregator's code. The new test
confirms that the files referenced by the commonFolder object do exist.1 parent 91225de commit 888036c
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns
- compute_units
- pipe_array
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments