From bbc6c85192b8b77c6077de3cdfee1c957c867c2f Mon Sep 17 00:00:00 2001 From: dimercur Date: Fri, 12 Jan 2024 16:58:43 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20tache=20par=20defaut=20?= =?UTF-8?q?cr=C3=A9=C3=A9=20par=20Cube=20MX=20qui=20pose=20probleme=20quan?= =?UTF-8?q?d=20elle=20se=20termine,=20passage=20de=20la=20memoire=20dynami?= =?UTF-8?q?que=20de=201024=20octets=20=C3=A0=2010240=20octets,=20ajout=20d?= =?UTF-8?q?u=20support=20du=20temps=20d'execution=20des=20taches=20et=20de?= =?UTF-8?q?=20la=20visualisation=20des=20queues=20et=20semaphore,=20reduct?= =?UTF-8?q?ion=20du=20nombre=20de=20priorit=C3=A9=20=C3=A0=2012?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/dumber3/.cproject | 14 +-- .../dumber3/.settings/language.settings.xml | 6 +- software/dumber3/Application/application.c | 8 +- software/dumber3/Application/application.h | 2 + software/dumber3/Application/config.h | 6 +- software/dumber3/Application/messages.c | 6 + software/dumber3/Application/rtos_support.c | 115 ++++++++++++++++++ software/dumber3/Application/rtos_support.h | 40 ++++++ software/dumber3/Application/xbee.c | 5 +- software/dumber3/Core/Inc/FreeRTOSConfig.h | 17 ++- software/dumber3/Core/Src/main.c | 29 +++-- 11 files changed, 210 insertions(+), 38 deletions(-) create mode 100644 software/dumber3/Application/rtos_support.c create mode 100644 software/dumber3/Application/rtos_support.h diff --git a/software/dumber3/.cproject b/software/dumber3/.cproject index dcb431f..e89024b 100644 --- a/software/dumber3/.cproject +++ b/software/dumber3/.cproject @@ -22,6 +22,7 @@