PaulStoffregen
f0a549961c
Use USB serial number from Mac Address in fuses
hace 6 años
PaulStoffregen
7099935c0e
Update open source license info
hace 7 años
Mr. B
002a71f935
Fix to dtostrf for small numbers
This fixes a couple of items when converting small numbers. Seems to be a bug in fcvtf, which this is a workaround. One issue is with trailing zeros, other is with rounding. See this post for some examples.
https://forum.pjrc.com/threads/1227-Teensy3-alternative-for-dtostrf()?p=104967&viewfull=1#post104967
hace 7 años
PaulStoffregen
eae654412c
dtostrf support nan & inf (Frank Boesing)
hace 8 años
Alexander Shtuchkin
fdf4e7af50
Fix fcvtf warning
hace 8 años
Frank
45468b4ba4
use float version of fcvt
hace 9 años
Defragster
9d0e0143bd
Fix for dtostrf on floats under zero
Per forum
https://forum.pjrc.com/threads/1227-Teensy3-alternative-for-dtostrf()?p=86671&viewfull=1#post86671
hace 9 años
FrankBoesing
7d3da62a48
strlen is already in string.h
or, alternativly one could write size_t strlen(const char *s) {return __builtin_strlen(s);} to use the gcc-builtin function.
I think, both are faster than the bytewise search.
hace 9 años
PaulStoffregen
2eb81fa8e1
Fix dtostrf
hace 9 años
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
hace 11 años