PaulStoffregen
f0a549961c
Use USB serial number from Mac Address in fuses
il y a 6 ans
PaulStoffregen
7099935c0e
Update open source license info
il y a 7 ans
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
il y a 7 ans
PaulStoffregen
eae654412c
dtostrf support nan & inf (Frank Boesing)
il y a 8 ans
Alexander Shtuchkin
fdf4e7af50
Fix fcvtf warning
il y a 8 ans
Frank
45468b4ba4
use float version of fcvt
il y a 9 ans
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
il y a 9 ans
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.
il y a 9 ans
PaulStoffregen
2eb81fa8e1
Fix dtostrf
il y a 9 ans
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
il y a 11 ans