You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this the environment will be built if you do not currently have a container setup, it will install all the necessary tools and extra VSCode extensions.
23
+
24
+
In order to build InfiniTime we need to run the initial submodule init and Cmake commands.
25
+
26
+
#### Manually
27
+
28
+
You can use the VSCode terminal to run the CMake commands as outlined in the [build instructions](blob/develop/doc/buildAndProgram.md)
29
+
30
+
#### Script
31
+
32
+
The dev enviroment comes with some scripts to make this easier, They are located in /opt/.
33
+
34
+
There are also VSCode tasks provided should you desire to use those.
35
+
36
+
The task BuildInit will update submodules and configure for openocd
37
+
38
+
39
+
40
+
### Build
41
+
42
+
You can use the build.sh script located in /opt/
43
+
44
+
There will also eventually be a Build task. - Not written yet
45
+
46
+
47
+
48
+
### Debugging
49
+
50
+
Docker on windows does not support passing USB devices to the underlying WSL2 subsystem, To get around this we use openocd in server mode running on the host.
This will launch openocd in server mode and attach it to the MCU.
55
+
56
+
The default launch.json file expects openocd to be listening on port 3333, edit if needed
57
+
58
+
59
+
## Current Issues
60
+
Currently WSL2 Has some real performance issues with IO on a windows host. Accessing files on the virtualized filesystem is much faster. Using VSCodes "clone in container" feature of the Remote - Containers will get around this. After the container is built you will need to update the submodules and follow the build isntructions like normal
0 commit comments