From e1683ee1a70339c4113e8d98d61cf68d45fa0131 Mon Sep 17 00:00:00 2001 From: Cedric Date: Fri, 17 Mar 2023 12:05:17 +0100 Subject: [PATCH] Starting Point --- ProjetsKEIL/Projet_1/{Src => }/README.md | 0 .../RTE/Device/STM32F103RB/RTE_Device.h | 0 .../Device/STM32F103RB/startup_stm32f10x_md.s | 0 .../RTE/Device/STM32F103RB/system_stm32f10x.c | 0 .../{Src => }/RTE/_R_el/RTE_Components.h | 0 .../{Src => }/RTE/_Simul_/RTE_Components.h | 0 .../{Src => }/RTE/_Target_1/RTE_Components.h | 0 ProjetsKEIL/Projet_1/{Src => }/Readme.txt | 0 .../Projet_1/Src/{Source => }/Principal.c | 0 ProjetsKEIL/Projet_1/{Src => }/TP.uvoptx | 28 ++----------------- ProjetsKEIL/Projet_1/{Src => }/TP.uvprojx | 28 ++----------------- 11 files changed, 4 insertions(+), 52 deletions(-) rename ProjetsKEIL/Projet_1/{Src => }/README.md (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/Device/STM32F103RB/RTE_Device.h (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/Device/STM32F103RB/startup_stm32f10x_md.s (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/Device/STM32F103RB/system_stm32f10x.c (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/_R_el/RTE_Components.h (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/_Simul_/RTE_Components.h (100%) rename ProjetsKEIL/Projet_1/{Src => }/RTE/_Target_1/RTE_Components.h (100%) rename ProjetsKEIL/Projet_1/{Src => }/Readme.txt (100%) rename ProjetsKEIL/Projet_1/Src/{Source => }/Principal.c (100%) rename ProjetsKEIL/Projet_1/{Src => }/TP.uvoptx (94%) rename ProjetsKEIL/Projet_1/{Src => }/TP.uvprojx (97%) diff --git a/ProjetsKEIL/Projet_1/Src/README.md b/ProjetsKEIL/Projet_1/README.md similarity index 100% rename from ProjetsKEIL/Projet_1/Src/README.md rename to ProjetsKEIL/Projet_1/README.md diff --git a/ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/RTE_Device.h b/ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/RTE_Device.h similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/RTE_Device.h rename to ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/RTE_Device.h diff --git a/ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/startup_stm32f10x_md.s b/ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/startup_stm32f10x_md.s similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/startup_stm32f10x_md.s rename to ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/startup_stm32f10x_md.s diff --git a/ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/system_stm32f10x.c b/ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/system_stm32f10x.c similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/Device/STM32F103RB/system_stm32f10x.c rename to ProjetsKEIL/Projet_1/RTE/Device/STM32F103RB/system_stm32f10x.c diff --git a/ProjetsKEIL/Projet_1/Src/RTE/_R_el/RTE_Components.h b/ProjetsKEIL/Projet_1/RTE/_R_el/RTE_Components.h similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/_R_el/RTE_Components.h rename to ProjetsKEIL/Projet_1/RTE/_R_el/RTE_Components.h diff --git a/ProjetsKEIL/Projet_1/Src/RTE/_Simul_/RTE_Components.h b/ProjetsKEIL/Projet_1/RTE/_Simul_/RTE_Components.h similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/_Simul_/RTE_Components.h rename to ProjetsKEIL/Projet_1/RTE/_Simul_/RTE_Components.h diff --git a/ProjetsKEIL/Projet_1/Src/RTE/_Target_1/RTE_Components.h b/ProjetsKEIL/Projet_1/RTE/_Target_1/RTE_Components.h similarity index 100% rename from ProjetsKEIL/Projet_1/Src/RTE/_Target_1/RTE_Components.h rename to ProjetsKEIL/Projet_1/RTE/_Target_1/RTE_Components.h diff --git a/ProjetsKEIL/Projet_1/Src/Readme.txt b/ProjetsKEIL/Projet_1/Readme.txt similarity index 100% rename from ProjetsKEIL/Projet_1/Src/Readme.txt rename to ProjetsKEIL/Projet_1/Readme.txt diff --git a/ProjetsKEIL/Projet_1/Src/Source/Principal.c b/ProjetsKEIL/Projet_1/Src/Principal.c similarity index 100% rename from ProjetsKEIL/Projet_1/Src/Source/Principal.c rename to ProjetsKEIL/Projet_1/Src/Principal.c diff --git a/ProjetsKEIL/Projet_1/Src/TP.uvoptx b/ProjetsKEIL/Projet_1/TP.uvoptx similarity index 94% rename from ProjetsKEIL/Projet_1/Src/TP.uvoptx rename to ProjetsKEIL/Projet_1/TP.uvoptx index 4878619..f686583 100644 --- a/ProjetsKEIL/Projet_1/Src/TP.uvoptx +++ b/ProjetsKEIL/Projet_1/TP.uvoptx @@ -397,35 +397,11 @@ - MesDrivers - 1 + Driver + 0 0 0 0 - - 2 - 2 - 5 - 0 - 0 - 0 - .\Driver_GPIO.h - Driver_GPIO.h - 0 - 0 - - - 2 - 3 - 1 - 0 - 0 - 0 - .\Driver_GPIO.c - Driver_GPIO.c - 0 - 0 - diff --git a/ProjetsKEIL/Projet_1/Src/TP.uvprojx b/ProjetsKEIL/Projet_1/TP.uvprojx similarity index 97% rename from ProjetsKEIL/Projet_1/Src/TP.uvprojx rename to ProjetsKEIL/Projet_1/TP.uvprojx index 77b862d..7c20f24 100644 --- a/ProjetsKEIL/Projet_1/Src/TP.uvprojx +++ b/ProjetsKEIL/Projet_1/TP.uvprojx @@ -391,19 +391,7 @@ - MesDrivers - - - Driver_GPIO.h - 5 - .\Driver_GPIO.h - - - Driver_GPIO.c - 1 - .\Driver_GPIO.c - - + Driver ::CMSIS @@ -798,19 +786,7 @@ - MesDrivers - - - Driver_GPIO.h - 5 - .\Driver_GPIO.h - - - Driver_GPIO.c - 1 - .\Driver_GPIO.c - - + Driver ::CMSIS