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