[En-Nut-Discussion] Floating point support for Ethernut 3.0?

Harald Kipp harald.kipp at egnite.de
Thu Sep 7 10:29:40 CEST 2006


Hi Mark,

Nut/OS will not provide floating point support, but
the libraries that come with the compiler do.

The only problem for Nut/OS is, to convert a float
to its ASCII representation for printf(). However,
you may find ways to properly print floats converted
to integers.

Harald



>For my school training period I have to port an application running on an 
>Ethernut 2.1 board to an Ethernut 3.0 board, because this application 
>needed more memory for expansion. Some measuring values I have to work 
>with are floats. According to the 'Nut/OS Floating Point Support' page, at 
>the time of this writing floating point is not supported by ARM7. Is there 
>any update on this yet? Will this be supported by Ethernut 3.0 any time 
>soon? If not, are there any work-arounds to still be able to read floats 
>into registers and print them to a webpage? Thanks in advance :)
>
>
>
>Mark




More information about the En-Nut-Discussion mailing list