This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
rename mmcsd to sdio.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1908 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com
13 years ago
parent
b0a1f0860a
commit
94d79d70c6
10 changed files
with
0 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
components/drivers/sdio/SConscript
0
0
components/drivers/sdio/block_dev.c
0
0
components/drivers/sdio/list.h
0
0
components/drivers/sdio/mmcsd_card.h
0
0
components/drivers/sdio/mmcsd_cmd.h
0
0
components/drivers/sdio/mmcsd_core.c
0
0
components/drivers/sdio/mmcsd_core.h
0
0
components/drivers/sdio/mmcsd_host.h
0
0
components/drivers/sdio/sd.c
0
0
components/drivers/sdio/sd.h
+ 0
- 0
components/drivers/mmcsd/SConscript → components/drivers/sdio/SConscript
View File
+ 0
- 0
components/drivers/mmcsd/block_dev.c → components/drivers/sdio/block_dev.c
View File
+ 0
- 0
components/drivers/mmcsd/list.h → components/drivers/sdio/list.h
View File
+ 0
- 0
components/drivers/mmcsd/mmcsd_card.h → components/drivers/sdio/mmcsd_card.h
View File
+ 0
- 0
components/drivers/mmcsd/mmcsd_cmd.h → components/drivers/sdio/mmcsd_cmd.h
View File
+ 0
- 0
components/drivers/mmcsd/mmcsd_core.c → components/drivers/sdio/mmcsd_core.c
View File
+ 0
- 0
components/drivers/mmcsd/mmcsd_core.h → components/drivers/sdio/mmcsd_core.h
View File
+ 0
- 0
components/drivers/mmcsd/mmcsd_host.h → components/drivers/sdio/mmcsd_host.h
View File
+ 0
- 0
components/drivers/mmcsd/sd.c → components/drivers/sdio/sd.c
View File
+ 0
- 0
components/drivers/mmcsd/sd.h → components/drivers/sdio/sd.h
View File