Makuna
534b9f47d4
strtok fix
...
public strtok_r implementation
2015-05-29 08:57:00 -07:00
Markus Sattler
e0f9a4173e
force all os_malloc calls to request a aligned size.
...
- this fix Fatal exception (9) by unaligned class memory
2015-05-17 13:33:10 +02:00
Makuna
81d27b403e
PgmSpace working
...
PSTR() and F() macros correctly place string into flash memory relying
on PROGMEM
PROGMEM uses ICACHE_RODATA_ATTR
Print and String classes fixed up
str* classes fixed up
2015-05-13 11:27:54 -07:00
Markus Sattler
dd7d34ef9d
add more NULL prt checks in strtok_r
...
Conflicts:
libraries/SD/src/SD.cpp
libraries/SD/src/SD.h
2015-05-12 17:10:19 +02:00
Makuna
ca4c361a58
strnlen implementation
...
since there is no ets_strnlen, provide an implementation
2015-04-24 15:59:34 -07:00
Markus Sattler
f033fe8e6e
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-04-21 19:25:23 +02:00
Greg Slomin
d6bb217a56
Fix for undefined reference to strtok_r
2015-04-20 01:10:00 -05:00
Markus Sattler
7ceff75e33
test for #86
2015-04-19 10:25:25 +02:00
Markus Sattler
b6ea1e45af
add includes for <stddef.h> <stdarg.h> <stdio.h> to Arduino.h
...
add strtok
2015-04-17 12:19:58 +02:00
Ivan Grokhotkov
1866ef0c98
Move some functions to .irom0.text
2015-04-11 10:59:36 +08: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
5550792d7d
add __ieee754 functions
2015-04-03 22:56:46 +02:00
Markus Sattler
0efbe3a0c8
remove completed libc
2015-04-03 13:41:29 +02:00
Ivan Grokhotkov
dbee544ed8
Provide replacements for malloc, free and other libc functions
...
#11
2015-04-03 00:01:51 +03:00