From 73d2e1a72e0c999853de9d92914227205aacd2ce Mon Sep 17 00:00:00 2001 From: key Date: Tue, 9 Nov 2021 16:45:37 +0100 Subject: [PATCH] Started celaning the STM generated files as they are not needed anymore. TODO please check the readme ! --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f248e7..eab7b71 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,23 @@ Kerems and Edwins Develeppoment platform. INTERFACES - pin - - pin.h Updated with a header infromation "header" and missing function have benn added. - - pin.h Is tagged wiht version 1.0 and will be concidered as the first stalbe implementation - - pin.h will also be used by other interfaces when they need to initiate alternate functions + - pin.h Is now only missing interrupt functions - USART - - we need to check what are the standart USART funtinalities and implement them all. - - usart.h the first implmentation will be made to make sure thte we have a working basis. + - usart.h Is wirking Great But there are many more functionalities to be added. + - usart.h Interrupt and DMA are the next steps + - deviceSetup + - deviceSetup.h it's a copy of what ST has made but wit direct register acsess + - deviceSetup.h we need to test it with other configurations to see if it works as + supposed or if the MCU is on it's defaul 8MHz congif. + - setupInit(); funtion is called from bsl/csl/stm32f042/startup/startup_stm32f042x6.s and is called before the main(); PROGRAMMING - CPP - CPP Classes are taking extreme ammount of code ! 5kB for one class - Try to generate a CPP proect with cube to sse if we are missing some flags. + - Huge difference i we use main.c or main.cpp as enrty point. somehow the first intoduction of classes are taking env. 5Kb DOCUMENTATION