Strated to modify the README.md

master
Kerem Yollu 2 years ago
parent 168136a2f9
commit 0868b65918

@ -1,18 +1,20 @@
# KED
# KED: Wellcome to Kerem and Edwini's Develeppoment platform.
Kerems and Edwins Develeppoment platform.
## Introduction:
### Why ?
This project is made to enable high portability between different Plaftorms an MCU's awailable on the market.
The main motivation was the chip allocation that started on 2018 and will most propably continue until 2024.
08.08.21 Kerem & Edwin
### But how come that we don't use the code renerators and IDEs proposed from the manufacturters ?
The answer is pretty simple :
+ We want this library to be portable between different manufacturers who uses arm cores.
+ To give us the ability to write and test our code on a raspberry and then simply implement the same code on your MCU.
+ To give us the opportunity the crate your own Board Support Layer based (BSL) on mutiple MCU if needed. Thus allowing us to adapt to a highly aggresive market.
+ An abstration layer that doesn't chnage between MCU's and BSL's with the miminun possible overhead as possible.
- 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
# How does it work ?
KED is intendet to be used as a git submodule. Allowing the mainternars of KED to do their things, while letting you to focus on your own project.
### Before you ask, Of Course, Yes, you would be one of our heroes if you decide to be a contributor !
INTERFACES

Loading…
Cancel
Save