From 9670e6d397ce5fadcc87557295c414010f986514 Mon Sep 17 00:00:00 2001 From: abody Date: Thu, 31 Oct 2019 14:01:38 +0100 Subject: [PATCH] WIP - ready to debug --- .cproject | 44 +++++--- Makefile | 2 +- Src/stm32f4xx_it.c | 29 ++--- app/ll_testbed.cpp | 149 +++++++++++++++++++++++++ app/ll_testbed.h | 27 +++++ lib/StaticList.h | 15 +++ lib/ll_crchandler.cpp | 156 ++++++++++++++++++++++++++ lib/ll_crchandler.h | 87 +++++++++++++++ lib/ll_dmahelper.cpp | 12 +- lib/ll_dmahelper.h | 30 ++--- lib/ll_hsusart.cpp | 250 ++++++++++++++++++++++++++++++++++++++++++ lib/ll_hsusart.h | 112 +++++++++++++++++++ lib/singleton.h | 27 +++++ lib/usart_handler.c | 5 +- 14 files changed, 893 insertions(+), 52 deletions(-) create mode 100644 app/ll_testbed.cpp create mode 100644 app/ll_testbed.h create mode 100644 lib/StaticList.h create mode 100644 lib/ll_crchandler.cpp create mode 100644 lib/ll_crchandler.h create mode 100644 lib/ll_hsusart.cpp create mode 100644 lib/ll_hsusart.h create mode 100644 lib/singleton.h diff --git a/.cproject b/.cproject index 45f9018..3a11cbf 100644 --- a/.cproject +++ b/.cproject @@ -16,19 +16,19 @@ - + + + + @@ -180,7 +189,9 @@