Y
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
HeyLaughingBoy
1917 days ago
Memory allocation is fine;
dynamic
memory allocation is where problems occur.
link