Hacker News new | ask | show | jobs
by ajfjrbfbf 1918 days ago
It's not like you're supposed to do any memory allocation on a 8-bit embedded system. C is really the right choice for AVR microcontroller.
1 comments

Memory allocation is fine; dynamic memory allocation is where problems occur.