From f2e66b6b9d3d2a1e5651407823f50af1d2b353e6 Mon Sep 17 00:00:00 2001 From: Cedric Date: Fri, 17 Mar 2023 12:09:35 +0100 Subject: [PATCH] //td5 Real Starting Point --- ProjetsKEIL/Drivers/Driver_GPIO.c | 2 +- ProjetsKEIL/Projet_1/TP.uvoptx | 20 ++++++++++++++++---- ProjetsKEIL/Projet_1/TP.uvprojx | 24 +++++++++++++++++++----- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/ProjetsKEIL/Drivers/Driver_GPIO.c b/ProjetsKEIL/Drivers/Driver_GPIO.c index a0cf980..476a1c1 100644 --- a/ProjetsKEIL/Drivers/Driver_GPIO.c +++ b/ProjetsKEIL/Drivers/Driver_GPIO.c @@ -1,5 +1,5 @@ #include "Driver_GPIO.h" -MyGPIO_Init(MyGPIO_Struct_TypeDef * GPIOStructPtr) { +void MyGPIO_Init(MyGPIO_Struct_TypeDef * GPIOStructPtr) { } \ No newline at end of file diff --git a/ProjetsKEIL/Projet_1/TP.uvoptx b/ProjetsKEIL/Projet_1/TP.uvoptx index f686583..7c02db8 100644 --- a/ProjetsKEIL/Projet_1/TP.uvoptx +++ b/ProjetsKEIL/Projet_1/TP.uvoptx @@ -377,8 +377,8 @@ - MesSources - 0 + Src + 1 0 0 0 @@ -389,7 +389,7 @@ 0 0 0 - .\Source\Principal.c + .\Src\Principal.c Principal.c 0 0 @@ -398,10 +398,22 @@ Driver - 0 + 1 0 0 0 + + 2 + 2 + 1 + 1 + 0 + 0 + ..\Drivers\Driver_GPIO.c + Driver_GPIO.c + 0 + 0 + diff --git a/ProjetsKEIL/Projet_1/TP.uvprojx b/ProjetsKEIL/Projet_1/TP.uvprojx index 7c20f24..50593f0 100644 --- a/ProjetsKEIL/Projet_1/TP.uvprojx +++ b/ProjetsKEIL/Projet_1/TP.uvprojx @@ -381,17 +381,24 @@ - MesSources + Src Principal.c 1 - .\Source\Principal.c + .\Src\Principal.c Driver + + + Driver_GPIO.c + 1 + ..\Drivers\Driver_GPIO.c + + ::CMSIS @@ -734,7 +741,7 @@ - .\Include + .\Include;..\Drivers @@ -776,17 +783,24 @@ - MesSources + Src Principal.c 1 - .\Source\Principal.c + .\Src\Principal.c Driver + + + Driver_GPIO.c + 1 + ..\Drivers\Driver_GPIO.c + + ::CMSIS