-
Notifications
You must be signed in to change notification settings - Fork 0
/
blue.emProject
84 lines (84 loc) · 3.72 KB
/
blue.emProject
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
<!DOCTYPE CrossStudio_Project_File>
<solution Name="blue" target="8" version="2">
<project Name="blue">
<configuration
CMSIS_CORE="Yes"
LIBRARY_IO_TYPE="RTT"
Name="Common"
Placement="Flash"
Target="nRF52840_xxAA"
arm_architecture="v7EM"
arm_compiler_variant="SEGGER"
arm_core_type="Cortex-M4"
arm_endian="Little"
arm_fp_abi="Hard"
arm_fpu_type="FPv4-SP-D16"
arm_linker_heap_size="16384"
arm_linker_process_stack_size="0"
arm_linker_stack_size="16384"
arm_linker_variant="SEGGER"
arm_rtl_variant="SEGGER"
arm_simulator_memory_simulation_parameter="ROM1;0x00000000;0x00100000;ROM2;0x12000000;0x08000000;RAM1;0x00800000;0x00040000;RAM2;0x20000000;0x00040000;"
arm_target_debug_interface_type="ADIv5"
arm_target_device_name="nRF52840_xxAA"
arm_target_interface_type="SWD"
c_preprocessor_definitions="ARM_MATH_CM4;NRF52840_XXAA;__nRF_FAMILY;FLASH_PLACEMENT=1"
c_user_include_directories="$(ProjectDir)/nRF/Device/Include;$(ProjectDir)/nRF/Device/Include"
debug_register_definition_file="$(ProjectDir)/nrf52840.svd"
debug_stack_pointer_start="__stack_end__"
debug_start_from_entry_point_symbol="No"
debug_target_connection="J-Link"
gcc_entry_point="Reset_Handler"
link_linker_script_file="$(ProjectDir)/blue.icf"
linker_log_file="Yes"
linker_memory_map_file="$(ProjectDir)/nRF52840_xxAA_MemoryMap.xml"
linker_output_format="hex"
linker_section_placement_file="$(ProjectDir)/flash_placement.xml"
macros="NRFHeaderFile=$(PackagesDir)/nRF/Device/Include/nrf.h;DeviceHeaderFile=$(PackagesDir)/nRF/Device/Include/nrf52840.h;DeviceSystemFile=$(PackagesDir)/nRF/Device/Source/system_nrf52.c;DeviceVectorsFile=$(PackagesDir)/nRF/Device/Startup/ses_startup_nrf52840.s;DeviceLinkerScript=$(PackagesDir)/nRF/Device/Linker/ses_nrf52840_xxaa.icf;DeviceMemoryMap=$(PackagesDir)/nRF/Device/MemoryMap/nRF52840_xxAA_MemoryMap.xml;DeviceLibraryIdentifier=M4lf;DeviceFamily=nRF;Target=nRF52840_xxAA;Placement=Flash"
package_dependencies="CMSIS-CORE_V5"
project_directory=""
project_type="Executable"
target_reset_script="Reset();"
target_script_file="$(ProjectDir)/nRF_Target.js"
target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")" />
<folder Name="Device Files">
<file file_name="nRF/Device/Include/nrf.h" />
<file file_name="nRF/Device/Include/nrf52840.h" />
<file file_name="nRF/Device/Source/system_nrf52.c">
<configuration
Name="Common"
default_code_section=".init"
default_const_section=".init_rodata" />
</file>
</folder>
<folder Name="Script Files">
<file file_name="nRF/Scripts/nRF_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="blue.c" />
<file file_name="app.c" />
<file file_name="app.h" />
</folder>
<folder Name="System Files">
<file file_name="SEGGER_THUMB_Startup.s" />
<file file_name="nRF/Device/Startup/ses_startup_nrf_common.s" />
<file file_name="nRF/Device/Startup/ses_startup_nrf52840.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" />
<configuration
Name="Release"
c_preprocessor_definitions="NDEBUG"
gcc_debugging_level="Level 2"
gcc_omit_frame_pointer="Yes"
gcc_optimization_level="Level 2 balanced" />
</solution>