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