mukund jampala wrote: > Hi Guys, > > Are the redboot libraries same as ecos libraries. > > If suppose I have a straight C coded hardware driver with malloc, > printf, what would it take to get it ported to redboot. does redboot > have all that library functions. How do I know what library functiosn > are supported in redboot env. > > Where in the sources can I see that?
One does not port applications to RedBoot - it's only a debug/bootloader. Use eCos for your application, even if you use RedBoot to deploy it. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
