-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcanbus.emProject
More file actions
87 lines (87 loc) · 4.28 KB
/
Copy pathcanbus.emProject
File metadata and controls
87 lines (87 loc) · 4.28 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
<!DOCTYPE CrossStudio_Project_File>
<solution Name="canbus" version="2" target="20">
<configuration
Name="Debug"
c_preprocessor_definitions="DEBUG"
gcc_debugging_level="Level 3"
gcc_omit_frame_pointer="Yes"
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" />
<project Name="canbus">
<configuration
LIBRARY_IO_TYPE="RTT"
Name="Common"
Placement="Flash"
Target="GD32VF103CBT6"
c_preprocessor_definitions="GD32VF103CB;__GD32VF1xx_FAMILY;__GD32VF103_SUBFAMILY;FLASH_PLACEMENT=1"
c_user_include_directories="$(ProjectDir)/GD32VF1xx/Device/Include"
debug_register_definition_file="$(ProjectDir)/GD32VF103_Registers.xml"
debug_target_connection="J-Link"
gcc_entry_point="Reset_Handler"
linker_output_format="bin"
linker_printf_fp_enabled="No"
linker_printf_width_precision_supported="Yes"
linker_section_placement_file="$(ProjectDir)/flash_placement_riscv.xml"
linker_section_placements_segments="FLASH1 RX 0x08000000 0x00020000;RAM1 RW 0x20000000 0x00008000"
macros="DeviceHeaderFile=$(PackagesDir)/GD32VF1xx/Device/Include/gd32vf103.h;DeviceLibraryIdentifier=M3l;DeviceSystemFile=$(PackagesDir)/GD32VF1xx/Device/Source/system_gd32vf103.c;DeviceFamily=GD32VF1xx;DeviceSubFamily=GD32VF103;Target=GD32VF103CBT6;Placement=Flash"
project_directory=""
project_type="Executable"
rv_architecture="rv32imac"
target_device_name="GD32VF103CBT6"
target_reset_script="Reset();" />
<folder Name="Script Files">
<file file_name="GD32VF1xx/Scripts/GD32VF1xx_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="GD32VF1xx/Device/Source/CAN_settings.c" />
<file file_name="GD32VF1xx/Device/Source/DHT11.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_adc.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_bkp.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_can.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_crc.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_dac.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_dbg.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_dma.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_exmc.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_exti.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_fmc.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_fwdgt.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_gpio.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_i2c.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_pmu.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_rcu.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_rtc.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_spi.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_timer.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_usart.c" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_wwdgt.c" />
<file file_name="GD32VF1xx/Device/Source/i2c.c" />
<file file_name="main.c" />
<file file_name="GD32VF1xx/Device/Source/ST7735.c" />
<file file_name="GD32VF1xx/Device/Source/systick.c" />
</folder>
<folder Name="System Files">
<file file_name="GD32VF1xx/Device/Source/entry.s" />
<file file_name="GD32VF1xx/Device/Include/gd32vf103.h" />
<file file_name="GD32VF1xx/Device/Source/gd32vf103_eclic.c" />
<file file_name="GD32VF1xx/Source/GD32VF1xx_Startup.s" />
<file file_name="GD32VF1xx/Device/Source/init.c" />
<file file_name="GD32VF1xx/Device/Source/n22_func.c" />
<file file_name="riscv_crt0.s" />
<file file_name="GD32VF1xx/Device/Source/system_gd32vf103.c">
<configuration
Name="Common"
default_code_section=".init"
default_const_section=".init_rodata" />
</file>
</folder>
</project>
</solution>