Skip to content

Commit 8e5776b

Browse files
committed
1. Add bsp stm32l452-st-nucleo.
2. Bsp stm32l452-st-nucleo has been tested with NUCLEO-L452RE board. 3. Modify the applications SConscript of bsp stm32f103-yf-ufun, using new method. 4. Modify README of bsp stm32f072-st-nucleo.
1 parent 4bb7dc9 commit 8e5776b

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)