↧
Comment by Lundin on Synchronizing an embedded system with RTOS
"Pick a language and stick with it." I'd rather go as far as saying "Pick English and stick with it." I'm not native English either and I do have some serious experience from maintaining non-English...
View ArticleAnswer by Lundin for Optimizing C System Design for Sensor Data Handling
Regarding performance:From lower-level embedded systems we may pick up the good practice "never use memcpy unless you actually have to". If the socket lib is already doing such through the API then...
View Article