From: Weddington, E. <Eri...@at...> - 2010-07-21 12:37:15
|
> -----Original Message----- > From: Kaushik, Praveen_Kumar [mailto:Pra...@at...] > Sent: Tuesday, July 20, 2010 6:20 AM > To: avr...@li... > Subject: Re: [avr32-libc-devel] Memory allocation design for > AVR32 Libc > > > Hi All, > The proposed design for memory allocation functions in > AVR32-libc considers the support only for Linux. Do we need > to consider the support for other operating systems also? > More importantly, most if not all UC3 devices won't be using Linux at all. It will either be a "bare metal" application (i.e. no OS), or typically some RTOS such as FreeRTOS, or perhaps some other commercial RTOS. So the memory allocation functions need to be generic enough to handle this. And of course you can go ahead and implement them as you see fit. You don't need to ask me in a private email. Eric Weddington |