继续修改小错误

This commit is contained in:
jhb
2019-04-09 18:17:33 +08:00
parent e6d20e9120
commit 013f4e1761
5 changed files with 180 additions and 931 deletions
+11 -2
View File
@@ -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)
@@ -2,7 +2,7 @@ from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [str(Dir('#')), cwd]
CPPPATH = [str(), cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
+1 -1
View File
@@ -21,7 +21,7 @@ menu "On-chip Peripheral Drivers"
default y
select RT_USING_SERIAL
if BSP_USING_UART
config BSP_USING_UART3
config BSP_USING_UART3
bool "Enable UART3"
default y
endif
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff