From aad720a09885b7cfd66f6406995d996098199e33 Mon Sep 17 00:00:00 2001 From: Penguin Date: Thu, 2 Jul 2020 12:25:25 -0500 Subject: [PATCH] restructure --- tempigloo/build.bat => build.bat | 0 tempigloo/build.sh => build.sh | 0 {tempigloo/build => build}/libcommon.dll | Bin {tempigloo/build => build}/libcommon.exp | Bin {tempigloo/build => build}/libcommon.lib | Bin {tempigloo/build => build}/libcommon.map | 0 {tempigloo/build => build}/libcommon.obj | Bin {tempigloo/build => build}/libcommon.pdb | Bin {tempigloo/build => build}/tests.exe | Bin {tempigloo/build => build}/tests.exp | Bin {tempigloo/build => build}/tests.lib | Bin {tempigloo/build => build}/tests.map | 0 {tempigloo/build => build}/tests.obj | Bin {tempigloo/build => build}/tests.pdb | Bin {tempigloo/build => build}/vc140.pdb | Bin {tempigloo/fwk_test => fwk_test}/.gdb_history | 0 {tempigloo/fwk_test => fwk_test}/Makefile | 0 {tempigloo/fwk_test => fwk_test}/bin/main.elf | Bin .../fwk_test => fwk_test}/build/hal_sam_d2x.d | 0 .../fwk_test => fwk_test}/build/hal_sam_d2x.o | Bin .../fwk_test => fwk_test}/build/hdi_sam_d2x.d | 0 .../fwk_test => fwk_test}/build/hdi_sam_d2x.o | Bin {tempigloo/fwk_test => fwk_test}/build/main.d | 0 {tempigloo/fwk_test => fwk_test}/build/main.o | Bin {tempigloo/fwk_test => fwk_test}/build/mcu.d | 0 {tempigloo/fwk_test => fwk_test}/build/mcu.o | Bin .../fwk_test => fwk_test}/conf/epenguin_conf.h | 0 {tempigloo/fwk_test => fwk_test}/inc/cmsis | 0 {tempigloo/fwk_test => fwk_test}/inc/common | 0 {tempigloo/fwk_test => fwk_test}/inc/epenguin.hpp | 0 {tempigloo/fwk_test => fwk_test}/inc/hal | 0 {tempigloo/fwk_test => fwk_test}/inc/hdi | 0 {tempigloo/fwk_test => fwk_test}/ld/ex.ld | 0 .../fwk_test => fwk_test}/scripts/Makelinks.sh | 0 .../fwk_test => fwk_test}/scripts/Removelinks.sh | 0 .../fwk_test => fwk_test}/scripts/openocd.cfg | 0 {tempigloo/fwk_test => fwk_test}/src/common | 0 {tempigloo/fwk_test => fwk_test}/src/hal | 0 {tempigloo/fwk_test => fwk_test}/src/hdi | 0 {tempigloo/fwk_test => fwk_test}/src/main.cpp | 0 .../libcommon => libcommon}/src/libcommon.cpp | 0 {tempigloo/libcommon => libcommon}/src/minwindows.h | 0 {tempigloo/libcommon => libcommon}/src/shared.cpp | 0 {tempigloo/libcommon => libcommon}/src/shared.h | 0 .../libcommon => libcommon}/src/tokenizer.cpp | 0 {tempigloo/libcommon => libcommon}/src/tokenizer.h | 0 {tempigloo/libcommon => libcommon}/src/types.h | 0 tempigloo/test => test | Bin {tempigloo/tests => tests}/src/tests.cpp | 0 {tempigloo/tools => tools}/btime | Bin {tempigloo/tools => tools}/btime.exe | Bin {tempigloo/tools => tools}/build-timer/btime | Bin {tempigloo/tools => tools}/build-timer/btime.c | 0 {tempigloo/tools => tools}/build-timer/btime.exe | Bin {tempigloo/tools => tools}/build-timer/btime.obj | Bin {tempigloo/tools => tools}/build-timer/build.bat | 0 {tempigloo/tools => tools}/build-timer/build.sh | 0 {tempigloo/tools => tools}/shell.sh | 0 58 files changed, 0 insertions(+), 0 deletions(-) rename tempigloo/build.bat => build.bat (100%) rename tempigloo/build.sh => build.sh (100%) rename {tempigloo/build => build}/libcommon.dll (100%) rename {tempigloo/build => build}/libcommon.exp (100%) rename {tempigloo/build => build}/libcommon.lib (100%) rename {tempigloo/build => build}/libcommon.map (100%) rename {tempigloo/build => build}/libcommon.obj (100%) rename {tempigloo/build => build}/libcommon.pdb (100%) rename {tempigloo/build => build}/tests.exe (100%) rename {tempigloo/build => build}/tests.exp (100%) rename {tempigloo/build => build}/tests.lib (100%) rename {tempigloo/build => build}/tests.map (100%) rename {tempigloo/build => build}/tests.obj (100%) rename {tempigloo/build => build}/tests.pdb (100%) rename {tempigloo/build => build}/vc140.pdb (100%) rename {tempigloo/fwk_test => fwk_test}/.gdb_history (100%) rename {tempigloo/fwk_test => fwk_test}/Makefile (100%) rename {tempigloo/fwk_test => fwk_test}/bin/main.elf (100%) rename {tempigloo/fwk_test => fwk_test}/build/hal_sam_d2x.d (100%) rename {tempigloo/fwk_test => fwk_test}/build/hal_sam_d2x.o (100%) rename {tempigloo/fwk_test => fwk_test}/build/hdi_sam_d2x.d (100%) rename {tempigloo/fwk_test => fwk_test}/build/hdi_sam_d2x.o (100%) rename {tempigloo/fwk_test => fwk_test}/build/main.d (100%) rename {tempigloo/fwk_test => fwk_test}/build/main.o (100%) rename {tempigloo/fwk_test => fwk_test}/build/mcu.d (100%) rename {tempigloo/fwk_test => fwk_test}/build/mcu.o (100%) rename {tempigloo/fwk_test => fwk_test}/conf/epenguin_conf.h (100%) rename {tempigloo/fwk_test => fwk_test}/inc/cmsis (100%) rename {tempigloo/fwk_test => fwk_test}/inc/common (100%) rename {tempigloo/fwk_test => fwk_test}/inc/epenguin.hpp (100%) rename {tempigloo/fwk_test => fwk_test}/inc/hal (100%) rename {tempigloo/fwk_test => fwk_test}/inc/hdi (100%) rename {tempigloo/fwk_test => fwk_test}/ld/ex.ld (100%) rename {tempigloo/fwk_test => fwk_test}/scripts/Makelinks.sh (100%) rename {tempigloo/fwk_test => fwk_test}/scripts/Removelinks.sh (100%) rename {tempigloo/fwk_test => fwk_test}/scripts/openocd.cfg (100%) rename {tempigloo/fwk_test => fwk_test}/src/common (100%) rename {tempigloo/fwk_test => fwk_test}/src/hal (100%) rename {tempigloo/fwk_test => fwk_test}/src/hdi (100%) rename {tempigloo/fwk_test => fwk_test}/src/main.cpp (100%) rename {tempigloo/libcommon => libcommon}/src/libcommon.cpp (100%) rename {tempigloo/libcommon => libcommon}/src/minwindows.h (100%) rename {tempigloo/libcommon => libcommon}/src/shared.cpp (100%) rename {tempigloo/libcommon => libcommon}/src/shared.h (100%) rename {tempigloo/libcommon => libcommon}/src/tokenizer.cpp (100%) rename {tempigloo/libcommon => libcommon}/src/tokenizer.h (100%) rename {tempigloo/libcommon => libcommon}/src/types.h (100%) rename tempigloo/test => test (100%) rename {tempigloo/tests => tests}/src/tests.cpp (100%) rename {tempigloo/tools => tools}/btime (100%) rename {tempigloo/tools => tools}/btime.exe (100%) rename {tempigloo/tools => tools}/build-timer/btime (100%) rename {tempigloo/tools => tools}/build-timer/btime.c (100%) rename {tempigloo/tools => tools}/build-timer/btime.exe (100%) rename {tempigloo/tools => tools}/build-timer/btime.obj (100%) rename {tempigloo/tools => tools}/build-timer/build.bat (100%) rename {tempigloo/tools => tools}/build-timer/build.sh (100%) rename {tempigloo/tools => tools}/shell.sh (100%) diff --git a/tempigloo/build.bat b/build.bat similarity index 100% rename from tempigloo/build.bat rename to build.bat diff --git a/tempigloo/build.sh b/build.sh similarity index 100% rename from tempigloo/build.sh rename to build.sh diff --git a/tempigloo/build/libcommon.dll b/build/libcommon.dll similarity index 100% rename from tempigloo/build/libcommon.dll rename to build/libcommon.dll diff --git a/tempigloo/build/libcommon.exp b/build/libcommon.exp similarity index 100% rename from tempigloo/build/libcommon.exp rename to build/libcommon.exp diff --git a/tempigloo/build/libcommon.lib b/build/libcommon.lib similarity index 100% rename from tempigloo/build/libcommon.lib rename to build/libcommon.lib diff --git a/tempigloo/build/libcommon.map b/build/libcommon.map similarity index 100% rename from tempigloo/build/libcommon.map rename to build/libcommon.map diff --git a/tempigloo/build/libcommon.obj b/build/libcommon.obj similarity index 100% rename from tempigloo/build/libcommon.obj rename to build/libcommon.obj diff --git a/tempigloo/build/libcommon.pdb b/build/libcommon.pdb similarity index 100% rename from tempigloo/build/libcommon.pdb rename to build/libcommon.pdb diff --git a/tempigloo/build/tests.exe b/build/tests.exe similarity index 100% rename from tempigloo/build/tests.exe rename to build/tests.exe diff --git a/tempigloo/build/tests.exp b/build/tests.exp similarity index 100% rename from tempigloo/build/tests.exp rename to build/tests.exp diff --git a/tempigloo/build/tests.lib b/build/tests.lib similarity index 100% rename from tempigloo/build/tests.lib rename to build/tests.lib diff --git a/tempigloo/build/tests.map b/build/tests.map similarity index 100% rename from tempigloo/build/tests.map rename to build/tests.map diff --git a/tempigloo/build/tests.obj b/build/tests.obj similarity index 100% rename from tempigloo/build/tests.obj rename to build/tests.obj diff --git a/tempigloo/build/tests.pdb b/build/tests.pdb similarity index 100% rename from tempigloo/build/tests.pdb rename to build/tests.pdb diff --git a/tempigloo/build/vc140.pdb b/build/vc140.pdb similarity index 100% rename from tempigloo/build/vc140.pdb rename to build/vc140.pdb diff --git a/tempigloo/fwk_test/.gdb_history b/fwk_test/.gdb_history similarity index 100% rename from tempigloo/fwk_test/.gdb_history rename to fwk_test/.gdb_history diff --git a/tempigloo/fwk_test/Makefile b/fwk_test/Makefile similarity index 100% rename from tempigloo/fwk_test/Makefile rename to fwk_test/Makefile diff --git a/tempigloo/fwk_test/bin/main.elf b/fwk_test/bin/main.elf similarity index 100% rename from tempigloo/fwk_test/bin/main.elf rename to fwk_test/bin/main.elf diff --git a/tempigloo/fwk_test/build/hal_sam_d2x.d b/fwk_test/build/hal_sam_d2x.d similarity index 100% rename from tempigloo/fwk_test/build/hal_sam_d2x.d rename to fwk_test/build/hal_sam_d2x.d diff --git a/tempigloo/fwk_test/build/hal_sam_d2x.o b/fwk_test/build/hal_sam_d2x.o similarity index 100% rename from tempigloo/fwk_test/build/hal_sam_d2x.o rename to fwk_test/build/hal_sam_d2x.o diff --git a/tempigloo/fwk_test/build/hdi_sam_d2x.d b/fwk_test/build/hdi_sam_d2x.d similarity index 100% rename from tempigloo/fwk_test/build/hdi_sam_d2x.d rename to fwk_test/build/hdi_sam_d2x.d diff --git a/tempigloo/fwk_test/build/hdi_sam_d2x.o b/fwk_test/build/hdi_sam_d2x.o similarity index 100% rename from tempigloo/fwk_test/build/hdi_sam_d2x.o rename to fwk_test/build/hdi_sam_d2x.o diff --git a/tempigloo/fwk_test/build/main.d b/fwk_test/build/main.d similarity index 100% rename from tempigloo/fwk_test/build/main.d rename to fwk_test/build/main.d diff --git a/tempigloo/fwk_test/build/main.o b/fwk_test/build/main.o similarity index 100% rename from tempigloo/fwk_test/build/main.o rename to fwk_test/build/main.o diff --git a/tempigloo/fwk_test/build/mcu.d b/fwk_test/build/mcu.d similarity index 100% rename from tempigloo/fwk_test/build/mcu.d rename to fwk_test/build/mcu.d diff --git a/tempigloo/fwk_test/build/mcu.o b/fwk_test/build/mcu.o similarity index 100% rename from tempigloo/fwk_test/build/mcu.o rename to fwk_test/build/mcu.o diff --git a/tempigloo/fwk_test/conf/epenguin_conf.h b/fwk_test/conf/epenguin_conf.h similarity index 100% rename from tempigloo/fwk_test/conf/epenguin_conf.h rename to fwk_test/conf/epenguin_conf.h diff --git a/tempigloo/fwk_test/inc/cmsis b/fwk_test/inc/cmsis similarity index 100% rename from tempigloo/fwk_test/inc/cmsis rename to fwk_test/inc/cmsis diff --git a/tempigloo/fwk_test/inc/common b/fwk_test/inc/common similarity index 100% rename from tempigloo/fwk_test/inc/common rename to fwk_test/inc/common diff --git a/tempigloo/fwk_test/inc/epenguin.hpp b/fwk_test/inc/epenguin.hpp similarity index 100% rename from tempigloo/fwk_test/inc/epenguin.hpp rename to fwk_test/inc/epenguin.hpp diff --git a/tempigloo/fwk_test/inc/hal b/fwk_test/inc/hal similarity index 100% rename from tempigloo/fwk_test/inc/hal rename to fwk_test/inc/hal diff --git a/tempigloo/fwk_test/inc/hdi b/fwk_test/inc/hdi similarity index 100% rename from tempigloo/fwk_test/inc/hdi rename to fwk_test/inc/hdi diff --git a/tempigloo/fwk_test/ld/ex.ld b/fwk_test/ld/ex.ld similarity index 100% rename from tempigloo/fwk_test/ld/ex.ld rename to fwk_test/ld/ex.ld diff --git a/tempigloo/fwk_test/scripts/Makelinks.sh b/fwk_test/scripts/Makelinks.sh similarity index 100% rename from tempigloo/fwk_test/scripts/Makelinks.sh rename to fwk_test/scripts/Makelinks.sh diff --git a/tempigloo/fwk_test/scripts/Removelinks.sh b/fwk_test/scripts/Removelinks.sh similarity index 100% rename from tempigloo/fwk_test/scripts/Removelinks.sh rename to fwk_test/scripts/Removelinks.sh diff --git a/tempigloo/fwk_test/scripts/openocd.cfg b/fwk_test/scripts/openocd.cfg similarity index 100% rename from tempigloo/fwk_test/scripts/openocd.cfg rename to fwk_test/scripts/openocd.cfg diff --git a/tempigloo/fwk_test/src/common b/fwk_test/src/common similarity index 100% rename from tempigloo/fwk_test/src/common rename to fwk_test/src/common diff --git a/tempigloo/fwk_test/src/hal b/fwk_test/src/hal similarity index 100% rename from tempigloo/fwk_test/src/hal rename to fwk_test/src/hal diff --git a/tempigloo/fwk_test/src/hdi b/fwk_test/src/hdi similarity index 100% rename from tempigloo/fwk_test/src/hdi rename to fwk_test/src/hdi diff --git a/tempigloo/fwk_test/src/main.cpp b/fwk_test/src/main.cpp similarity index 100% rename from tempigloo/fwk_test/src/main.cpp rename to fwk_test/src/main.cpp diff --git a/tempigloo/libcommon/src/libcommon.cpp b/libcommon/src/libcommon.cpp similarity index 100% rename from tempigloo/libcommon/src/libcommon.cpp rename to libcommon/src/libcommon.cpp diff --git a/tempigloo/libcommon/src/minwindows.h b/libcommon/src/minwindows.h similarity index 100% rename from tempigloo/libcommon/src/minwindows.h rename to libcommon/src/minwindows.h diff --git a/tempigloo/libcommon/src/shared.cpp b/libcommon/src/shared.cpp similarity index 100% rename from tempigloo/libcommon/src/shared.cpp rename to libcommon/src/shared.cpp diff --git a/tempigloo/libcommon/src/shared.h b/libcommon/src/shared.h similarity index 100% rename from tempigloo/libcommon/src/shared.h rename to libcommon/src/shared.h diff --git a/tempigloo/libcommon/src/tokenizer.cpp b/libcommon/src/tokenizer.cpp similarity index 100% rename from tempigloo/libcommon/src/tokenizer.cpp rename to libcommon/src/tokenizer.cpp diff --git a/tempigloo/libcommon/src/tokenizer.h b/libcommon/src/tokenizer.h similarity index 100% rename from tempigloo/libcommon/src/tokenizer.h rename to libcommon/src/tokenizer.h diff --git a/tempigloo/libcommon/src/types.h b/libcommon/src/types.h similarity index 100% rename from tempigloo/libcommon/src/types.h rename to libcommon/src/types.h diff --git a/tempigloo/test b/test similarity index 100% rename from tempigloo/test rename to test diff --git a/tempigloo/tests/src/tests.cpp b/tests/src/tests.cpp similarity index 100% rename from tempigloo/tests/src/tests.cpp rename to tests/src/tests.cpp diff --git a/tempigloo/tools/btime b/tools/btime similarity index 100% rename from tempigloo/tools/btime rename to tools/btime diff --git a/tempigloo/tools/btime.exe b/tools/btime.exe similarity index 100% rename from tempigloo/tools/btime.exe rename to tools/btime.exe diff --git a/tempigloo/tools/build-timer/btime b/tools/build-timer/btime similarity index 100% rename from tempigloo/tools/build-timer/btime rename to tools/build-timer/btime diff --git a/tempigloo/tools/build-timer/btime.c b/tools/build-timer/btime.c similarity index 100% rename from tempigloo/tools/build-timer/btime.c rename to tools/build-timer/btime.c diff --git a/tempigloo/tools/build-timer/btime.exe b/tools/build-timer/btime.exe similarity index 100% rename from tempigloo/tools/build-timer/btime.exe rename to tools/build-timer/btime.exe diff --git a/tempigloo/tools/build-timer/btime.obj b/tools/build-timer/btime.obj similarity index 100% rename from tempigloo/tools/build-timer/btime.obj rename to tools/build-timer/btime.obj diff --git a/tempigloo/tools/build-timer/build.bat b/tools/build-timer/build.bat similarity index 100% rename from tempigloo/tools/build-timer/build.bat rename to tools/build-timer/build.bat diff --git a/tempigloo/tools/build-timer/build.sh b/tools/build-timer/build.sh similarity index 100% rename from tempigloo/tools/build-timer/build.sh rename to tools/build-timer/build.sh diff --git a/tempigloo/tools/shell.sh b/tools/shell.sh similarity index 100% rename from tempigloo/tools/shell.sh rename to tools/shell.sh