File tree
5 files changed
+34
-3
lines changed- examples
- src
5 files changed
+34
-3
lines changedSubmodule depthai-core updated 19 files
- CMakeLists.txt+20-3
- README.md+8-2
- cmake/Depthai/DepthaiBootloaderConfig.cmake+2-2
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/DepthaiBootloaderDownloader.cmake+24-19
- cmake/Hunter/config.cmake+2-2
- cmake/depthaiDependencies.cmake+3-1
- examples/CMakeLists.txt+2
- examples/src/bootloader_example.cpp-21
- examples/src/bootloader_version.cpp+18
- include/depthai/device/Device.hpp+7
- include/depthai/device/DeviceBootloader.hpp+56-4
- include/depthai/xlink/XLinkConnection.hpp+1-1
- shared/depthai-bootloader-shared+1-1
- src/device/Device.cpp+75-17
- src/device/DeviceBootloader.cpp+214-33
- src/utility/Resources.cpp+141-159
- src/utility/Resources.hpp+11-5
- src/xlink/XLinkConnection.cpp+5-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
22 | 37 | | |
23 | 38 | | |
24 | 39 | | |
| |||
36 | 51 | | |
37 | 52 | | |
38 | 53 | | |
39 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
44 | | - | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments