JanKok
JanKok
@WebFreak001 Thanks for adding this. I got this to work as `"arguments": "arg1 arg2 arg3"`, but first I tried `"args": ["arg1", "arg2", "arg3"]`, which is how it's done in the...
There may be some bugs related to how args are passed to programs. See https://github.com/Microsoft/vscode/issues/4057 where I had problems passing file paths to a PowerShell script.
I still think there is a need for some documentation of the launch.json file format. I filed an issue detailing what documentation I (as a VSCode user) would like to...
Thanks for the replies, James. On Fri, Oct 13, 2017 at 10:59 AM, James Walmsley wrote: > https://www.cs.york.ac.uk/fp/multicore-freertos/spe-mistry.pdf > > Seems like there are a few multi-core ports out there...
I would like to know this also. I downloaded and ran https://github.com/bitthunder-toolchain/btdk/releases/download/btdk-0.6.1/btdk-0.6.1-windows.exe on my Windows 10 machine, but I see no obvious file to run, and no README or other...