Benutzer:Rdiez: Unterschied zwischen den Versionen

Aus /dev/tal
Wechseln zu: Navigation, Suche
Zeile 13: Zeile 13:
 
[[Benutzer:Rdiez/YouProbablyShouldWriteProperShutdownLogic|My embedded software never stops, so I don't need to implement a proper shutdown logic]]
 
[[Benutzer:Rdiez/YouProbablyShouldWriteProperShutdownLogic|My embedded software never stops, so I don't need to implement a proper shutdown logic]]
  
[[Benutzer:Rdiez/HowToWriteMaintainableInitialisationAndTerminationCode|How To Write Maintainable Initialisation And Termination Code]]
+
[[Benutzer:Rdiez/HowToWriteMaintainableInitialisationAndTerminationCode|How to write maintainable initialisation and termination code]]
 +
 
 +
[[Benutzer:Rdiez/8-bitAVRsAndSimilarMicrocontrollersAreNotOkAnymore|8-bit AVRs and similar microcontrollers are not OK anymore]]
  
 
[[Kategorie:Mitglieder]]
 
[[Kategorie:Mitglieder]]

Version vom 14. März 2013, 22:43 Uhr

R. Diez

rdiez ät devtal punkt de

Hacking with the Arduino Due

Recurrent hacking issues

I regularly hold long discussions about the same basic issues over and over again with fellow hackers and colleagues, so I decided to write them up in order to help save time (hopefully!) in the long run.

Should I assert against a NULL pointer argument in my C++ function?

My embedded software never stops, so I don't need to implement a proper shutdown logic

How to write maintainable initialisation and termination code

8-bit AVRs and similar microcontrollers are not OK anymore