Skip to content

v1.2.0

Compare
Choose a tag to compare
@luni64 luni64 released this 23 Aug 15:38
· 23 commits to master since this release
877f50b

Bugfixes

  • fixed bug with setting the RTC time for T3.x boards on special PC configurations (#50)
  • changed object file name scheme to allow source files with same base name but different extension (e.g. foo.c and foo.cpp)
  • fixed bugs in 'File | New' and 'File | Save As'

New features

Until now VisualTeensy was able to either copy or link the Teensyduino core files to the project folder. The source typically was an existing Arduino installation. This version additionally allows to directly 'git clone' the repository (https://github.com/PaulStoffregen/cores) into the project folder.

Besides removing the dependency to an existing Arduino installation, cloning the Teensyduino core is very convenient for testing new Teensyduino versions or to experiment with the currently worked on version. You can use the native git tools of vsCode or any other git tool to check out all versions experimental pull requests or the current repository master with a few clicks.

image