-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRealThread_ES32F0.yaml
181 lines (180 loc) · 5.7 KB
/
RealThread_ES32F0.yaml
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
---
vendor: RealThread
dvendor: essemi
name: ES32F0
version: 0.0.1
yaml_version: 1
type: Chip_Support_Packages
family_name: ES32
series:
description: |-
ES' ES32F0 series of mainstream MCUs covers the needs of a large variety of applications . High performance with first-class peripherals and low-power.
- Widely operating voltage range from 2.2V to 5.5V
series_name: ES32F0
peripheral: {}
sub_series:
- sub_series_name: ES32F065X
chips:
- chip_name: ES32F0654LT
peripheral: {}
memory:
- id: IROM1
start: '0x00000000'
size: '0x00040000'
default: '1'
- id: IRAM1
start: '0x20000000'
size: '0x00008000'
init: '0'
default: '1'
cpu_info:
max_clock: '48000000'
fpu: '0'
mpu: '0'
endian: Little-endian
compiler:
gcc:
entry_point: entry
link_script: linkscripts\ES32F0654LT\link.lds
marco:
- ES32F0654LT
- ES32F065x
files:
- libraries\CMSIS\Device\EastSoft\ES32F065x\Include\es32f065x.h
- libraries\CMSIS\Include
- libraries\CMSIS\Device\EastSoft\ES32F065x\Startup\gcc\startup_es32f065x.s
armcc:
entry_point: none
link_script: none
marco: []
files: []
iarcc:
entry_point: none
link_script: none
marco: []
files: []
- chip_name: ES32F0654LX
peripheral: {}
memory:
- id: IROM1
start: '0x00000000'
size: '0x00040000'
default: '1'
- id: IRAM1
start: '0x20000000'
size: '0x00008000'
init: '0'
default: '1'
cpu_info:
max_clock: '48000000'
fpu: '0'
mpu: '0'
endian: Little-endian
compiler:
gcc:
entry_point: entry
link_script: linkscripts\ES32F0654LX\link.lds
marco:
- ES32F0654LX
- ES32F065x
files:
- libraries\CMSIS\Device\EastSoft\ES32F065x\Include\es32f065x.h
- libraries\CMSIS\Include
- libraries\CMSIS\Device\EastSoft\ES32F065x\Startup\gcc\startup_es32f065x.s
armcc:
entry_point: none
link_script: none
marco: []
files: []
iarcc:
entry_point: none
link_script: none
marco: []
files: []
ui:
uart:
default_value: UART2
prompt_message_en: select one uart as console output interface
prompt_message_zh: 选择一个串口作为控制台信息输出接口
tx_pin:
default_value: PC12
prompt_message_en: 'set the tx pin name of the console device interface, the
value should be with a format"P+[port name][pin number]",eg. PA9,PB6 '
prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA9,
PB6
rx_pin:
default_value: PD2
prompt_message_en: 'set the rx pin name of the console device interface, the
value should be with a format"P+[port name][pin number]", eg. PA10, PB7 '
prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA9, PB6
docs:
- file: 0.0.1\documents\ES32F065x_Reference_Manual_C V1.5.pdf
title: ES32F065X Reference Manual
svd:
file: debug\svd\es32f065x.svd
project_type:
bare_metal:
function_map:
clk_init: none
uart_init: none
putc: none
sysTick: none
marco:
- SOC_FAMILY_ES
- SOC_SERIES_ES32F0
- ES32F065x
source_files:
- drivers\baremetal
rtt_nano:
function_map:
clk_init: none
uart_init: none
putc: none
getc: none
sysTick: none
heap_init: none
marco:
- SOC_FAMILY_ES
- SOC_SERIES_ES32F0
- ES32F065x
source_files:
- drivers\nano
rtt:
function_map:
rt_hw_board_init;: none
rt_hw_serial_register: none
rt_hw_pin_register: none
heap_init: none
marco:
- SOC_FAMILY_ES
- SOC_SERIES_ES32F0
- ES32F065x
source_files:
- drivers\rtt
docs:
- file: Documents\dui0497a_cortex_m0_r0p0_generic_ug.pdf
title: Cortex-M0 Generic User Guide
source_files:
file:
- libraries\ES32F065x_ALD_StdPeriph_Driver\Include
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source
- libraries\CMSIS\Include
- libraries\CMSIS\Device\EastSoft\ES32F065x\Include\es32f065x.h
- libraries\CMSIS\Device\EastSoft\ES32F065x\System\system_es32f065x.c
cpu_info:
core: Cortex-M0
ui:
uart:
default_value: UART2
prompt_message_en: select one uart as console output interface
prompt_message_zh: 选择一个串口作为控制台信息输出接口
tx_pin:
default_value: PC12
prompt_message_en: 'set the tx pin name of the console device interface, the
value should be with a format"P+[port name][pin number]",eg. PA9,PB6 '
prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA9, PB6
rx_pin:
default_value: PD2
prompt_message_en: 'set the rx pin name of the console device interface, the
value should be with a format"P+[port name][pin number]", eg. PA10, PB7 '
prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA9, PB6