4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 18:03:31 +08:00
a1012112796 c14bb274dc 纠正 新增stm32f427-robomaster-a板BSP包编写错误
更改stm32f427-robomaster-a板BSP包board.png图片
2019-09-03 18:28:55 +08:00

13 lines
207 B
Python

import rtconfig
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = Split("""
main.c
""")
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')