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