From 83edb601d2375a1ff2d84743a14fdba5a8fb5db0 Mon Sep 17 00:00:00 2001 From: Kamil Worek Date: Mon, 20 Sep 2021 23:49:07 +0200 Subject: [PATCH] Added DMA to DFSDM module, tested DMA function, updated CMSIS math. --- .cproject | 7 + cmsis/arm_common_tables.h | 514 +- cmsis/arm_const_structs.h | 145 +- cmsis/arm_math.h | 14515 ++++++++++++++++--------------- cmsis/libarm_cortexM4lf_math.a | Bin 3097502 -> 5359640 bytes drivers/stm32l4/dfsdm.cpp | 99 +- drivers/stm32l4/dfsdm.hpp | 25 +- main.cpp | 39 +- system/startup-cortex-m4.S | 167 + 9 files changed, 8114 insertions(+), 7397 deletions(-) diff --git a/.cproject b/.cproject index f8f79a1..af6ca60 100644 --- a/.cproject +++ b/.cproject @@ -46,6 +46,7 @@