-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexos_lpc11.hzp
More file actions
150 lines (150 loc) · 5.88 KB
/
exos_lpc11.hzp
File metadata and controls
150 lines (150 loc) · 5.88 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE CrossStudio_Project_File>
<solution Name="exos_lpc11" target="8" version="2">
<project Name="exos_lpc11">
<configuration
Name="Common"
Target="LPC11C24"
arm_architecture="v6M"
arm_core_type="Cortex-M0"
arm_gcc_target="arm-unknown-eabi"
arm_interwork="No"
arm_linker_heap_size="128"
arm_linker_process_stack_size="512"
arm_linker_stack_size="512"
arm_simulator_memory_simulation_filename="$(TargetsDir)/LPC1000/LPC1000SimulatorMemory.dll"
arm_simulator_memory_simulation_parameter="LPC11;0x8000;0x2000;0x0"
arm_target_debug_interface_type="ADIv5"
arm_target_interface_type="SWD"
arm_target_loader_parameter="12000000"
build_intermediate_directory=".output/$(Configuration)"
build_output_directory=".output/$(Configuration)"
c_only_additional_options="-fms-extensions"
c_system_include_directories="$(TargetsDir)/CMSIS_3/CMSIS/Include;$(TargetsDir)/LPC1000/include"
c_user_include_directories="$(ProjectDir);$(ProjectDir)/include;$(ProjectDir)/kernel/driver"
gcc_entry_point="Reset_Handler"
link_include_startup_code="No"
linker_additional_files="$(TargetsDir)/LPC1000/lib/liblpc1000$(LibExt)$(LIB)"
linker_memory_map_file="$(TargetsDir)/LPC1000/LPC11C24_MemoryMap.xml"
oscillator_frequency="12MHz"
project_directory=""
project_type="Executable"
property_groups_file_path="$(TargetsDir)/LPC1000/propertyGroups11xx.xml" />
<configuration
Name="Flash"
Placement="Flash"
arm_target_flash_loader_file_path="$(TargetsDir)/LPC1000/Release/Loader_lpc1100.elf"
arm_target_flash_loader_type="LIBMEM RPC Loader"
linker_patch_build_command=""$(StudioDir)/bin/crossscript" "load(\"$(TargetsDir)/LPC1000/LPC1000_LinkPatch.js\");patch(\"$(TargetPath)\");""
linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml"
target_reset_script="FLASHReset()" />
<folder Name="Source Files">
<configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
<folder Name="kernel">
<file file_name="kernel/event.c" />
<file file_name="kernel/fifo.c" />
<file file_name="kernel/io.c" />
<file file_name="kernel/list.c" />
<file file_name="kernel/memory.c" />
<file file_name="kernel/mutex.c" />
<file file_name="kernel/panic.c" />
<file file_name="kernel/port.c" />
<file file_name="kernel/signal.c" />
<file file_name="kernel/startup.c" />
<file file_name="kernel/thread.c" />
<file file_name="kernel/thread_pool.c" />
<file file_name="kernel/timer.c" />
<file file_name="kernel/tree.c" />
<folder Name="machine">
<folder Name="lpc11">
<file file_name="kernel/machine/lpc11/machine_lpc11.c" />
<file file_name="kernel/machine/lpc11/startup_lpc11.c" />
<file file_name="kernel/machine/lpc11/time_lpc11.c" />
<file file_name="kernel/machine/lpc11/vectors_lpc11.s" />
</folder>
<folder Name="armv6m">
<file file_name="kernel/machine/armv6m/kernel_armv6m.c" />
</folder>
<file file_name="kernel/machine/hal.c" />
</folder>
<folder Name="driver">
<folder Name="comm">
<file file_name="kernel/driver/comm/comm.c" />
</folder>
</folder>
</folder>
<folder Name="support">
<folder Name="lpc11">
<file file_name="support/lpc11/ssp.c" />
<file file_name="support/lpc11/uart.c" />
<file file_name="support/lpc11/can.c" />
</folder>
<folder Name="misc">
<file file_name="support/misc/c_can.c" />
</folder>
</folder>
<folder Name="tests">
<folder Name="platform">
<folder Name="lpc11">
<file file_name="tests/platform/lpc11/lpc11_test.c" />
</folder>
</folder>
</folder>
</folder>
<folder Name="System Files">
<file file_name="$(TargetsDir)/LPC1000/LPC1100_Target.js">
<configuration Name="Common" file_type="Reset Script" />
</file>
</folder>
<folder Name="CMSIS Files">
<file file_name="$(TargetsDir)/LPC1000/include/CMSIS/LPC11xx.h" />
<file file_name="$(TargetsDir)/LPC1000/include/CMSIS/system_LPC11xx.h" />
<file file_name="$(TargetsDir)/LPC1000/include/CMSIS/system_LPC11xx.c" />
</folder>
</project>
<configuration
Name="THUMB"
Platform="ARM"
arm_instruction_set="THUMB"
arm_library_instruction_set="THUMB"
c_preprocessor_definitions="__THUMB"
hidden="Yes" />
<configuration Name="Flash" hidden="Yes" />
<configuration
Name="Debug"
build_debug_information="Yes"
c_preprocessor_definitions="DEBUG"
gcc_optimization_level="None"
hidden="Yes"
link_include_startup_code="No" />
<configuration
Name="Release"
build_debug_information="No"
c_additional_options="-g1"
c_preprocessor_definitions="NDEBUG"
gcc_optimization_level="Level 1"
hidden="Yes"
link_include_startup_code="No" />
<configuration
Name="MioRelay1"
c_preprocessor_definitions="BOARD_MIORELAY1"
hidden="Yes" />
<configuration
Name="MioRelay1 Release"
inherited_configurations="Flash;MioRelay1;Release;THUMB" />
<configuration
Name="MioRelay1 Debug"
inherited_configurations="Debug;Flash;MioRelay1;THUMB" />
<configuration
Name="Common"
c_preprocessor_definitions="__EXOS__;EXOS_NO_NET;MAIN_THREAD_STACK=512;MAIN_THREAD_PRI=0" />
<configuration
Name="MioBMSv0.1"
c_preprocessor_definitions="BOARD_BMS01"
hidden="Yes" />
<configuration
Name="MioBMSv0.1 Debug"
inherited_configurations="Debug;Flash;MioBMSv0.1;THUMB" />
<configuration
Name="MioBMSv0.1 Release"
inherited_configurations="Flash;MioBMSv0.1;Release;THUMB" />
</solution>