5783 Commits (70ff7350e7ff369ab81d1f55e6645a5828928385)
 

Author SHA1 Message Date
Paul Sokolovsky bababce6de py/runtime_utils: Fix nanbox build. 9 years ago
Paul Sokolovsky 6d103b6548 py: Move call_function_*_protected() functions to py/ for reuse. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Colin Hogben 2b46da234c lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 9 years ago
Paul Sokolovsky 4296a8dc5c esp8266/scripts/webrepl: Allow to override port. 9 years ago
Paul Sokolovsky bd66b09512 esp8266/scripts/webrepl: Don't start on import. 9 years ago
Paul Sokolovsky 8db4f363e9 esp8266/scripts/webrepl: Convert to persistent daemon. 9 years ago
Paul Sokolovsky 7c40b15a3f esp8266/scripts/webrepl: WebREPL based on C-level websocket object. 9 years ago
Paul Sokolovsky 0d10e5310a docs/usocket: Describe address format once at the beginning. 9 years ago
Paul Sokolovsky 92497bff94 docs/usocket: socket.IPPROTO_SEC is WiPy-specific. 9 years ago
Paul Sokolovsky 955b8526f4 docs/usocket: Socket-specific exceptions are for WiPy only. 9 years ago
Paul Sokolovsky 71c6f93016 docs/library/usocket: Add link to CPython's socket module. 9 years ago
Paul Sokolovsky bbe5245028 docs: esp8266: Include usocket module reference. 9 years ago
Paul Sokolovsky 3bc9b571bb docs/ustruct: There's no complete "struct" module, only "ustruct" subset. 9 years ago
Paul Sokolovsky 5c8147528e docs/esp8266/tutorial: Add tutorial placeholder page. 9 years ago
Paul Sokolovsky d422e56631 esp8266/scripts/websocket_helper: Disable debug output. 9 years ago
Paul Sokolovsky eb40769613 esp8266/scripts/websocket_helper: Module encapsulating handshake sequences. 9 years ago
Damien George 51dca54cd0 py/mkrules.mk: Remove obsolete rules for auto qstr generation. 9 years ago
Damien George b372156f74 esp8266: Change software SPI driver to use general pin HAL. 9 years ago
Damien George 67a6d31955 esp8266: Allow GPIO16 to be used as a pin in the uPy pin HAL. 9 years ago
Damien George a2d5d84ecc esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer. 9 years ago
Damien George 624738ca64 extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr. 9 years ago
Damien George 109990fc32 py/mkenv.mk: Remove -s and -S args from PYTHON variable. 9 years ago
Damien George fea40ad468 py: Fix bug passing a string as a keyword arg in a dict. 9 years ago
Damien George d4f4cb6a24 esp8266/esp_mphal: Remove mp_hal_feed_watchdog. 9 years ago
Damien George c4e26dd19a esp8266/uart: Remove obsolete UART rx buffering code. 9 years ago
Damien George d46bea9ffa esp8266: Implement UART.read functionality. 9 years ago
Damien George 7652ab77ef esp8266: Add uart_rx_wait and uart_rx_char functions. 9 years ago
Tobias Badertscher 495da15611 stmhal: L4: Add support for external interrupts/events. 9 years ago
Tobias Badertscher 067fb2da14 stmhal: L4: Modify flash.c and storage.c to support L4 MCU. 9 years ago
Tobias Badertscher dda1a41205 stmhal: L4: Modify mphalport to support L4 MCU. 9 years ago
Damien George 36d328e451 ACKNOWLEDGEMENTS: Add list of 842 backers from the ESP8266 campaign. 9 years ago
Damien George fcc9d43c6d docs/esp8266: Add info about using deep-sleep mode to quickref. 9 years ago
Damien George 32d7cf6e44 esp8266: Implement basic deep-sleep capabilities. 9 years ago
Paul Sokolovsky 2a51f72ed1 docs/esp8266/general: Start "General information" for esp8266. 9 years ago
Paul Sokolovsky f73d78394b docs/topindex.html: esp8266: Enable quickref/general on the main page. 9 years ago
Paul Sokolovsky 4fa1731b6e esp8266/modnetwork: .config(): Add "hidden ESSID" param. 9 years ago
Paul Sokolovsky cc1ef76f88 esp8266/scripts/flashbdev: Correct bootloader flash size to match real size. 9 years ago
Paul Sokolovsky 584406880c esp8266/scripts/_boot: Print notice when initial setup is executed. 9 years ago
Paul Sokolovsky 2494399a42 esp8266/scripts/flashbdev: Disable debug output/checks. 9 years ago
Paul Sokolovsky 46f0641fba esp8266/modnetwork: .config(): Add "channel" param. 9 years ago
Paul Sokolovsky 1b60a6dc4e py: Divide "split" and "cat" phases of qstr extraction for better efficiency. 9 years ago
Paul Sokolovsky 8dd704b019 py/makeqstrdefs.py: Process only CPP line-numbering info. 9 years ago
Paul Sokolovsky 4494b521ea py/mkrules.mk: Fix Bashism. 9 years ago
Paul Sokolovsky 21ab304c41 py/mkrules.mk: Cleanup command passed to shell. 9 years ago
Paul Sokolovsky 0dc85c9f86 py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction. 9 years ago
Paul Sokolovsky 098f3e2862 stmhal: Update Makefile dependencies. 9 years ago
Paul Sokolovsky 270dd29320 unix: Make sure build dir exists before accessing it for freezing upip. 9 years ago
Paul Sokolovsky c618f91e22 py: Rework QSTR extraction to work in simple and obvious way. 9 years ago
Colin Hogben 8aa3cbf153 lib/utils/pyexec: Condition-out GC calls from pyexec. 9 years ago