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