Skip to content

Commit c81ead1

Browse files
committed
Initial commit
Some thing like bsp/stm32f10x in rt-thread 1.0. Be aware that there is some tunings.
0 parents  commit c81ead1

File tree

141 files changed

+74723
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+74723
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*~
2+
*.swp
3+
*.bak
4+
5+
.sconsign.dblite
6+
7+
project.uv*
8+
project_rtthread-stm32.dep
9+
10+
*.hex
11+
build/
12+
obj/

0 commit comments

Comments
 (0)