Making Rtems Device Drivers using C?
Chris Johns
chrisj at rtems.org
Wed Jan 5 05:29:28 UTC 2005
Angelo Fraietta wrote:
>
> True to a point, but that is not specific to the language. Eg, you can't
> call malloc from an interrupt in C code.
>
The difference is you are not calling 'malloc', it maybe called for you
due to a simple yet subtle bug that generates a temporary object.
>
> The main issue I believe is code bloat. Another article is below.
>
> http://www.embedded.com/98/9802fe3.htm
>
The template comments here are reasonable.
--
Chris Johns
More information about the users
mailing list