提交 013f4e17 编写于 作者: jhb222's avatar jhb222

继续修改小错误

上级 e6d20e91
...@@ -97,10 +97,19 @@ msh > ...@@ -97,10 +97,19 @@ msh >
## 注意事项 ## 注意事项
- 暂无 - 调试串口为串口3 映射到PB10 PB11
- RAM 分为三部分
```
RAM1 (rw) : ORIGIN = 0x20000000, LENGTH = 192k /* 192K sram */
RAM2 (rw) : ORIGIN = 0x20040000, LENGTH = 384k /* 384K sram */
RAM3 (rw) : ORIGIN = 0x10000000, LENGTH = 64k /* 64K sram */
```
## 联系人信息 ## 联系人信息
维护人: 维护人:
- [jhb](https://github.com/jhbdream?tab=repositories), 邮箱:< jihongbin@rt-thread.com> - [jhb](https://github.com/jhbdream?tab=repositories)
\ No newline at end of file \ No newline at end of file
...@@ -2,7 +2,7 @@ from building import * ...@@ -2,7 +2,7 @@ from building import *
cwd = GetCurrentDir() cwd = GetCurrentDir()
src = Glob('*.c') src = Glob('*.c')
CPPPATH = [str(Dir('#')), cwd] CPPPATH = [str(), cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH) group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
......
...@@ -21,7 +21,7 @@ menu "On-chip Peripheral Drivers" ...@@ -21,7 +21,7 @@ menu "On-chip Peripheral Drivers"
default y default y
select RT_USING_SERIAL select RT_USING_SERIAL
if BSP_USING_UART if BSP_USING_UART
config BSP_USING_UART3 config BSP_USING_UART3
bool "Enable UART3" bool "Enable UART3"
default y default y
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册