From 83f510bb5934eac142190c958e8ecece5f7df694 Mon Sep 17 00:00:00 2001 From: Attila BODY Date: Fri, 15 Nov 2019 20:45:11 +0100 Subject: [PATCH] WIP --- .cproject | 12 ++--- .mxproject | 6 +-- App/application.c | 4 +- App/application_cpp.cpp | 15 ++++--- Src/dma.c | 18 ++++---- Src/usart.c | 10 ++--- components/f4ll/src/packetusart.cpp | 2 + components/f4ll/src/usartcore.cpp | 31 ++++++++----- components/f4ll_c/inc/dma_helper.h | 1 + components/f4ll_c/src/usart_handler.c | 22 +++++---- f407ve_hs_uart Debug.launch | 64 +++++++++++++++++++++++++++ f407ve_hs_uart Release.launch | 64 +++++++++++++++++++++++++++ f407ve_hs_uart.ioc | 28 ++++++------ 13 files changed, 213 insertions(+), 64 deletions(-) create mode 100644 f407ve_hs_uart Debug.launch create mode 100644 f407ve_hs_uart Release.launch diff --git a/.cproject b/.cproject index 94806a0..1c9221e 100644 --- a/.cproject +++ b/.cproject @@ -40,7 +40,7 @@ - +