Ivan Grokhotkov
6d3109e8c7
Remove implementations of non-ISO libc functions which are present in newlib
2016-06-27 21:10:41 +08:00
Ivan Grokhotkov
1f32b7f66e
Clean up core files
...
- remove ICACHE_FLASH_ATTR
- remove unneeded SDK includes
- split spiffs_api into .h and .cpp
2016-03-03 02:13:22 +03:00
Martin Ayotte
1cd99391c3
integrate new version provided by Odometer
2015-08-08 15:25:08 -04:00
Martin Ayotte
659e467141
padding should be done with space, not with '0'
2015-08-07 21:55:25 -04:00
Martin Ayotte
aa6965c172
fix the missing minimum width requirement
2015-08-07 11:06:06 -04:00
Martin Ayotte
80ccbaef0d
fix dtostrf() issue using trackerj/odometer fixes along with my own fix for string null character ending
2015-08-06 13:32:02 -04:00
Makuna
dece240830
Issue fixes
...
https://github.com/esp8266/Arduino/issues/475
https://github.com/esp8266/Arduino/issues/484
2015-07-13 19:08:35 +03:00
Ivan Grokhotkov
93f954d363
Add missing header
2015-07-06 12:20:20 +03:00
Ivan Grokhotkov
bd5187afc4
Use ROM functions directly instead of wrappers
2015-07-06 10:45:05 +03:00
Makuna
ed77f2d42b
dtostrf fix for remainder leading zeros
...
Fix remainder to display leading zeros
2015-05-14 11:56:03 -07:00
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