8051 Commits (f8ac28964d8d7801baed71e6414aad8621471458)
 

Author SHA1 Message Date
Paul Sokolovsky f8ac28964d docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. 7 years ago
Benjamin Weps 3e82bedf46 stmhal/sdcard: Allow a board to customise the SDIO pins. 8 years ago
Paul Sokolovsky fbd252b77c docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky 748f493f33 docs: Move all ports docs to the single ToC. 7 years ago
Damien George 683df1c8d5 drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 7 years ago
Damien George 118173013f stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash. 7 years ago
Damien George 02e9337494 README: Improve description of precompiled bytecode; mention mpy-cross. 7 years ago
Damien George 7a4694fc4e docs/library/gc: Fix grammar and improve readability of gc.threshold(). 7 years ago
Damien George 0a54b6dce9 docs/esp8266/tutorial/intro: Fix some grammatical typos. 7 years ago
Damien George caa132a236 esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len. 7 years ago
Damien George 4a6c0fda78 tests: Auto detect floating point capabilites of the target. 7 years ago
Damien George c408ed9fb1 py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line. 7 years ago
Paul Sokolovsky a926119099 docs/ref/speed_python: Update and make more hardware-neutral. 7 years ago
Paul Sokolovsky dd16e21562 docs/network: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky 7c0e1f1a08 docs/machine*: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky cfce7d784e docs/lcd160cr: Group related constants together. Use full sentences. 7 years ago
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