You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
bsl | 4 years ago | |
drivers | 4 years ago | |
oldDevFiles | 4 years ago | |
pin_stuff | 4 years ago | |
utils | 4 years ago | |
$ | 4 years ago | |
.gitignore | 4 years ago | |
CMakeLists.txt | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
cmakeProjectConfig.cmake | 4 years ago | |
doxyfile.in | 4 years ago | |
doxyfile.in.bak | 4 years ago | |
main.cpp | 4 years ago | |
main.hpp | 4 years ago | |
run.sh | 4 years ago |
README.md
KED
Kerems and Edwins Develeppoment platform.
08.08.21 Kerem & Edwin
- Preparing the main implementation (dummy) of our structure which consists of :
- CSL : Chip Support Layer
- CSL for Raspberry
- CSL for STM Nucleo
- BSL : Board Support Layer
- BSL for Raspberry
- BSL for Oven Control
- Project Level
- Integrate BSL dummy fct. to our main.cpp
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
- 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.
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.
DOCUMENTATION
- STM-Flash utility
- https://www.mankier.com/1/st-flash#Options
- erasing flash ```st-flash erase```
- Fun with Linus and why he only wants C
- https://www.realworldtech.com/forum/?threadid=104196&curpostid=104299