summaryrefslogtreecommitdiff
path: root/esp8266/strtoll.c
AgeCommit message (Collapse)Author
2014-11-28esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George
Some rodata items can go in iram/irom segment, but not others. With this patch ESP now has 24256 bytes of heap ram. It passes 228 out of 248 tests from tests/basics directory.