Logo
Explore Help
Register Sign In
Mirrors_Framework/rt-thread
1
0
Fork 0
You've already forked rt-thread
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-12-13 21:49:14 +08:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
Files
11a2f7eac6b58a07da025bfc26bb0c81d41d973e
rt-thread/bsp/stm32/stm32f407-micu/applications/SConscript

16 lines
356 B
Python
Raw Normal View History

bsp: add stm32f407-micu support Update bsp/stm32/stm32f407-micu/rtconfig.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update bsp/stm32/stm32f407-micu/rtconfig.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update bsp/stm32/stm32f407-micu/project.uvproj Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update bsp/stm32/stm32f407-micu/project.uvproj Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update bsp/stm32/stm32f407-micu/board/board.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> add ci Delete bsp/stm32/stm32f407-micu/project.uvgui.dlx modified: MAINTAINERS deleted: bsp/stm32/stm32f407-micu/figures/board.png.png deleted: bsp/stm32/stm32f407-micu/project.uvopt modified: bsp/stm32/stm32f407-micu/project.uvoptx modified: bsp/stm32/stm32f407-micu/project.uvprojx
2025-11-09 20:06:39 +08:00
from building import *
import os
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
list = os.listdir(cwd)
for item in list:
if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
group = group + SConscript(os.path.join(item, 'SConscript'))
Return('group')
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2009ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API