| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-09 | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | |
| With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | |||
| 2016-06-09 | docs/machine.Pin: Disambiguate object call method. | Paul Sokolovsky | |
| 2016-06-09 | docs/library/index: Add builtins.rst. | Paul Sokolovsky | |
| 2016-06-09 | docs/builtins: Enumerate all builtin functions implemented. | Paul Sokolovsky | |
| Based on unix version. No descriptions so far. | |||
| 2016-06-08 | docs/pyb.Pin: Sort .af() and .af_list() methods together. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.Pin: af_list() is a normal method, not a class method. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly. | Paul Sokolovsky | |
| 2016-06-08 | docs/machine.Pin: Add class designator to all constants. | Paul Sokolovsky | |
| This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes. | |||
| 2016-06-08 | docs/machine.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/machine.UART: Cleanup pyboard section. | Paul Sokolovsky | |
| 2016-06-08 | docs/machine.Pin: Remove explicit target. | Paul Sokolovsky | |
| With currentmodule:: support, all targets should be generated properly by Sphinx. | |||
| 2016-06-08 | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | |||
| 2016-06-08 | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | |||
| 2016-06-07 | docs/library/machine.Pin: Mention GPIO and cross-link .value() function. | Paul Sokolovsky | |
| 2016-06-07 | docs/usocket: There must be empty line after .only:: . | Paul Sokolovsky | |
| 2016-06-07 | docs/ure: Typo fix. | Paul Sokolovsky | |
| 2016-06-07 | docs/esp.socket: Remove unused file. | Paul Sokolovsky | |
| 2016-06-07 | docs/library/network: wipy: Fix literal block indentation. | Paul Sokolovsky | |
| 2016-06-06 | docs: Add link to PDF version of docs in sidebar. | Damien George | |
| Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf | |||
| 2016-06-06 | docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if. | Ben Hagen | |
| 2016-06-03 | docs: Bump version to 1.8.1. | Damien George | |
| 2016-06-03 | docs/esp8266/general: Add note about RTC overflow. | puuu | |
| 2016-06-02 | docs/esp8266/quickref: Update WebREPL section for 1.8.1 release. | Paul Sokolovsky | |
| WebREPL is much more stable now. | |||
| 2016-06-02 | docs/library/index: Fix grammar and spelling in intro paragraph. | Damien George | |
| 2016-06-02 | docs/wipy/tutorial: Add note about screen key bindings on OS X. | Marcel Stör | |
| 2016-06-02 | docs/README: Add some hints for PDF docs generation. | Paul Sokolovsky | |
| 2016-06-02 | docs/library/index: Add intro paragraph regarding availability of modules. | Paul Sokolovsky | |
| This introductions makes explicit the fact that whenever possible, the documentation describes full MicroPython functionality, and arbitrary functions/classes/modules may be missing in a paricular port or build. | |||
| 2016-06-01 | esp8266/general: Typo/grammar fixes. | Paul Sokolovsky | |
| 2016-06-01 | esp8266/quickref: Use local image of Adafruit Huzzah board. | Paul Sokolovsky | |
| Using remote image causes problems with tools (partly because the image is semi-firewalled and can't be accessed by arbitrary tools). | |||
| 2016-06-01 | docs: math, cmath: Add port availability information. | Paul Sokolovsky | |
| 2016-06-01 | docs/math: Typo fix. | Paul Sokolovsky | |
| 2016-05-31 | docs/library/machine: Add documentation for machine.time_pulse_us. | Damien George | |
| 2016-05-31 | stmhal/dac: DAC deinit() method added. | Peter Hinch | |
| 2016-05-30 | docs/esp8266/general: Remove duplicate phrase. | Tomas R | |
| 2016-05-26 | docs/machine: Make disable_irq and enable_irq docs available for all. | Damien George | |
| 2016-05-23 | docs/esp8266/general: Grammar fixes. | mad474 | |
| 2016-05-22 | docs: esp8266: Include ussl module in the docs. | Paul Sokolovsky | |
| 2016-05-22 | docs/ussl: Add basic description of axTLS-based modussl. | Paul Sokolovsky | |
| In particular, disclose the fact that server certificates are not validated. | |||
| 2016-05-19 | esp8266: Add APA102 serial individually controllable LEDs support. | misterdanb | |
| APA102 is a new "smart LED", similar to WS2812 aka "Neopixel". | |||
| 2016-05-14 | docs/ustruct: Describe supported type codes. | Paul Sokolovsky | |
| 2016-05-14 | docs/esp8266/quickstart: remove i2c examples with stop=False | Radomir Dopieralski | |
| Since the ``stop`` parameter has been dropped. | |||
| 2016-05-11 | docs/esp8266/tutorial: Fix typo in do_connect() network example. | Damien George | |
| Fixes issue #2065. | |||
| 2016-05-10 | docs/esp8266/quickref: New way to get MAC address | Radomir Dopieralski | |
| 2016-05-07 | Fix ESP8266 Network tutorial | Paulus Schoutsen | |
| The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`. | |||
| 2016-05-07 | docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs. | Radomir Dopieralski | |
| 2016-05-03 | docs: Bump version to 1.8. | Damien George | |
| 2016-05-03 | docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual. | Damien George | |
| 2016-05-03 | docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit. | Paul Sokolovsky | |
