Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | esp8266: Prefix includes with py/; remove need for -I../py. | Damien George | |
2014-12-29 | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George | |
2014-12-06 | esp8266/README: Fix typos. | Paul Sokolovsky | |
2014-11-29 | esp8266: Add README.md. | Damien George | |
2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | |
This is just a clean-up of the code. Generated code is exactly the same. | |||
2014-11-29 | esp8266: Move more rodata to irom section. | Damien George | |
rodata can only go in iram/irom if it's accessed only using word loads (ie no byte or half-word access). | |||
2014-11-28 | esp8266: Make default ESP_SDK variable work correctly. | Damien George | |
When esp-open-sdk is built with STANDALONE=y (the default) then ESP_SDK is set to the correct value, so that "make" just works. | |||
2014-11-28 | esp8266: 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-28 | esp8266: Provide sensible default ESP_SDK; deploy 2 the images together. | Damien George | |
2014-11-28 | esp8266: Allow to override serial port. | Paul Sokolovsky | |
2014-11-27 | esp8266: New port of Micro Python to ESP8266 wifi module. | Damien George | |