From 8f288e6d1200da6935fef396ce4672bf3f733dd8 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 5 May 2020 09:21:58 +0000 Subject: [PATCH] Moved ADUCM36x-SPI project git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13643 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testhal/ADUCM/{ => ADUCM36x}/SPI/.cproject | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/.project | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/Makefile | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/chconf.h | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/halconf.h | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/mcuconf.h | 0 .../SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/main.c | 0 testhal/ADUCM/{ => ADUCM36x}/SPI/readme.txt | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename testhal/ADUCM/{ => ADUCM36x}/SPI/.cproject (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/.project (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/Makefile (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/chconf.h (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/halconf.h (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/cfg/mcuconf.h (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/main.c (100%) rename testhal/ADUCM/{ => ADUCM36x}/SPI/readme.txt (100%) diff --git a/testhal/ADUCM/SPI/.cproject b/testhal/ADUCM/ADUCM36x/SPI/.cproject similarity index 100% rename from testhal/ADUCM/SPI/.cproject rename to testhal/ADUCM/ADUCM36x/SPI/.cproject diff --git a/testhal/ADUCM/SPI/.project b/testhal/ADUCM/ADUCM36x/SPI/.project similarity index 100% rename from testhal/ADUCM/SPI/.project rename to testhal/ADUCM/ADUCM36x/SPI/.project diff --git a/testhal/ADUCM/SPI/Makefile b/testhal/ADUCM/ADUCM36x/SPI/Makefile similarity index 100% rename from testhal/ADUCM/SPI/Makefile rename to testhal/ADUCM/ADUCM36x/SPI/Makefile diff --git a/testhal/ADUCM/SPI/cfg/chconf.h b/testhal/ADUCM/ADUCM36x/SPI/cfg/chconf.h similarity index 100% rename from testhal/ADUCM/SPI/cfg/chconf.h rename to testhal/ADUCM/ADUCM36x/SPI/cfg/chconf.h diff --git a/testhal/ADUCM/SPI/cfg/halconf.h b/testhal/ADUCM/ADUCM36x/SPI/cfg/halconf.h similarity index 100% rename from testhal/ADUCM/SPI/cfg/halconf.h rename to testhal/ADUCM/ADUCM36x/SPI/cfg/halconf.h diff --git a/testhal/ADUCM/SPI/cfg/mcuconf.h b/testhal/ADUCM/ADUCM36x/SPI/cfg/mcuconf.h similarity index 100% rename from testhal/ADUCM/SPI/cfg/mcuconf.h rename to testhal/ADUCM/ADUCM36x/SPI/cfg/mcuconf.h diff --git a/testhal/ADUCM/SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch b/testhal/ADUCM/ADUCM36x/SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch similarity index 100% rename from testhal/ADUCM/SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch rename to testhal/ADUCM/ADUCM36x/SPI/debug/ADUCM36x-SPI (OpenOCD, Flash and Run).launch diff --git a/testhal/ADUCM/SPI/main.c b/testhal/ADUCM/ADUCM36x/SPI/main.c similarity index 100% rename from testhal/ADUCM/SPI/main.c rename to testhal/ADUCM/ADUCM36x/SPI/main.c diff --git a/testhal/ADUCM/SPI/readme.txt b/testhal/ADUCM/ADUCM36x/SPI/readme.txt similarity index 100% rename from testhal/ADUCM/SPI/readme.txt rename to testhal/ADUCM/ADUCM36x/SPI/readme.txt