Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In general, are these good recommendations for building software for embedded or lower-spec devices? I don't know how to do preprocessor macros anyhow, for instance - so as i am reading this i am like "yeah, i agree..." until the no stdio.h!




Embedded more so than just lower-spec devices. Depends on the domain too.

stdio.h is fine in some embedded contexts, and very very not fine in others


stdio.h is not what you would use in safe code.

do they use f35io.h?

Depends. You use vendor specific libraries for hard real time systems, or in house libraries, or roll your own functions.

Afair they use a lot of stuff related to the Green Hills toolchain.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: