Markus Sattler
2472970933
fix some warnings
...
warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
warning: defined but not used [-Wunused-variable]
warning: declared 'static' but never defined [-Wunused-function]
warning: suggest parentheses around '&&' within '||' [-Wparentheses}
2015-04-29 07:01:28 +08:00
Markus Sattler
0bd2ea1948
remove some warnings
2015-04-06 19:54:01 +02:00
Markus Sattler
f165a0afcd
use Eclipse auto Format to get rip auf the tab, space and code style inconsistency
2015-04-06 19:33:50 +02:00
Markus Sattler
be6b8f8a2d
add more libc functions
...
add missing ICACHE_RODATA_ATTR define in #else case
2015-04-06 18:41:03 +02:00
Markus Sattler
0efbe3a0c8
remove completed libc
2015-04-03 13:41:29 +02:00
Ivan Grokhotkov
e6f3a59a52
Add atof implementation
...
Fix #27
2015-04-03 00:55:41 +03:00
Ivan Grokhotkov
6aaa9ab3e6
Implement atoi, ltoa, dtostrf
2014-12-23 12:33:33 +03:00
Ivan Grokhotkov
4cf6737823
More license headers
2014-12-19 01:43:18 +03:00
Ivan Grokhotkov
4dd9b0481f
Add stubs for itoa, ltoa
2014-12-09 10:09:12 +03:00
Ivan Grokhotkov
2d9c5d8297
Modify the linker script to move some code into flash, enable -mtext-section-literals
2014-12-02 00:46:57 +03:00