summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* py/mpconfig.h: Define MP_ALWAYSINLINE for reuse.Paul Sokolovsky2016-08-07
| | | | Similar to existing MP_NOINLINE.
* docs/esp8266/tutorial/intro: Add anchor for link from quickeref.Paul Sokolovsky2016-08-07
|
* tests/basics: bytes/str.partition/rpartition are now optional.Paul Sokolovsky2016-08-07
| | | | Skip tests if not available.
* docs/esp8266/quickref: Link to installation instructions.Paul Sokolovsky2016-08-07
|
* docs/esp8266/intro: Add troubleshooting section.Paul Sokolovsky2016-08-07
| | | | Tries to summarize most of the issues we've seen so far.
* docs/esp8266/intro: Rename to "Getting started" from "Introduction".Paul Sokolovsky2016-08-07
| | | | | People tend to skip introductions (everyone knows what esp8266 is, right?), so try to do A/B testing with a title inviting to read it.
* esp8266/tutorial/intro: Reword para abou -fm dio switch.Paul Sokolovsky2016-08-07
| | | | Not all NodeMCU boards require it.
* esp8266/modmachine: Implement dummy sleep() function.Paul Sokolovsky2016-08-07
|
* esp8266/modutime: Actually implement ticks_cpu().Paul Sokolovsky2016-08-07
|
* esp8266/esp_mphal.h: Add mp_hal_ticks_cpu() for reuse.Paul Sokolovsky2016-08-07
|
* esp8266/modmachine: Implement idle() function.Paul Sokolovsky2016-08-07
|
* py/objstr,objstrunicode: Fix inconistent #if indentation.Paul Sokolovsky2016-08-07
|
* py/objstr: Make .partition()/.rpartition() methods configurable.Paul Sokolovsky2016-08-07
| | | | Default is disabled, enabled for unix port. Saves 600 bytes on x86.
* unix/moduselect: Allow poll.register(), etc. accept fd-like objects.Paul Sokolovsky2016-08-07
| | | | | | | This includes file and socket objects, backed by Unix file descriptor. This improves compatibility with stmhal's uselect (and convenience of use), though not completely: return value from poll.poll() is still raw file descriptor.
* docs/library/index: Include array module in ToC.Paul Sokolovsky2016-08-07
|
* docs/array: Document array module.Paul Sokolovsky2016-08-07
|
* extmod/modwebrepl: Add GET_VER operation to query MicroPython version.Paul Sokolovsky2016-08-07
|
* extmod/modwebsocket: Use mp_rom_map_elem_t and friends.Paul Sokolovsky2016-08-06
|
* extmod/modwebsocket: Make compatible with non-default object models.Paul Sokolovsky2016-08-06
|
* esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None).Paul Sokolovsky2016-08-06
| | | | | | | That apparently will only help folks who read the docs on how to disable, but could use a quick reminder straight in boot.py. For the developers, it's important to have debug logging enabled in development branch (master).
* esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.Paul Sokolovsky2016-08-06
|
* unix: Enable websocket module.Paul Sokolovsky2016-08-06
|
* extmod/modwebsocket: Add readline method.Paul Sokolovsky2016-08-06
| | | | | | This goes bit against websocket nature (message-based communication), as it ignores boundaries bertween messages, but may be very practical to do simple things with websockets.
* examples/network: Split recv- and read-based HTTP servers.Paul Sokolovsky2016-08-06
| | | | | | | Name recv() based a "simplistic", as it can't work robustly in every environment. All this is to let people concentreate on proper, read()- based one (and to turn recv() based into a "negative showcase", explaining what are the pitfalls of such approach).
* extmod/modbtree: open(): Add option kwargs.Paul Sokolovsky2016-08-06
| | | | Namely: flags, cachesize, pagesize, minkeypage.
* extmod/modwebrepl: Make GET_FILE operation non-blocking.Paul Sokolovsky2016-08-05
| | | | | | In the sense that while GET_FILE transfers its data, REPL still works. This is done by requiring client to send 1-byte block before WebREPL server transfers next block of data.
* extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().Paul Sokolovsky2016-08-05
|
* py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.Paul Sokolovsky2016-08-04
|
* stmhal: Fix I2C mappings for STM32F429DISC board.David Siorpaes2016-08-04
|
* esp8266/scripts/port_diag.py: Include esp.check_fw() call.Paul Sokolovsky2016-08-04
|
* esp8266/modesp: Add check_fw() function to check integrity of the firmware.Paul Sokolovsky2016-08-04
| | | | | Requires firmware generated by the latest makeimg.py (which stores size and md5 of the firmware together with the firmware itself).
* esp8266/makeimg.py: Append md5 hash to the generated binary.Paul Sokolovsky2016-08-04
| | | | | | md5 is calculated over the entire file, except first 4 bytes, which contain flash parameters and may be changed by flashing tool or MicroPython flash auto-config.
* esp8266/makeimg.py: Store firmware size as last 4 bytes of padding area.Paul Sokolovsky2016-08-04
|
* logo/1bit-logo A black & white version of the logoRadomir Dopieralski2016-08-02
| | | | | This version of the logo may be useful for displaying on small devices to show that they use MicroPython.
* docs: Spelling mistakesMike Causer2016-08-02
|
* extmod/modbtree: Implement __contains__ operation.Paul Sokolovsky2016-08-02
|
* cc3200, teensy: Remove broken malloc/free/realloc macro helpers.Damien George2016-08-02
| | | | | | These macros are broken and are anyway unused on these two ports. If they are ever needed in the future then their implementation can be taken from either stmhal (working macros in mpconfigport.h) or esp8266 (functions).
* docs: Add DHT to ESP8266 Quick Ref and TutorialMike Causer2016-08-01
|
* esp8266: Make APA102 driver inclusion configurable.Paul Sokolovsky2016-08-01
|
* esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.Paul Sokolovsky2016-08-01
|
* tests/machine1: Revamp to work with unix port (which has "umachine").Paul Sokolovsky2016-07-31
|
* tests/machine_mem.py: Too non-portable, rework as an example for unix port.Paul Sokolovsky2016-07-31
|
* esp8266: Enable btree module.Paul Sokolovsky2016-07-31
|
* esp8266/esp_mphal: Implement libc's errno.Paul Sokolovsky2016-07-31
| | | | | | Using __errno() function, and redirect it to use mp_stream_errno from stream module. This is pre-requisite for integrating with 3rd-party libs, like BerkeleyDB.
* tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).Paul Sokolovsky2016-07-31
|
* unix/Makefile: And note why btree module is disabled for coverage build.Paul Sokolovsky2016-07-31
|
* extmod/modbtree: Switch to accepting stream object instead of filename.Paul Sokolovsky2016-07-31
| | | | Requires "embedded" BerkeleyDB BTree implementation.
* py/py.mk: Extra switches to build "embedded" BerkeleyDB BTree lib.Paul Sokolovsky2016-07-31
|
* lib/berkeley-db-1.xx: Switch to "embedded" branch.Paul Sokolovsky2016-07-31
| | | | | It allows to access files via a virtual method tables and thus can integrate with MicroPython's stream objects.
* stmhal: Make SPI NSS pin definition optional.Dave Hylands2016-07-30
| | | | | Some boards (like the GHI Electronics G30 Dev Board) don't use NSS at all and rather just use GPIO chip selects.