me-no-dev / RasPiArduino

Arduino Framework for RaspberryPI
327 stars 76 forks source link

Couple questions #75

Open ClosetGeek-Git opened 6 years ago

ClosetGeek-Git commented 6 years ago

1) You say that it compiles into native raspberry binaries. By this can I assume that the resulting apps are fully Linux/POSIX compatible? 2) Do you attempt to limit resources available to the app in any way? (throttling execution, pre-allocated memory, etc). I know this isn't an emulator/simulator, but I would like to know for sure

Thanks