Skip to content

Commit cf7052f

Browse files
authored
Merge pull request #2758 from lhxzui/lhxzui_rtt
1. Add bsp stm32l452-st-nucleo.
2 parents 849d62d + 8e5776b commit cf7052f

38 files changed

+12921
-5
lines changed

bsp/stm32/stm32f072-st-nucleo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 简介
44

5-
本文档为刘恒为 NUCLEO-F072RB 开发板的 BSP (板级支持包) 说明。
5+
本文档为刘恒为 NUCLEO-F072RB 开发板提供的 BSP (板级支持包) 说明。
66

77
主要内容如下:
88

bsp/stm32/stm32f103-yf-ufun/applications/SConscript

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Import('RTT_ROOT')
2-
Import('rtconfig')
31
from building import *
42

53
cwd = GetCurrentDir()
6-
src = Glob('*.c')
7-
CPPPATH = [cwd, str(Dir('#'))]
4+
src = Glob('*.c') + Glob('*.cpp')
5+
CPPPATH = [cwd]
86

97
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
108

0 commit comments

Comments
 (0)