]> Chaos Git - corbenik/ctrulib.git/commitdiff
Moved example projects to examples/.
authorplutoo <plutoo@univor.se>
Mon, 28 Jul 2014 16:41:18 +0000 (18:41 +0200)
committerplutoo <plutoo@univor.se>
Mon, 28 Jul 2014 16:41:18 +0000 (18:41 +0200)
16 files changed:
examples/arm11u/Makefile [moved from arm11u/Makefile with 100% similarity]
examples/arm11u/README.md [moved from arm11u/README.md with 100% similarity]
examples/arm11u/source/costable.h [moved from arm11u/source/costable.h with 100% similarity]
examples/arm11u/source/crt0.s [moved from arm11u/source/crt0.s with 100% similarity]
examples/arm11u/source/main.c [moved from arm11u/source/main.c with 100% similarity]
examples/gpu/Makefile [moved from gpu/Makefile with 100% similarity]
examples/gpu/README.md [moved from gpu/README.md with 100% similarity]
examples/gpu/source/costable.h [moved from gpu/source/costable.h with 100% similarity]
examples/gpu/source/crt0.s [moved from gpu/source/crt0.s with 100% similarity]
examples/gpu/source/main.c [moved from gpu/source/main.c with 100% similarity]
examples/gpu/source/test.vsh [moved from gpu/source/test.vsh with 100% similarity]
examples/sdmc/Makefile [moved from sdmc/Makefile with 100% similarity]
examples/sdmc/README.md [moved from sdmc/README.md with 100% similarity]
examples/sdmc/source/costable.h [moved from sdmc/source/costable.h with 100% similarity]
examples/sdmc/source/crt0.s [moved from sdmc/source/crt0.s with 100% similarity]
examples/sdmc/source/main.c [moved from sdmc/source/main.c with 100% similarity]

similarity index 100%
rename from arm11u/Makefile
rename to examples/arm11u/Makefile
similarity index 100%
rename from arm11u/README.md
rename to examples/arm11u/README.md
similarity index 100%
rename from gpu/Makefile
rename to examples/gpu/Makefile
similarity index 100%
rename from gpu/README.md
rename to examples/gpu/README.md
similarity index 100%
rename from gpu/source/crt0.s
rename to examples/gpu/source/crt0.s
similarity index 100%
rename from gpu/source/main.c
rename to examples/gpu/source/main.c
similarity index 100%
rename from sdmc/Makefile
rename to examples/sdmc/Makefile
similarity index 100%
rename from sdmc/README.md
rename to examples/sdmc/README.md