summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/FreeRTOSDemo.emProject
blob: a8bda3674f1ff165d969a87abeb7322e8a5ab8ba (plain)
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
<!DOCTYPE CrossStudio_Project_File>
<solution Name="FreeRTOSDemo" target="8" version="2">
  <project Name="FreeRTOSDemo">
    <configuration
      LIBRARY_IO_TYPE="RTT"
      Name="Common"
      Target="nRF9160_xxAA"
      arm_architecture="v8M_Mainline"
      arm_compiler_variant="clang"
      arm_core_type="Cortex-M33"
      arm_endian="Little"
      arm_fp_abi="Hard"
      arm_fpu_type="FPv5-SP-D16"
      arm_linker_heap_size="0"
      arm_linker_process_stack_size="0"
      arm_linker_stack_size="2048"
      arm_linker_variant="GNU"
      arm_rtl_variant="SEGGER"
      arm_simulator_memory_simulation_parameter="ROM;0x00000000;0x00100000;RAM;0x20000000;0x0003E000"
      arm_target_debug_interface_type="ADIv5"
      arm_target_device_name="nRF9160_xxAA"
      arm_target_interface_type="SWD"
      arm_v8M_has_cmse="Yes"
      build_intermediate_directory="Output/$(Configuration)/Objects/"
      build_output_directory="Output/$(Configuration)/"
      c_preprocessor_definitions="ARM_MATH_ARMV8MML;NRF9160_XXAA;__NRF_FAMILY;__SUPPORT_RESET_HALT_AFTER_BTL=0;INITIALIZE_USER_SECTIONS;__ARMCC_VERSION"
      c_user_include_directories="$(ProjectDir)/Nordic_Code/CMSIS_5/CMSIS/Core/Include;$(ProjectDir)/Nordic_Code/nRF/Device/Include;$(ProjectDir)/Config;../../Source/include;../../Source/portable/GCC/ARM_CM33_NTZ/non_secure;../Common/ARMv8M/mpu_demo"
      debug_register_definition_file="$(ProjectDir)/Nordic_Code/nRF/XML/nrf9160_Registers.xml"
      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=""
      linker_memory_map_file="$(ProjectDir)/Source/FreeRTOSDemo_MemoryMap.xml"
      linker_output_format="bin"
      linker_section_placement_file="$(ProjectDir)/Source/FreeRTOSDemo_Flash_Placement.xml"
      macros="DeviceHeaderFile=$(PackagesDir)/nRF/Device/Include/nrf.h;DeviceLibraryIdentifier=ARMv8MMLlfsp;DeviceSystemFile=$(PackagesDir)/nRF/Device/Source/system_nrf9160.c;DeviceVectorsFile=$(PackagesDir)/nRF/Source/nrf9160_Vectors.s;DeviceFamily=nRF;Target=nRF9160_xxAA"
      project_directory=""
      project_type="Executable"
      target_reset_script="Reset();"
      target_trace_initialize_script="EnableTrace(&quot;$(TraceInterfaceType)&quot;)" />
    <folder Name="Nordic_Code">
      <folder Name="CMSIS Files">
        <file file_name="Nordic_Code/nRF/Device/Source/system_nrf9160.c">
          <configuration
            Name="Common"
            default_code_section=".init"
            default_const_section=".init_rodata" />
        </file>
        <file file_name="Nordic_Code/nRF/Device/Include/nrf.h" />
      </folder>
      <folder Name="Script Files">
        <file file_name="Nordic_Code/nRF/Scripts/nRF_Target.js">
          <configuration Name="Common" file_type="Reset Script" />
        </file>
      </folder>
      <folder Name="System Files">
        <file file_name="Nordic_Code/nRF/Source/nRF_Startup.s" />
        <file file_name="Nordic_Code/nRF/Source/nrf9160_Vectors.s">
          <configuration Name="Common" file_type="Assembly" />
        </file>
        <file file_name="Nordic_Code/nRF/Source/thumb_crt0.s" />
      </folder>
    </folder>
    <folder Name="User">
      <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
      <file file_name="Source/main.c" />
    </folder>
    <folder Name="FreeRTOS">
      <folder Name="include">
        <file file_name="../../Source/include/atomic.h" />
        <file file_name="../../Source/include/deprecated_definitions.h" />
        <file file_name="../../Source/include/event_groups.h" />
        <file file_name="../../Source/include/FreeRTOS.h" />
        <file file_name="../../Source/include/list.h" />
        <file file_name="../../Source/include/message_buffer.h" />
        <file file_name="../../Source/include/mpu_prototypes.h" />
        <file file_name="../../Source/include/mpu_wrappers.h" />
        <file file_name="../../Source/include/portable.h" />
        <file file_name="../../Source/include/projdefs.h" />
        <file file_name="../../Source/include/queue.h" />
        <file file_name="../../Source/include/semphr.h" />
        <file file_name="../../Source/include/stack_macros.h" />
        <file file_name="../../Source/include/stdint.readme" />
        <file file_name="../../Source/include/stream_buffer.h" />
        <file file_name="../../Source/include/task.h" />
        <file file_name="../../Source/include/timers.h" />
      </folder>
      <folder Name="portable">
        <folder Name="Common">
          <file file_name="../../Source/portable/Common/mpu_wrappers.c" />
        </folder>
        <folder Name="GCC">
          <folder Name="ARM_CM33_NTZ">
            <file file_name="../../Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c" />
            <file file_name="../../Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h" />
            <file file_name="../../Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c" />
            <file file_name="../../Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h" />
          </folder>
        </folder>
        <folder Name="MemMang">
          <file file_name="../../Source/portable/MemMang/heap_4.c" />
        </folder>
      </folder>
      <file file_name="../../Source/event_groups.c" />
      <file file_name="../../Source/list.c" />
      <file file_name="../../Source/queue.c" />
      <file file_name="../../Source/stream_buffer.c" />
      <file file_name="../../Source/tasks.c" />
      <file file_name="../../Source/timers.c" />
    </folder>
    <folder Name="Config">
      <file file_name="Config/FreeRTOSConfig.h" />
    </folder>
    <folder Name="Demos">
      <file file_name="../Common/ARMv8M/mpu_demo/mpu_demo.c" />
      <file file_name="../Common/ARMv8M/mpu_demo/mpu_demo.h" />
    </folder>
  </project>
  <configuration
    Name="Debug"
    c_preprocessor_definitions="DEBUG"
    gcc_debugging_level="Level 3"
    gcc_optimization_level="None" />
</solution>