Koromix / tytools

Collection of tools to manage Teensy boards
https://koromix.dev/tytools
The Unlicense
217 stars 27 forks source link

Add compilation using Teensy builder #35

Closed FrankBoesing closed 5 years ago

FrankBoesing commented 5 years ago

Hi, if you'd add compilation for projects using the teensy builder (look @ 2. line of output of Arduino-window - very easy!), your tools would be really complete!

One could use any editor and use your tytools to compile&upload the projects.

It would need some menues to choose the teensy-model, speed ..etc - perhaps it could store the stettings in the project directory?

Defragster commented 5 years ago

It is overkill - but @luni with the VisualTeensy created a setup settings interface - it then creates a full makefile that isn't needed. Maybe there could be a merging?

https://forum.pjrc.com/threads/53604-Compiling-Teensy-Sketches-with-VisualCode-(Win10)

https://github.com/luni64/VisualTeensy