5701 Commits (6afd651f1e268e7eabecd42802e404e57be7d4c2)
 

Author SHA1 Message Date
Paul Sokolovsky 6afd651f1e esp8266/esp8266.ld: Put axTLS to FlashROM. 9 years ago
Paul Sokolovsky 6149ce01f8 esp8266/Makefile: Add target to build axTLS. 9 years ago
Paul Sokolovsky 1c6d91d968 extmod/modlwip: Add print_pcbs() debug function. 9 years ago
Damien George 45ac5a85d5 extmod/modlwip: Workaround esp8266 sendto issue where 1 is returned. 9 years ago
Damien George a63542387d extmod, stmhal: Fix typo of macro that detects if float is enabled. 9 years ago
Paul Sokolovsky 90b2cfe644 esp8266/scripts/webrepl: Add "ws://" to "daemon started at" message. 9 years ago
Paul Sokolovsky 51cee4495e py/mkrules.mk: Typo fixes in comments. 9 years ago
Damien George 07615d9f7e tests/extmod: Move split-on-empty-match tests to a separate test file. 9 years ago
Damien George 23df4b08fb py/emitnative: Use MP_OBJ_NEW_SMALL_INT instead of manual bit shifting. 9 years ago
Damien George 2bddfd4922 py/obj.h: When constructing a small-int cast to mp_uint_t for bit-shift. 9 years ago
Paul Sokolovsky 237c519ac4 esp8266/scripts/flashbdev: Use all available Flash for filesystem. 9 years ago
Paul Sokolovsky 650df97c06 docs/network: esp8266: scan(): Add note that bssid is bytes object. 9 years ago
Paul Sokolovsky ef2ffc0e4e esp8266/scripts/webrepl: Print client address for incoming connections. 9 years ago
Paul Sokolovsky c888831410 esp8266/scripts/webrepl: Print connection address. 9 years ago
stijn 29c8c8aecb windows/msvc: Rewrite qstr auto-generation. 9 years ago
stijn 9264d42e2a py/makeqstrdefs.py: Windows compatibility. 9 years ago
stijn b2b771ca02 py/makeqstrdefs.py: Remove unused function/variable/import. 9 years ago
Paul Sokolovsky 7a012f4793 extmod/modlwip: Protect recv/accept Python callback against exceptions. 9 years ago
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