forked from electro-smith/DaisyExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request electro-smith#158 from andrewikenberry/usb_cdc
USB CDC
- Loading branch information
Showing
27 changed files
with
3,209 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Project Name | ||
TARGET = ex_SeedUSB_CDC | ||
|
||
# Sources | ||
CPP_SOURCES = SeedUSB_CDC.cpp | ||
|
||
# Library Locations | ||
LIBDAISY_DIR = ../../../../libdaisy | ||
DAISYSP_DIR = ../../../../daisysp | ||
|
||
# Core location, and generic makefile. | ||
SYSTEM_FILES_DIR = ../../../../core | ||
include $(SYSTEM_FILES_DIR)/Makefile | ||
|
192 changes: 192 additions & 0 deletions
192
hardware_platforms/seed/tests/SeedUSB_CDC/SeedUSB_CDC-Debug.vgdbsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
<?xml version="1.0"?> | ||
<VisualGDBProjectSettings2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<ConfigurationName>Debug</ConfigurationName> | ||
<Project xsi:type="com.visualgdb.project.embedded"> | ||
<CustomSourceDirectories> | ||
<Directories /> | ||
<PathStyle>MinGWUnixSlash</PathStyle> | ||
<LocalDirForAbsolutePaths>$(ToolchainDir)</LocalDirForAbsolutePaths> | ||
</CustomSourceDirectories> | ||
<MainSourceDirectory>$(ProjectDir)</MainSourceDirectory> | ||
<ExportAdvancedBuildVariables>false</ExportAdvancedBuildVariables> | ||
<EmbeddedProfileFile>stm32.xml</EmbeddedProfileFile> | ||
</Project> | ||
<Build xsi:type="com.visualgdb.build.msbuild"> | ||
<ToolchainID> | ||
<Version> | ||
<Revision>0</Revision> | ||
</Version> | ||
</ToolchainID> | ||
<ProjectFile>SeedUSB_CDC.vcxproj</ProjectFile> | ||
<RemoteBuildEnvironment> | ||
<Records /> | ||
<EnvironmentSetupFiles /> | ||
</RemoteBuildEnvironment> | ||
<ParallelJobCount>1</ParallelJobCount> | ||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages> | ||
</Build> | ||
<CustomBuild> | ||
<PreSyncActions /> | ||
<PreBuildActions /> | ||
<PostBuildActions /> | ||
<PreCleanActions /> | ||
<PostCleanActions /> | ||
</CustomBuild> | ||
<CustomDebug> | ||
<PreDebugActions /> | ||
<PostDebugActions /> | ||
<DebugStopActions /> | ||
<BreakMode>Default</BreakMode> | ||
</CustomDebug> | ||
<DeviceTerminalSettings> | ||
<Connection xsi:type="com.sysprogs.terminal.connection.serial"> | ||
<ComPortName>COM4</ComPortName> | ||
<AdvancedSettings> | ||
<BaudRate>115200</BaudRate> | ||
<DataBits>8</DataBits> | ||
<Parity>None</Parity> | ||
<StopBits>One</StopBits> | ||
<FlowControl>None</FlowControl> | ||
</AdvancedSettings> | ||
</Connection> | ||
<LastConnectionTime>0</LastConnectionTime> | ||
<EchoTypedCharacters>false</EchoTypedCharacters> | ||
<ClearContentsWhenReconnecting>false</ClearContentsWhenReconnecting> | ||
<ReconnectAutomatically>false</ReconnectAutomatically> | ||
<DisplayMode>ASCII</DisplayMode> | ||
<Colors> | ||
<Background> | ||
<Alpha>255</Alpha> | ||
<Red>0</Red> | ||
<Green>0</Green> | ||
<Blue>0</Blue> | ||
</Background> | ||
<Disconnected> | ||
<Alpha>255</Alpha> | ||
<Red>169</Red> | ||
<Green>169</Green> | ||
<Blue>169</Blue> | ||
</Disconnected> | ||
<Text> | ||
<Alpha>255</Alpha> | ||
<Red>211</Red> | ||
<Green>211</Green> | ||
<Blue>211</Blue> | ||
</Text> | ||
<Echo> | ||
<Alpha>255</Alpha> | ||
<Red>144</Red> | ||
<Green>238</Green> | ||
<Blue>144</Blue> | ||
</Echo> | ||
<Inactive> | ||
<Alpha>255</Alpha> | ||
<Red>169</Red> | ||
<Green>169</Green> | ||
<Blue>169</Blue> | ||
</Inactive> | ||
</Colors> | ||
<HexSettings> | ||
<MaximumBytesPerLine>16</MaximumBytesPerLine> | ||
<ShowTextView>true</ShowTextView> | ||
<BreaksAroundEcho>true</BreaksAroundEcho> | ||
<AutoSend>true</AutoSend> | ||
<SendAsHex>true</SendAsHex> | ||
<TimeoutForAutoBreak>0</TimeoutForAutoBreak> | ||
</HexSettings> | ||
<LineEnding>LF</LineEnding> | ||
<TreatLFAsCRLF>false</TreatLFAsCRLF> | ||
<KeepOpenAfterExit>true</KeepOpenAfterExit> | ||
<ShowAfterProgramming>false</ShowAfterProgramming> | ||
</DeviceTerminalSettings> | ||
<CustomShortcuts> | ||
<Shortcuts /> | ||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting> | ||
</CustomShortcuts> | ||
<UserDefinedVariables /> | ||
<ImportedPropertySheets /> | ||
<CodeSense> | ||
<Enabled>Unknown</Enabled> | ||
<ExtraSettings> | ||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders> | ||
<SupportLightweightReferenceAnalysis>true</SupportLightweightReferenceAnalysis> | ||
<CheckForClangFormatFiles>true</CheckForClangFormatFiles> | ||
<FormattingEngine xsi:nil="true" /> | ||
</ExtraSettings> | ||
<CodeAnalyzerSettings> | ||
<Enabled>false</Enabled> | ||
</CodeAnalyzerSettings> | ||
</CodeSense> | ||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory> | ||
<Configurations /> | ||
<ProgramArgumentsSuggestions /> | ||
<Debug xsi:type="com.visualgdb.debug.embedded"> | ||
<AdditionalStartupCommands /> | ||
<AdditionalGDBSettings> | ||
<Features> | ||
<DisableAutoDetection>false</DisableAutoDetection> | ||
<UseFrameParameter>true</UseFrameParameter> | ||
<SimpleValuesFlagSupported>true</SimpleValuesFlagSupported> | ||
<ListLocalsSupported>true</ListLocalsSupported> | ||
<ByteLevelMemoryCommandsAvailable>true</ByteLevelMemoryCommandsAvailable> | ||
<ThreadInfoSupported>true</ThreadInfoSupported> | ||
<PendingBreakpointsSupported>true</PendingBreakpointsSupported> | ||
<SupportTargetCommand>true</SupportTargetCommand> | ||
<ReliableBreakpointNotifications>true</ReliableBreakpointNotifications> | ||
</Features> | ||
<EnableSmartStepping>false</EnableSmartStepping> | ||
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications> | ||
<ForceSingleThreadedMode>false</ForceSingleThreadedMode> | ||
<UseAppleExtensions>false</UseAppleExtensions> | ||
<CanAcceptCommandsWhileRunning>false</CanAcceptCommandsWhileRunning> | ||
<MakeLogFile>false</MakeLogFile> | ||
<IgnoreModuleEventsWhileStepping>true</IgnoreModuleEventsWhileStepping> | ||
<UseRelativePathsOnly>false</UseRelativePathsOnly> | ||
<ExitAction>None</ExitAction> | ||
<DisableDisassembly>false</DisableDisassembly> | ||
<ExamineMemoryWithXCommand>true</ExamineMemoryWithXCommand> | ||
<StepIntoNewInstanceEntry>main</StepIntoNewInstanceEntry> | ||
<ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat> | ||
<DisableSignals>false</DisableSignals> | ||
<EnableAsyncExecutionMode>false</EnableAsyncExecutionMode> | ||
<EnableNonStopMode>false</EnableNonStopMode> | ||
<MaxBreakpointLimit>0</MaxBreakpointLimit> | ||
</AdditionalGDBSettings> | ||
<DebugMethod> | ||
<ID>com.sysprogs.arm.openocd</ID> | ||
<Configuration xsi:type="com.visualgdb.edp.openocd.settings"> | ||
<CommandLine>-f interface/stlink.cfg -f target/stm32h7x.cfg -c init -c "reset init"</CommandLine> | ||
<ExtraParameters> | ||
<Frequency xsi:nil="true" /> | ||
<BoostedFrequency xsi:nil="true" /> | ||
<ConnectUnderReset>false</ConnectUnderReset> | ||
</ExtraParameters> | ||
<LoadProgressGUIThreshold>131072</LoadProgressGUIThreshold> | ||
<ProgramMode>Enabled</ProgramMode> | ||
<StartupCommands> | ||
<string>set remotetimeout 60</string> | ||
<string>target remote :$$SYS:GDB_PORT$$</string> | ||
<string>mon halt</string> | ||
<string>mon reset init</string> | ||
<string>load</string> | ||
</StartupCommands> | ||
<ProgramFLASHUsingExternalTool>false</ProgramFLASHUsingExternalTool> | ||
<PreferredGDBPort>0</PreferredGDBPort> | ||
<PreferredTelnetPort>0</PreferredTelnetPort> | ||
</Configuration> | ||
</DebugMethod> | ||
<AutoDetectRTOS>true</AutoDetectRTOS> | ||
<SemihostingSupport>Auto</SemihostingSupport> | ||
<SemihostingPollingDelay>0</SemihostingPollingDelay> | ||
<StepIntoEntryPoint>false</StepIntoEntryPoint> | ||
<ReloadFirmwareOnReset>false</ReloadFirmwareOnReset> | ||
<ValidateEndOfStackAddress>true</ValidateEndOfStackAddress> | ||
<StopAtEntryPoint>false</StopAtEntryPoint> | ||
<EnableVirtualHalts>false</EnableVirtualHalts> | ||
<DynamicAnalysisSettings /> | ||
<EndOfStackSymbol>_estack</EndOfStackSymbol> | ||
<TimestampProviderTicksPerSecond>0</TimestampProviderTicksPerSecond> | ||
<KeepConsoleAfterExit>false</KeepConsoleAfterExit> | ||
<CheckInterfaceDrivers>true</CheckInterfaceDrivers> | ||
</Debug> | ||
</VisualGDBProjectSettings2> |
124 changes: 124 additions & 0 deletions
124
hardware_platforms/seed/tests/SeedUSB_CDC/SeedUSB_CDC-Release.vgdbsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<?xml version="1.0"?> | ||
<VisualGDBProjectSettings2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<ConfigurationName>Release</ConfigurationName> | ||
<Project xsi:type="com.visualgdb.project.embedded"> | ||
<CustomSourceDirectories> | ||
<Directories /> | ||
<PathStyle>MinGWUnixSlash</PathStyle> | ||
<LocalDirForAbsolutePaths>$(ToolchainDir)</LocalDirForAbsolutePaths> | ||
</CustomSourceDirectories> | ||
<MainSourceDirectory>$(ProjectDir)</MainSourceDirectory> | ||
<ExportAdvancedBuildVariables>false</ExportAdvancedBuildVariables> | ||
<EmbeddedProfileFile>stm32.xml</EmbeddedProfileFile> | ||
</Project> | ||
<Build xsi:type="com.visualgdb.build.msbuild"> | ||
<ToolchainID> | ||
<Version> | ||
<Revision>0</Revision> | ||
</Version> | ||
</ToolchainID> | ||
<ProjectFile>SeedUSB_CDC.vcxproj</ProjectFile> | ||
<ParallelJobCount>0</ParallelJobCount> | ||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages> | ||
</Build> | ||
<CustomBuild> | ||
<PreSyncActions /> | ||
<PreBuildActions /> | ||
<PostBuildActions /> | ||
<PreCleanActions /> | ||
<PostCleanActions /> | ||
</CustomBuild> | ||
<CustomDebug> | ||
<PreDebugActions /> | ||
<PostDebugActions /> | ||
<DebugStopActions /> | ||
<BreakMode>Default</BreakMode> | ||
</CustomDebug> | ||
<CustomShortcuts> | ||
<Shortcuts /> | ||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting> | ||
</CustomShortcuts> | ||
<UserDefinedVariables /> | ||
<CodeSense> | ||
<Enabled>Unknown</Enabled> | ||
<ExtraSettings> | ||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders> | ||
<SupportLightweightReferenceAnalysis>true</SupportLightweightReferenceAnalysis> | ||
<CheckForClangFormatFiles>true</CheckForClangFormatFiles> | ||
<FormattingEngine xsi:nil="true" /> | ||
</ExtraSettings> | ||
<CodeAnalyzerSettings> | ||
<Enabled>false</Enabled> | ||
</CodeAnalyzerSettings> | ||
</CodeSense> | ||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory> | ||
<Debug xsi:type="com.visualgdb.debug.embedded"> | ||
<AdditionalStartupCommands /> | ||
<AdditionalGDBSettings> | ||
<Features> | ||
<DisableAutoDetection>false</DisableAutoDetection> | ||
<UseFrameParameter>false</UseFrameParameter> | ||
<SimpleValuesFlagSupported>false</SimpleValuesFlagSupported> | ||
<ListLocalsSupported>false</ListLocalsSupported> | ||
<ByteLevelMemoryCommandsAvailable>false</ByteLevelMemoryCommandsAvailable> | ||
<ThreadInfoSupported>false</ThreadInfoSupported> | ||
<PendingBreakpointsSupported>false</PendingBreakpointsSupported> | ||
<SupportTargetCommand>false</SupportTargetCommand> | ||
<ReliableBreakpointNotifications>false</ReliableBreakpointNotifications> | ||
</Features> | ||
<EnableSmartStepping>false</EnableSmartStepping> | ||
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications> | ||
<ForceSingleThreadedMode>false</ForceSingleThreadedMode> | ||
<UseAppleExtensions>false</UseAppleExtensions> | ||
<CanAcceptCommandsWhileRunning>false</CanAcceptCommandsWhileRunning> | ||
<MakeLogFile>false</MakeLogFile> | ||
<IgnoreModuleEventsWhileStepping>true</IgnoreModuleEventsWhileStepping> | ||
<UseRelativePathsOnly>false</UseRelativePathsOnly> | ||
<ExitAction>None</ExitAction> | ||
<DisableDisassembly>false</DisableDisassembly> | ||
<ExamineMemoryWithXCommand>false</ExamineMemoryWithXCommand> | ||
<StepIntoNewInstanceEntry>main</StepIntoNewInstanceEntry> | ||
<ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat> | ||
<DisableSignals>false</DisableSignals> | ||
<EnableAsyncExecutionMode>false</EnableAsyncExecutionMode> | ||
<EnableNonStopMode>false</EnableNonStopMode> | ||
<MaxBreakpointLimit>0</MaxBreakpointLimit> | ||
</AdditionalGDBSettings> | ||
<DebugMethod> | ||
<ID>com.sysprogs.arm.openocd</ID> | ||
<Configuration xsi:type="com.visualgdb.edp.openocd.settings"> | ||
<CommandLine>-f interface/stlink.cfg -f target/stm32h7x.cfg -c init -c "reset init"</CommandLine> | ||
<ExtraParameters> | ||
<Frequency xsi:nil="true" /> | ||
<BoostedFrequency xsi:nil="true" /> | ||
<ConnectUnderReset>false</ConnectUnderReset> | ||
</ExtraParameters> | ||
<LoadProgressGUIThreshold>131072</LoadProgressGUIThreshold> | ||
<ProgramMode>Enabled</ProgramMode> | ||
<StartupCommands> | ||
<string>set remotetimeout 60</string> | ||
<string>target remote :$$SYS:GDB_PORT$$</string> | ||
<string>mon halt</string> | ||
<string>mon reset init</string> | ||
<string>load</string> | ||
</StartupCommands> | ||
<ProgramFLASHUsingExternalTool>false</ProgramFLASHUsingExternalTool> | ||
<PreferredGDBPort>0</PreferredGDBPort> | ||
<PreferredTelnetPort>0</PreferredTelnetPort> | ||
</Configuration> | ||
</DebugMethod> | ||
<AutoDetectRTOS>true</AutoDetectRTOS> | ||
<SemihostingSupport>Auto</SemihostingSupport> | ||
<SemihostingPollingDelay>0</SemihostingPollingDelay> | ||
<StepIntoEntryPoint>false</StepIntoEntryPoint> | ||
<ReloadFirmwareOnReset>false</ReloadFirmwareOnReset> | ||
<ValidateEndOfStackAddress>true</ValidateEndOfStackAddress> | ||
<StopAtEntryPoint>false</StopAtEntryPoint> | ||
<EnableVirtualHalts>false</EnableVirtualHalts> | ||
<DynamicAnalysisSettings /> | ||
<EndOfStackSymbol>_estack</EndOfStackSymbol> | ||
<TimestampProviderTicksPerSecond>0</TimestampProviderTicksPerSecond> | ||
<KeepConsoleAfterExit>false</KeepConsoleAfterExit> | ||
<CheckInterfaceDrivers>true</CheckInterfaceDrivers> | ||
</Debug> | ||
</VisualGDBProjectSettings2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include <stdio.h> | ||
#include <string.h> | ||
#include "daisy_seed.h" | ||
|
||
static daisy_handle hw; | ||
|
||
int main(void) | ||
{ | ||
daisy_seed_init(&hw); | ||
int tick_cnt = 0; | ||
char buff[512]; | ||
while(1) | ||
{ | ||
dsy_system_delay(500); | ||
sprintf(buff, "Tick:\t%d\r\n", tick_cnt); | ||
hw.usb_handle.TransmitInternal((uint8_t*)buff, strlen(buff)); | ||
tick_cnt = (tick_cnt + 1) % 100; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29102.190 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SeedUSB_CDC", "SeedUSB_CDC.vcxproj", "{EA625EAA-7C64-4842-AE4B-E618D4BD7D8F}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B41DDCEC-68B1-473A-BD7B-774476F0115A}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdaisy", "..\..\..\..\libdaisy\libdaisy.vcxproj", "{1B07A9D3-1E1B-488A-9817-4B13EECA191C}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "daisysp", "..\..\..\..\daisysp\daisysp.vcxproj", "{44F4AEA3-A6B2-4F03-9C28-34B2336BDF57}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|VisualGDB = Debug|VisualGDB | ||
Release|VisualGDB = Release|VisualGDB | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EA625EAA-7C64-4842-AE4B-E618D4BD7D8F}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB | ||
{EA625EAA-7C64-4842-AE4B-E618D4BD7D8F}.Debug|VisualGDB.Build.0 = Debug|VisualGDB | ||
{EA625EAA-7C64-4842-AE4B-E618D4BD7D8F}.Release|VisualGDB.ActiveCfg = Release|VisualGDB | ||
{EA625EAA-7C64-4842-AE4B-E618D4BD7D8F}.Release|VisualGDB.Build.0 = Release|VisualGDB | ||
{1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB | ||
{1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Debug|VisualGDB.Build.0 = Debug|VisualGDB | ||
{1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|VisualGDB.ActiveCfg = Release|VisualGDB | ||
{1B07A9D3-1E1B-488A-9817-4B13EECA191C}.Release|VisualGDB.Build.0 = Release|VisualGDB | ||
{44F4AEA3-A6B2-4F03-9C28-34B2336BDF57}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB | ||
{44F4AEA3-A6B2-4F03-9C28-34B2336BDF57}.Debug|VisualGDB.Build.0 = Debug|VisualGDB | ||
{44F4AEA3-A6B2-4F03-9C28-34B2336BDF57}.Release|VisualGDB.ActiveCfg = Release|VisualGDB | ||
{44F4AEA3-A6B2-4F03-9C28-34B2336BDF57}.Release|VisualGDB.Build.0 = Release|VisualGDB | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {5ACB48A9-9162-4D61-926D-FF1C67B99779} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.