Lutz Niggl

Results 71 comments of Lutz Niggl

Sorry for answering slowly. I'm currently recovering from a covid infection. I still need a couple of days before I can continue working on this.

Oh, looks like I was distacted by other stuff after the infection. Frankly, I completely forgot about it. Can't promise, but I try to work on it on the weekend....

As a workaround you can copy the library to the lib folder (don't add it in VisualTeensy). Then start VisualTeensy and open the project. It will detect the manually copied...

That would be possible in principle but I try to avoid cluttering the GUI with such seldom used features. I'm thinking of re-doing the GUI to allow for more settings...

You will probably understand that everyone and their grandmother have different ways to structure a project. Thus it doesn't seam feasible to to implement such things in a general purpose...

OK, I think I understand. Thanks for the info. **Shared libs:** You probably know that the shared libraries currently are read from sketchbookfolder/libraries. It probably would help if the location...

Currently VisualTeensy does not directly support this but it is already on the wishlist and backlog https://github.com/luni64/VisualTeensy/projects/1 Here an old forum post where I show how to do this semi...

This would be a very nice feature indeed but I see a few difficulties: - Arduino supports zip installation which a lot of people use. So, basically the location of...

Here a first (hand-generated) test [portable.zip](https://github.com/luni64/VisualTeensy/files/7340877/portable.zip) I moved the makefile into the .vsteensy folder and extracted all user dependent settings into the workspace settings.json. ```JSON { "vsteensy.make": "C:/toolchain/VisualTeensy/make.exe", "vsteensy.cores": "C:/Arduino/arduino-1.8.14/hardware/teensy/avr/cores",...