]> Chaos Git - corbenik/corbenik.git/commit
Commit initial code
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 26 Apr 2016 02:26:11 +0000 (22:26 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 26 Apr 2016 02:26:11 +0000 (22:26 -0400)
commit5405e4b2f7dc03769ec783d249c4101046ce40f7
treeee6ec78e1fbd9c00da79e787fb3cdb8625b429f1
Commit initial code
31 files changed:
.gitignore [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
firmurls [new file with mode: 0644]
linker.ld [new file with mode: 0644]
source/common.h [new file with mode: 0644]
source/crypto.c [new file with mode: 0644]
source/crypto.h [new file with mode: 0644]
source/fatfs/00readme.txt [new file with mode: 0644]
source/fatfs/delay.s [new file with mode: 0644]
source/fatfs/diskio.c [new file with mode: 0644]
source/fatfs/diskio.h [new file with mode: 0644]
source/fatfs/ff.c [new file with mode: 0644]
source/fatfs/ff.h [new file with mode: 0644]
source/fatfs/ffconf.h [new file with mode: 0644]
source/fatfs/history.txt [new file with mode: 0644]
source/fatfs/integer.h [new file with mode: 0644]
source/fatfs/sdmmc.c [new file with mode: 0644]
source/fatfs/sdmmc.h [new file with mode: 0644]
source/headers.h [new file with mode: 0644]
source/main.c [new file with mode: 0644]
source/patch_format.h [new file with mode: 0644]
source/start.s [new file with mode: 0644]
source/std/draw.c [new file with mode: 0644]
source/std/draw.h [new file with mode: 0644]
source/std/font.h [new file with mode: 0644]
source/std/fs.c [new file with mode: 0644]
source/std/fs.h [new file with mode: 0644]
source/std/memory.c [new file with mode: 0644]
source/std/memory.h [new file with mode: 0644]
source/std/types.h [new file with mode: 0644]