summaryrefslogtreecommitdiff
path: root/esp8266/main.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.
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George