From 2932a2380d6c5836dc9c566648d55d08ff30e1c3 Mon Sep 17 00:00:00 2001 From: dimercur Date: Tue, 16 Jan 2024 11:16:15 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20d'un=20bug=20uniquement=20existant?= =?UTF-8?q?=20hors=20debug,=20li=C3=A9=20a=20une=20mauvaise=20gestion=20de?= =?UTF-8?q?s=20chaines=20de=20caractere=20de=20taille=20nulle=20dans=20Ver?= =?UTF-8?q?ifyChecksum=20+=20reprise=20des=20priorit=C3=A9=20de=20taches?= =?UTF-8?q?=20(reduction=20de=20la=20priorit=C3=A9=20des=20taches=20moteur?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++- software/robot/.cproject | 3 +- software/robot/Application/application.c | 9 +-- software/robot/Application/commands.c | 70 +++++++++++------------ software/robot/Application/config.h | 10 ++-- software/robot/Application/rtos_support.c | 11 +++- software/robot/Application/xbee.c | 36 +++++++----- software/robot/Core/Src/stm32l0xx_it.c | 1 + software/robot/Dumber3 Debug.launch | 2 +- 9 files changed, 97 insertions(+), 65 deletions(-) diff --git a/.gitignore b/.gitignore index 2a5926b..474845c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,18 @@ GUI # Image rpi *.img +# Fichiers Images +*.jpg +*.jpeg +*.png +*.tiff +*.bmp +*.gif + +# Fichiers documentation +*.pdf +*.chm + # Archives *.zip *.tar @@ -64,4 +76,10 @@ GUI /software/raspberry/superviseur-robot/superviseur/dist/ /software/raspberry/testeur/testeur/build/ -/software/raspberry/testeur/testeur/dist/ \ No newline at end of file +/software/raspberry/testeur/testeur/dist/ +/doc/Doc\ robot/doxygen/ +/software/robot/Debug/ +/software/robot/Release/ +/hardware/meca/Dumber_2022/Pieces/OldVersions/ +/hardware/meca/Dumber_2022/OldVersions/ +/hardware/meca/Dumber_2022/Pieces/export/ diff --git a/software/robot/.cproject b/software/robot/.cproject index 4bea74d..a926c2e 100644 --- a/software/robot/.cproject +++ b/software/robot/.cproject @@ -34,7 +34,7 @@