-
Notifications
You must be signed in to change notification settings - Fork 0
/
DARS_motor.hzp
64 lines (64 loc) · 2.89 KB
/
DARS_motor.hzp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE CrossStudio_Project_File>
<solution Name="DARS_motor" target="9" version="2">
<project Name="DARS_motor">
<configuration
Name="Common"
Platform="MSP430"
Target="MSP430F6779A"
build_use_hardware_multiplier="32-Bit Multiplier"
c_system_include_directories="$(StudioDir)/include;$(PackagesDir)/include;$(ARC_prefix)/include"
debug_threads_script="$(PackagesDir)/libraries/libctl/source/threads.js"
libctl="Yes"
link_symbol_definitions="CTL_IRQ_STACK_SIZE=128"
linker_memory_map_file="$(PackagesDir)/targets/msp430/MSP430F6779A.xml"
linker_section_placement_file="$(StudioDir)/targets/section_placement_info_abcd_iv64.xml"
macros="ARC_prefix=Z:/ARC-2/ARC2-Software"
msp430_identify_string="MSP430F6779A"
msp430_insn_set="MSP430X"
msp430_memory_size="1M"
project_directory=""
project_type="Executable" />
<folder Name="Source Files">
<configuration Name="Common" filter="c;h;s;asm;inc;s43" />
<file file_name="main.c" />
<file file_name="pins.h" />
<file file_name="subsystem.h" />
<file file_name="commands.c" />
<file file_name="subsystem.c" />
<file file_name="timer.c" />
<file file_name="timer.h" />
<file file_name="motor.c" />
<file file_name="motor.h" />
</folder>
<folder Name="System Files">
<configuration Name="Common" filter="xml" />
</folder>
<configuration
Name="Debug"
linker_additional_files="$(ARC_prefix)/lib/BUSlib_Debug.hza;$(ARC_prefix)/lib/Error_printf_Debug.hza;$(ARC_prefix)/lib/termlib_Debug.hza;$(ARC_prefix)/lib/commandLib_Debug.hza;$(ARC_prefix)/lib/SD-lib_err_Debug.hza;$(ARC_prefix)/lib/UART_UCA2_Debug.hza;$(ARC_prefix)/lib/SD-lib_UCA1_Debug.hza;$(ARC_prefix)/lib/I2Clib_Debug.hza;" />
<configuration
Name="Release"
linker_additional_files="$(ARC_prefix)/lib/BUSlib_Release.hza;$(ARC_prefix)/lib/Error_printg_Release.hza;$(ARC_prefix)/lib/termlib_Release.hza;$(ARC_prefix)/lib/UART_UCA2_Release.hza;$(ARC_prefix)/lib/commandLib_Release.hza;$(ARC_prefix)/lib/SD-lib_err_Release.hza;$(ARC_prefix)/lib/SD-lib_UCA1_Release.hza;$(ARC_prefix)/lib/I2Clib_Release.hza;" />
</project>
<configuration
Name="MSP430 Debug"
inherited_configurations="MSP430;Debug" />
<configuration Name="MSP430" Platform="MSP430" hidden="Yes" />
<configuration Name="Debug" build_debug_information="Yes" hidden="Yes" />
<configuration
Name="MSP430 Release"
inherited_configurations="MSP430;Release" />
<configuration
Name="Release"
build_debug_information="No"
c_preprocessor_definitions="NDEBUG"
hidden="Yes"
optimize_block_locality="Yes"
optimize_copy_propagation="Yes"
optimize_cross_calling="Standard"
optimize_cross_jumping="Yes"
optimize_dead_code="Yes"
optimize_jump_chaining="Yes"
optimize_jump_threading="Yes"
optimize_tail_merging="Yes" />
</solution>