summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-27 20:48:46 +0700
committerhathach <[email protected]>2018-11-27 20:48:46 +0700
commit038851c362c5dddccbdaef7b5107a85493db25e5 (patch)
treed7a0e96a68fdf268c812d714f15c4f5cbe9b408b /examples/device
parent138b12b61bda6b16fea4aac926d5ed02c557c3f0 (diff)
enhance dcd lpc17xx. Able to pass enumeration
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject b/examples/device/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject
index f281415a6..e060f71ed 100644
--- a/examples/device/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject
+++ b/examples/device/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject
@@ -32,7 +32,7 @@
project_directory=""
project_type="Executable"
target_reset_script="Reset();"
- target_script_file="$(ProjectDir)/LPC4300_Target.js"
+ target_script_file="$(ProjectDir)/LPC1700_Target.js"
target_trace_initialize_script="EnableTrace(&quot;$(TraceInterfaceType)&quot;)" />
<folder
Name="tinyusb"
@@ -65,6 +65,7 @@
<folder Name="include" />
<folder Name="source">
<file file_name="../../../../../hw/mcu/nxp/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_gpio.c" />
+ <file file_name="../../../../../hw/mcu/nxp/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_pinsel.c" />
</folder>
</folder>
</folder>