summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/esp8266.ld
Commit message (Collapse)AuthorAge
* esp8266: Move more rodata to irom section.Damien George2014-11-29
| | | | | rodata can only go in iram/irom if it's accessed only using word loads (ie no byte or half-word access).
* esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George2014-11-28
| | | | | | 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.
* esp8266: New port of Micro Python to ESP8266 wifi module.Damien George2014-11-27