6321 Commits (a9923d190ec7b1c2f41d7042da91358fa7b8f405)
 

Author SHA1 Message Date
Paul Sokolovsky a9923d190e docs/esp8266/intro: Add troubleshooting section. 8 years ago
Paul Sokolovsky 919c54f750 docs/esp8266/intro: Rename to "Getting started" from "Introduction". 8 years ago
Paul Sokolovsky 1966745689 esp8266/tutorial/intro: Reword para abou -fm dio switch. 8 years ago
Paul Sokolovsky 31ad1bb606 esp8266/modmachine: Implement dummy sleep() function. 8 years ago
Paul Sokolovsky 541e76fa45 esp8266/modutime: Actually implement ticks_cpu(). 8 years ago
Paul Sokolovsky f71f37e426 esp8266/esp_mphal.h: Add mp_hal_ticks_cpu() for reuse. 8 years ago
Paul Sokolovsky c2070d771a esp8266/modmachine: Implement idle() function. 8 years ago
Paul Sokolovsky 1563388001 py/objstr,objstrunicode: Fix inconistent #if indentation. 8 years ago
Paul Sokolovsky 56eb25f049 py/objstr: Make .partition()/.rpartition() methods configurable. 8 years ago
Paul Sokolovsky a4aaf82421 unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 8 years ago
Paul Sokolovsky fdb411a8c5 docs/library/index: Include array module in ToC. 8 years ago
Paul Sokolovsky 8a0b6f561c docs/array: Document array module. 8 years ago
Paul Sokolovsky e15fb33e10 extmod/modwebrepl: Add GET_VER operation to query MicroPython version. 8 years ago
Paul Sokolovsky cbef0dba2e extmod/modwebsocket: Use mp_rom_map_elem_t and friends. 8 years ago
Paul Sokolovsky e0d49b7e1b extmod/modwebsocket: Make compatible with non-default object models. 8 years ago
Paul Sokolovsky 6de37864a2 esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None). 8 years ago
Paul Sokolovsky ca59f5f208 esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility. 8 years ago
Paul Sokolovsky 5b9e7e29f6 unix: Enable websocket module. 8 years ago
Paul Sokolovsky a931c4eeec extmod/modwebsocket: Add readline method. 8 years ago
Paul Sokolovsky 3d19adf9b3 examples/network: Split recv- and read-based HTTP servers. 8 years ago
Paul Sokolovsky d79342d33e extmod/modbtree: open(): Add option kwargs. 8 years ago
Paul Sokolovsky ed500e4987 extmod/modwebrepl: Make GET_FILE operation non-blocking. 8 years ago
Paul Sokolovsky c16612ee87 extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk(). 8 years ago
Paul Sokolovsky 7fb31479bf py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA. 8 years ago
David Siorpaes b67eb20ed0 stmhal: Fix I2C mappings for STM32F429DISC board. 8 years ago
Paul Sokolovsky 4a27ad040e esp8266/scripts/port_diag.py: Include esp.check_fw() call. 8 years ago
Paul Sokolovsky e33d2383d1 esp8266/modesp: Add check_fw() function to check integrity of the firmware. 8 years ago
Paul Sokolovsky bf47b71b78 esp8266/makeimg.py: Append md5 hash to the generated binary. 8 years ago
Paul Sokolovsky a621333a4c esp8266/makeimg.py: Store firmware size as last 4 bytes of padding area. 8 years ago
Radomir Dopieralski efb8aa0ef6 logo/1bit-logo A black & white version of the logo 8 years ago
Mike Causer ce166e6b68 docs: Spelling mistakes 8 years ago
Paul Sokolovsky 3eb532e974 extmod/modbtree: Implement __contains__ operation. 8 years ago
Damien George 8766bc02dc cc3200, teensy: Remove broken malloc/free/realloc macro helpers. 8 years ago
Mike Causer b4564841b6 docs: Add DHT to ESP8266 Quick Ref and Tutorial 8 years ago
Paul Sokolovsky 0e4cae5212 esp8266: Make APA102 driver inclusion configurable. 8 years ago
Paul Sokolovsky 88d3cd582e esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0. 8 years ago
Paul Sokolovsky bc3912980a tests/machine1: Revamp to work with unix port (which has "umachine"). 8 years ago
Paul Sokolovsky eb0e3bab1e tests/machine_mem.py: Too non-portable, rework as an example for unix port. 8 years ago
Paul Sokolovsky 4d22ade102 esp8266: Enable btree module. 8 years ago
Paul Sokolovsky 64ad838fde esp8266/esp_mphal: Implement libc's errno. 8 years ago
Paul Sokolovsky 617bda27e9 tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO). 8 years ago
Paul Sokolovsky aac9e8cfa3 unix/Makefile: And note why btree module is disabled for coverage build. 8 years ago
Paul Sokolovsky 99061d1dcb extmod/modbtree: Switch to accepting stream object instead of filename. 8 years ago
Paul Sokolovsky 0dfe849413 py/py.mk: Extra switches to build "embedded" BerkeleyDB BTree lib. 8 years ago
Paul Sokolovsky 2ec943284a lib/berkeley-db-1.xx: Switch to "embedded" branch. 8 years ago
Dave Hylands 460bceca39 stmhal: Make SPI NSS pin definition optional. 8 years ago
Matt Brejza afd4909a0f stmhal: fixing malloc when used with external libraries 8 years ago
stijn 37b143ce9e mpy-cross: Fix mingw and msys2 compilation 8 years ago
Paul Sokolovsky 61e77a4e88 py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting. 8 years ago
Paul Sokolovsky 58d9d85a56 lib/abort_.c: Add prototype to make coverage build happy. 8 years ago