8235 Commits (be8e5744e64aec10a3499fd6ea034bbf4be0c871)
 

Author SHA1 Message Date
Paul Sokolovsky ba33c544bb docs/conf.py: Set default_role = 'any'. 7 years ago
Paul Sokolovsky 6f87b03e3c docs/utime: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky 1e31d4bdf6 docs/lcd160cr: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky 176aa681f0 CODECONVENTIONS: docs: Markup for None/True/False. 7 years ago
Paul Sokolovsky 7f2bc83dbc docs/btree: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky e92602ba27 CODECONVENTIONS: Start to describe docs conventions. 7 years ago
Paul Sokolovsky bc790b5145 docs/builtins: List builtin exceptions. 7 years ago
Paul Sokolovsky 602f7e2189 esp8266/README: Make "Documentation" a top-level section. 7 years ago
Paul Sokolovsky 7455e40186 README: Mention support for bytecode and frozen bytecode. 7 years ago
Paul Sokolovsky 91e93a9684 extmod/moduzlib: decompress: Remove stale "(void)n_args". 7 years ago
Paul Sokolovsky c4e3a03fa5 docs/gc: Document gc.threshold() function. 7 years ago
Paul Sokolovsky 4cdddfed8e docs/gc: Mark mem_alloc()/mem_free() as uPy-specific. 7 years ago
Paul Sokolovsky b50659e137 docs/conf.py: Include 3 levels of ToC in latexpdf output. 7 years ago
Paul Sokolovsky beb94b6efc docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks. 7 years ago
Paul Sokolovsky 51668dffaa docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares. 7 years ago
Paul Sokolovsky 6201e84812 docs/license: Update copyright year. 7 years ago
Paul Sokolovsky bc7659eb59 tests/connect_nonblock: Refactor towards real net_hosted test. 7 years ago
Paul Sokolovsky 3f9d59c87a tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
Paul Sokolovsky 0fe825b89e esp8266: Enable MICROPY_ENABLE_FINALISER. 7 years ago
Damien George 46b849ab49 esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c. 7 years ago
Damien George 6e80f0ee90 stmhal/modules: Provide sym-link to onewire.py driver. 7 years ago
Damien George 85acf7645f esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/. 7 years ago
Damien George a065d78675 drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers. 7 years ago
Damien George b19138e82e stmhal: Make available the _onewire module, for low-level bus control. 7 years ago
Damien George 8ed7155828 stmhal: Add "quiet timing" enter/exit functions. 7 years ago
Damien George eeaab1897b extmmod/modonewire: Rename public module to mp_module_onewire. 7 years ago
Damien George 6cc4da4cb8 extmod: Move modonewire.c from esp8266 to extmod directory. 7 years ago
Damien George 0c13b95cdc esp8266/modonewire: Make timings static and remove onewire.timings func. 7 years ago
Damien George 68c640d7cb esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c. 7 years ago
Damien George d94bc675e8 py/compile: Optimise emitter label indices to save a word of heap. 7 years ago
Damien George 44922934f5 tests/basics: Add tests for for-else statement. 7 years ago
Damien George 4c5f108321 py/compile: Fix bug with break/continue in else of optimised for-range. 7 years ago
Damien George 458cbacb8f tests/net_inet: Add tests for accept and connect in nonblocking mode. 7 years ago
Paul Sokolovsky 4caa27ae0e tests/net_inet/test_tls_sites.py: Integration test for SSL connections. 7 years ago
Damien George c06aa5be00 esp8266: Make onewire module and support code usable by other ports. 7 years ago
Damien George e6782428be cc3200: Initialise variable to zero to prevent compiler warnings. 7 years ago
Damien George 1686346d53 cc3200: Make non-zero socket timeout work with connect/accept/send. 7 years ago
Damien George 101fc187f0 esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list. 7 years ago
Paul Sokolovsky 9ae0713cef unix/mpconfigport.mk: Update descriptions of readline and TLS options. 7 years ago
Paul Sokolovsky b8fef67c69 CODECONVENTIONS: Clarify MicroPython changes sign-off process. 8 years ago
Paul Sokolovsky 94696973a0 docs/select: Rename to uselect, to match the actual module name. 8 years ago
Damien George 396d6f6d4e teensy/Makefile: Include relevant sources in list for qstr extraction. 8 years ago
Damien George a960d50579 qemu-arm/Makefile: Include relevant sources in list for qstr extraction. 8 years ago
Damien George 4f9858e86d stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. 8 years ago
Damien George 76ec04a6d9 esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden. 8 years ago
Damien George a5609e1cf1 teensy: Provide dummy implementation of extint_register_pin. 8 years ago
Damien George fd860dc552 stmhal: Add .value() method to Switch object, to mirror Pin and Signal. 8 years ago
Damien George 4abe3731e3 stmhal: Add initial implementation of Pin.irq() method. 8 years ago
Damien George e269cabe3e py/objint: In to_bytes(), allow length arg to be any int and check sign. 8 years ago
Damien George 8c5632a869 py/objint: Support "big" byte-order in int.to_bytes(). 8 years ago