Skip to content

Commit

Permalink
Added serial_loader application
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey German committed Oct 30, 2013
1 parent 5cfd0e2 commit 67098d8
Show file tree
Hide file tree
Showing 12 changed files with 897 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions hardware/c2000/serial_loader2000/serial_loader2000.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "serial_loader2000", "serial_loader2000\serial_loader2000.vcxproj", "{9B357C22-A82C-480D-9D8F-335937E9312A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B357C22-A82C-480D-9D8F-335937E9312A}.Debug|Win32.ActiveCfg = Debug|Win32
{9B357C22-A82C-480D-9D8F-335937E9312A}.Debug|Win32.Build.0 = Debug|Win32
{9B357C22-A82C-480D-9D8F-335937E9312A}.Release|Win32.ActiveCfg = Release|Win32
{9B357C22-A82C-480D-9D8F-335937E9312A}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.
40 changes: 40 additions & 0 deletions hardware/c2000/serial_loader2000/serial_loader2000/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
========================================================================
CONSOLE APPLICATION : serial_loader2000 Project Overview
========================================================================

AppWizard has created this serial_loader2000 application for you.

This file contains a summary of what you will find in each of the files that
make up your serial_loader2000 application.


serial_loader2000.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.

serial_loader2000.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).

serial_loader2000.cpp
This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named serial_loader2000.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////
Loading

0 comments on commit 67098d8

Please sign in to comment.