Add support for Teensy bootloader

This commit is contained in:
Marius Greuel
2021-01-26 22:21:52 +01:00
parent 8dce9107df
commit cb6208939b
12 changed files with 16971 additions and 8 deletions

View File

@@ -194,6 +194,7 @@
<ClCompile Include="stk500.c" />
<ClCompile Include="stk500generic.c" />
<ClCompile Include="stk500v2.c" />
<ClCompile Include="teensy.c" />
<ClCompile Include="term.c" />
<ClCompile Include="update.c" />
<ClCompile Include="usbasp.c" />
@@ -258,6 +259,7 @@
<ClInclude Include="stk500v2.h" />
<ClInclude Include="stk500v2_private.h" />
<ClInclude Include="stk500_private.h" />
<ClInclude Include="teensy.h" />
<ClInclude Include="term.h" />
<ClInclude Include="tpi.h" />
<ClInclude Include="usbasp.h" />