Linux Setup and tool just and only for Linux. Setup and code to one given excess. Not for embedded code & stuff.
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.
 
 
 
 
 
 
Kerem Yollu bed346585a
added tmux to common
3 years ago
linuxSetup added tmux to common 3 years ago
scripts/wsl/wsl/windowsTools Restructuration 3 years ago
.gitignore Updated configurations 3 years ago
Readme.md Updated configurations 3 years ago

Readme.md

#Things needed for raspi setup bash:

  • .vimrc for vim settings
  • i2c tools installation
  • enable ssh
  • enable i2c

#Helpfull Links

for Callbacks

https://embeddedartistry.com/blog/2017/02/01/improving-your-callback-game/

https://cognitivewaves.wordpress.com/callbacks/

for std::bind

https://www.youtube.com/watch?v=JtUZmkvroKg

pImpl idom:

https://www.youtube.com/watch?v=lETcZQuKQBs

Curiously recurring template pattern (for interfaces)

https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern https://www.youtube.com/watch?v=7-nHdQjSRe0&t=480s

link to guide for embedded C++: https://www.feabhas.com/sites/default/files/uploads/EmbeddedWisdom/Feabhas%20Modern%20C%2B%2B%20white%20paper%20Making%20things%20do%20stuff.pdf

Good C++ guide:

https://www.youtube.com/watch?v=PakbXnLht1I

#TODO ASAP : Define a standart header for each code. Define if we make 2 Standart error function leting us chose to kill or keep the code alive according to the error.

#Next Step : Code SPI comminucation interface. Change name organise and make a new Git rep or rename this one. Prepare evrything for Doxygen. Start With Cmake. Sirts Implementation on STM MCU.