aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-25py: Move call_function_*_protected() functions to py/ for reuse.Paul Sokolovsky
2016-04-25cc3200, stmhal, teensy: Use pyhelp_print_obj function.Colin Hogben
2016-04-25lib/utils/pyhelp: Extract implementation of help(obj) to a library function.Colin Hogben
2016-04-25esp8266/scripts/webrepl: Allow to override port.Paul Sokolovsky
2016-04-25esp8266/scripts/webrepl: Don't start on import.Paul Sokolovsky
2016-04-25esp8266/scripts/webrepl: Convert to persistent daemon.Paul Sokolovsky
2016-04-24esp8266/scripts/webrepl: WebREPL based on C-level websocket object.Paul Sokolovsky
2016-04-23docs/usocket: Describe address format once at the beginning.Paul Sokolovsky
2016-04-23docs/usocket: socket.IPPROTO_SEC is WiPy-specific.Paul Sokolovsky
2016-04-23docs/usocket: Socket-specific exceptions are for WiPy only.Paul Sokolovsky
2016-04-23docs/library/usocket: Add link to CPython's socket module.Paul Sokolovsky
2016-04-23docs: esp8266: Include usocket module reference.Paul Sokolovsky
2016-04-22docs/ustruct: There's no complete "struct" module, only "ustruct" subset.Paul Sokolovsky
2016-04-22docs/esp8266/tutorial: Add tutorial placeholder page.Paul Sokolovsky
2016-04-22esp8266/scripts/websocket_helper: Disable debug output.Paul Sokolovsky
2016-04-22esp8266/scripts/websocket_helper: Module encapsulating handshake sequences.Paul Sokolovsky
2016-04-22py/mkrules.mk: Remove obsolete rules for auto qstr generation.Damien George
2016-04-22esp8266: Change software SPI driver to use general pin HAL.Damien George
2016-04-22esp8266: Allow GPIO16 to be used as a pin in the uPy pin HAL.Damien George
2016-04-22esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.Damien George
2016-04-22extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.Damien George
2016-04-21py/mkenv.mk: Remove -s and -S args from PYTHON variable.Damien George
2016-04-21py: Fix bug passing a string as a keyword arg in a dict.Damien George
2016-04-21esp8266/esp_mphal: Remove mp_hal_feed_watchdog.Damien George
2016-04-21esp8266/uart: Remove obsolete UART rx buffering code.Damien George
2016-04-21esp8266: Implement UART.read functionality.Damien George
2016-04-21esp8266: Add uart_rx_wait and uart_rx_char functions.Damien George
2016-04-21stmhal: L4: Add support for external interrupts/events.Tobias Badertscher
2016-04-21stmhal: L4: Modify flash.c and storage.c to support L4 MCU.Tobias Badertscher
2016-04-21stmhal: L4: Modify mphalport to support L4 MCU.Tobias Badertscher
2016-04-21ACKNOWLEDGEMENTS: Add list of 842 backers from the ESP8266 campaign.Damien George
2016-04-21docs/esp8266: Add info about using deep-sleep mode to quickref.Damien George
2016-04-21esp8266: Implement basic deep-sleep capabilities.Damien George
2016-04-21docs/esp8266/general: Start "General information" for esp8266.Paul Sokolovsky
2016-04-21docs/topindex.html: esp8266: Enable quickref/general on the main page.Paul Sokolovsky
2016-04-21esp8266/modnetwork: .config(): Add "hidden ESSID" param.Paul Sokolovsky
2016-04-20esp8266/scripts/flashbdev: Correct bootloader flash size to match real size.Paul Sokolovsky
2016-04-20esp8266/scripts/_boot: Print notice when initial setup is executed.Paul Sokolovsky
2016-04-20esp8266/scripts/flashbdev: Disable debug output/checks.Paul Sokolovsky
2016-04-20esp8266/modnetwork: .config(): Add "channel" param.Paul Sokolovsky
2016-04-19py: Divide "split" and "cat" phases of qstr extraction for better efficiency.Paul Sokolovsky
2016-04-19py/makeqstrdefs.py: Process only CPP line-numbering info.Paul Sokolovsky
2016-04-19py/mkrules.mk: Fix Bashism.Paul Sokolovsky
2016-04-19py/mkrules.mk: Cleanup command passed to shell.Paul Sokolovsky
2016-04-19py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.Paul Sokolovsky
2016-04-19stmhal: Update Makefile dependencies.Paul Sokolovsky
2016-04-19unix: Make sure build dir exists before accessing it for freezing upip.Paul Sokolovsky
2016-04-19py: Rework QSTR extraction to work in simple and obvious way.Paul Sokolovsky
2016-04-19lib/utils/pyexec: Condition-out GC calls from pyexec.Colin Hogben
2016-04-18README: Explicitly point to required dependencies section.Paul Sokolovsky