Skip to content

Commit

Permalink
Upload mtb-example-usb-device-cdc-echo [2307]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Mar 28, 2024
1 parent 341e52c commit a30aa6a
Show file tree
Hide file tree
Showing 19 changed files with 3,825 additions and 110 deletions.
31 changes: 18 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,39 @@
# ModusToolbox library repos or information about library dependencies
libs/

# Eclipse IDE for ModusToolbox files
.metadata/
# .cyignore
# .settings/
# .cproject
# .project
# .mtbLaunchConfigs/
# Uncomment below line if you want to lock the library versions for your application
# !locking_commit.log

# ModusToolbox Configurator generated code
# ModusToolbox Configurator generated code and lock file
GeneratedSource/
*.lock
.mtbqueryapi

# ModusToolbox BSP files. Any custom BSP file is shipped within the 'templates' folder
bsps/

# ModusToolbox build system output
build/
Debug/
Release/
*_build/

# Eclipse IDE for ModusToolbox files. Comment those files if you want to track them
.metadata/
.settings/
.cproject
.project
.mtbLaunchConfigs/
makefile.init

# Visual Studio Code
openocd.tcl
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# *.code-workspace

# IAR Embedded Workbench files

Expand Down Expand Up @@ -95,7 +104,7 @@ Backup*
*.cpdsc
*.gpdsc

# uVision Project file (generated by uVision). Uncomment this if do not want to track the Keil uVision project file
# uVision Project file (generated by uVision). Uncomment this if you do not want to track the Keil uVision project file
# *.uvprojx (is used to build the project from scratch)

# Project options file (contains information about the debugger and trace configuration)
Expand All @@ -114,10 +123,6 @@ Backup*
*.lst
*.map

# Eclipse workspace/user-specific files/settings/caches
.metadata/
# .settings/

# Vi and Emacs backup files
*~
\#*\#
Expand Down
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
################################################################################
# \copyright
# Copyright 2018-2023, Cypress Semiconductor Corporation (an Infineon company)
# Copyright 2018-2024, Cypress Semiconductor Corporation (an Infineon company)
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -40,7 +40,7 @@ MTB_TYPE=COMBINED
# To change the target, it is recommended to use the Library manager
# ('make library-manager' from command line), which will also update Eclipse IDE launch
# configurations.
TARGET=CY8CPROTO-062-4343W
TARGET=CY8CPROTO-062S2-43439

# Name of application (used to derive name of final linked file).
#
Expand Down Expand Up @@ -162,11 +162,13 @@ CY_GETLIBS_SHARED_PATH=../
#
CY_GETLIBS_SHARED_NAME=mtb_shared

# Absolute path to the compiler's "bin" directory.
# Absolute path to the compiler's "bin" directory. The variable name depends on the
# toolchain used for the build. Refer to the ModusToolbox user guide to get the correct
# variable name for the toolchain used in your build.
#
# The default depends on the selected TOOLCHAIN (GCC_ARM uses the ModusToolbox
# software provided compiler by default).
CY_COMPILER_PATH=
CY_COMPILER_GCC_ARM_DIR=


# Locate ModusToolbox helper tools folders in default installation
Expand Down
208 changes: 127 additions & 81 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.0.0" toolsPackage="ModusToolbox 3.0.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.10.0" toolsPackage="ModusToolbox 3.1.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Devices>
<Device mpn="CY8C624ABZI-S2D44">
<BlockConfig>
Expand Down Expand Up @@ -660,6 +660,7 @@
<Personality template="fll" version="4.0">
<Param id="configuration" value="auto"/>
<Param id="desiredFrequency" value="100.000"/>
<Param id="enableOutputDivider" value="false"/>
</Personality>
</Block>
<Block location="srss[0].clock[0].hfclk[0]">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.0.0" toolsPackage="ModusToolbox 3.0.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.10.0" toolsPackage="ModusToolbox 3.1.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Devices>
<Device mpn="CY8C624ABZI-S2D44">
<BlockConfig>
Expand Down Expand Up @@ -660,6 +660,7 @@
<Personality template="fll" version="4.0">
<Param id="configuration" value="auto"/>
<Param id="desiredFrequency" value="100.000"/>
<Param id="enableOutputDivider" value="false"/>
</Personality>
</Block>
<Block location="srss[0].clock[0].hfclk[0]">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.0.0" toolsPackage="ModusToolbox 3.0.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Configuration app="BACKEND" formatVersion="13" lastSavedWith="Configurator Backend" lastSavedWithVersion="3.10.0" toolsPackage="ModusToolbox 3.1.0" xmlns="http://cypress.com/xsd/cydesignfile_v4">
<Devices>
<Device mpn="CY8C624ABZI-S2D44">
<BlockConfig>
Expand Down
Loading

0 comments on commit a30aa6a

Please sign in to comment.