mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
72 lines
3.1 KiB
Plaintext
72 lines
3.1 KiB
Plaintext
|
<!DOCTYPE CrossStudio_Project_File>
|
||
|
<solution Name="lpc11u6x" target="8" version="2">
|
||
|
<project Name="lpc11u6x">
|
||
|
<configuration
|
||
|
CMSIS_CORE="Yes"
|
||
|
Name="Common"
|
||
|
Placement="Flash"
|
||
|
Target="LPC11U68"
|
||
|
arm_architecture="v6M"
|
||
|
arm_core_type="Cortex-M0+"
|
||
|
arm_endian="Little"
|
||
|
arm_fpu_type="None"
|
||
|
arm_interwork="No"
|
||
|
arm_linker_heap_size="256"
|
||
|
arm_linker_process_stack_size="0"
|
||
|
arm_linker_stack_size="256"
|
||
|
arm_simulator_memory_simulation_parameter="ROM;0x00000000;0x00040000;RAM;0x10000000;0x00008000;RAM;0x20000000;0x00000800"
|
||
|
arm_target_debug_interface_type="ADIv5"
|
||
|
arm_target_device_name="LPC11U68"
|
||
|
arm_target_interface_type="SWD"
|
||
|
c_preprocessor_definitions="__LPC11U68__;__LPC1100_FAMILY;__LPC11U00_SUBFAMILY;ARM_MATH_CM0PLUS;FLASH_PLACEMENT=1"
|
||
|
c_user_include_directories="$(ProjectDir)/CMSIS_5/CMSIS/Include;$(ProjectDir)/LPC1100/CMSIS/Device/Include/LPC11Uxx"
|
||
|
debug_register_definition_file="$(ProjectDir)/LPC11U6x_Registers.xml"
|
||
|
debug_target_connection="J-Link"
|
||
|
gcc_entry_point="Reset_Handler"
|
||
|
linker_memory_map_file="$(ProjectDir)/LPC11U68_MemoryMap.xml"
|
||
|
linker_section_placement_file="$(ProjectDir)/flash_placement.xml"
|
||
|
macros="DeviceHeaderFile=$(PackagesDir)/LPC1100/CMSIS/Device/Include/LPC11Uxx/LPC11U6x.h;DeviceLibraryIdentifier=M0l;DeviceSystemFile=$(PackagesDir)/LPC1100/CMSIS/Device/Source/system_LPC11U6x.c;DeviceVectorsFile=$(PackagesDir)/LPC1100/Source/LPC11U6x_Vectors.s;DeviceFamily=LPC1100;DeviceSubFamily=LPC11U00;Target=LPC11U68;Placement=Flash"
|
||
|
project_directory=""
|
||
|
project_type="Executable"
|
||
|
target_reset_script="Reset();"
|
||
|
target_script_file="$(ProjectDir)/LPC1100_Target.js"
|
||
|
target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")" />
|
||
|
<folder Name="CMSIS Files">
|
||
|
<file file_name="LPC1100/CMSIS/Device/Include/LPC11Uxx/LPC11U6x.h" />
|
||
|
<file file_name="LPC1100/CMSIS/Device/Source/system_LPC11U6x.c">
|
||
|
<configuration
|
||
|
Name="Common"
|
||
|
default_code_section=".init"
|
||
|
default_const_section=".init_rodata" />
|
||
|
</file>
|
||
|
</folder>
|
||
|
<folder Name="RTT Files">
|
||
|
<file file_name="SEGGER_RTT.c" />
|
||
|
<file file_name="SEGGER_RTT.h" />
|
||
|
<file file_name="SEGGER_RTT_Conf.h" />
|
||
|
<file file_name="SEGGER_RTT_SES.c" />
|
||
|
</folder>
|
||
|
<folder Name="Script Files">
|
||
|
<file file_name="LPC1100/Scripts/LPC1100_Target.js">
|
||
|
<configuration Name="Common" file_type="Reset Script" />
|
||
|
</file>
|
||
|
</folder>
|
||
|
<folder Name="Source Files">
|
||
|
<configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
|
||
|
<file file_name="main.c" />
|
||
|
</folder>
|
||
|
<folder Name="System Files">
|
||
|
<file file_name="thumb_crt0.s" />
|
||
|
<file file_name="LPC1100/Source/LPC1100_Startup.s" />
|
||
|
<file file_name="LPC1100/Source/LPC11U6x_Vectors.s">
|
||
|
<configuration Name="Common" file_type="Assembly" />
|
||
|
</file>
|
||
|
</folder>
|
||
|
</project>
|
||
|
<configuration
|
||
|
Name="Debug"
|
||
|
c_preprocessor_definitions="DEBUG"
|
||
|
gcc_debugging_level="Level 3"
|
||
|
gcc_optimization_level="None" />
|
||
|
</solution>
|