OSDN Git Service

Added low level I/O module directory.
authorShinichiro Nakamura <shinta.main.jp@gmail.com>
Sat, 28 Jul 2012 23:29:21 +0000 (08:29 +0900)
committerShinichiro Nakamura <shinta.main.jp@gmail.com>
Sat, 28 Jul 2012 23:29:21 +0000 (08:29 +0900)
commitafc518d4bd47d2434eb6ea14402f3e6c267db238
treee5993b8d02dd27932d13ef2a667594f747a2982f
parentd1c9c664329bfbc6805b8b9d5adb86fed46b1f2c
Added low level I/O module directory.
20 files changed:
firm/sample/simple_mp3_player/os/Makefile
firm/sample/simple_mp3_player/os/lowio/led.c [moved from firm/sample/simple_mp3_player/os/led.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/led.h [moved from firm/sample/simple_mp3_player/os/led.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/mmc.c [moved from firm/sample/simple_mp3_player/os/mmc.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/pff.c [moved from firm/sample/simple_mp3_player/os/pff.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/pff.h [moved from firm/sample/simple_mp3_player/os/pff.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/portconf.h [moved from firm/sample/simple_mp3_player/os/portconf.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/re.c [moved from firm/sample/simple_mp3_player/os/re.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/re.h [moved from firm/sample/simple_mp3_player/os/re.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/sg12232c.c [moved from firm/sample/simple_mp3_player/os/sg12232c.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/sg12232c.h [moved from firm/sample/simple_mp3_player/os/sg12232c.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/spi.c [moved from firm/sample/simple_mp3_player/os/spi.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/spi.h [moved from firm/sample/simple_mp3_player/os/spi.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/spreg.c [moved from firm/sample/simple_mp3_player/os/spreg.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/spreg.h [moved from firm/sample/simple_mp3_player/os/spreg.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/sw.c [moved from firm/sample/simple_mp3_player/os/sw.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/sw.h [moved from firm/sample/simple_mp3_player/os/sw.h with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/vs1011e.c [moved from firm/sample/simple_mp3_player/os/vs1011e.c with 100% similarity]
firm/sample/simple_mp3_player/os/lowio/vs1011e.h [moved from firm/sample/simple_mp3_player/os/vs1011e.h with 100% similarity]
firm/sample/simple_mp3_player/os/ntshell/ntconf.h [moved from firm/sample/simple_mp3_player/os/ntconf.h with 100% similarity]