Damien George
5ec5bfb0d3
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
8 years ago
Paul Sokolovsky
0ddeedfc73
docs/uio: Typo fixes/lexical improvements.
8 years ago
Paul Sokolovsky
bdb0d22fe2
docs/conf.py: Add myself as a copyright holder on the docs.
Based on the following statistics:
$ git log docs |grep Author | sort | uniq -c | sort -n -r
175 Author: Paul Sokolovsky
135 Author: Damien George
31 Author: Daniel Campora
26 Author: danicampora
14 Author: Peter Hinch
git blame stats script from http://stackoverflow.com/a/13687302/496009 :
$ sh git-authors docs
9977 author Damien George
2679 author Paul Sokolovsky
1699 author Daniel Campora
1580 author danicampora
1286 author Peter Hinch
282 author Shuning Bian
249 author Dave Hylands
Total lines per this script: 18417, my contribution is 14.5%.
8 years ago
Paul Sokolovsky
ef6fb66d23
docs/uio: Describe differences between uPy an CPy stream hierarchy.
8 years ago
Paul Sokolovsky
6947a7f6a9
docs/usocket: Dedent Methods section.
This was apparently of an ::only directive which was later removed.
8 years ago
Paul Sokolovsky
f23c47fea7
docs/usocket: Clarify description of various methods.
8 years ago
Paul Sokolovsky
74fcb122f0
docs/usocket: Elaborate "Constants" section.
8 years ago
Paul Sokolovsky
59540dccf1
docs/usocket: Clarify exceptions used.
8 years ago
Paul Sokolovsky
0aa83142a4
docs/machine: Add explicit note on machine module level and scope.
It's very low, hardware level, with associated constraints on operations
and callbacks.
8 years ago
Paul Sokolovsky
56e7ebf07a
docs/machine.Timer: Move WiPy adhoc parts to its documentation.
8 years ago
Damien George
c707668d9e
docs/library/lcd160cr: Fix set_brightness range, should be 0..31.
8 years ago
Damien George
7d08bc27e2
docs/pyboard/tutorial: Add tutorial for LCD160CR.
8 years ago
Damien George
e72e343908
docs: Add documentation for lcd160cr module.
8 years ago
Mike Causer
a79f6676c3
docs: Fix some minor spelling mistakes.
paramter -> parameter
send a receive -> send and receive
repsonse -> response
particualr -> particular
constructore -> constructor
8 years ago
Damien George
5653e3c72f
docs: Bump version to 1.8.7.
8 years ago
Paul Sokolovsky
a1a8f01799
docs/usocket: Clarify that socket timeout raises OSError exception.
8 years ago
Damien George
36ec5c8f27
docs/library/esp: Remove para and add further warning about flash.
There is no longer space reserved by default for native code.
8 years ago
Damien George
c3f70c603e
docs/library/esp: Document esp.set_native_code_location() function.
8 years ago
Paul Sokolovsky
52c19875a4
esp8266/general: Add "Scarcity of runtime resources" section.
With warnings of need to close files, sockets, etc.
8 years ago
Max
e1f495a4bd
docs/esp8266/tutorial: Close socket after reading page content.
8 years ago
Damien George
d377c83794
docs/library/machine.I2C: Fix I2C constructor docs to match impl.
8 years ago
Andrew Mulholland
71ff0b549d
docs/esp8266/tutorial: Update intro to add Getting the firmware section.
Add a "Getting the firmware" section to better describe how to get hold of
the MicroPython firmware, especially if you have a 512kb module.
8 years ago
Lorenz Schmid
a5b3c7e7f9
docs/library/pyb.UART: Moved writechar doc to sit with other writes.
8 years ago
Lorenz Schmid
0caac94b98
docs/library/pyb.UART: Added clarification about timeouts.
8 years ago
Peter Hinch
46e59c52af
docs/library/pyb.Accel: Add hardware note about pins used by accel.
8 years ago
Damien George
63a5df3cb4
docs/library/machine.I2C: Refine definitions of I2C methods.
8 years ago
Paul Sokolovsky
64db4080ce
docs/library/index: Elaborate on u-modules.
Also, remove an "only" directive in u-modules description.
8 years ago
Damien George
a392b3aa75
docs: Remove references to readall() and update stream read() docs.
8 years ago
Damien George
c4e58eaa98
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
New keyword option in constructor and init() method is "dma=<bool>".
DMA is now disabled by default for I2C transfers because it currently does
not handle I2C bus errors very well (eg if slave device doesn't ACK or
NACK correctly during a transfer).
8 years ago
Damien George
5a1d63fc14
docs: Bump version to 1.8.6.
8 years ago
Damien George
3e5e4f95b2
docs/library/machine.Pin: Update Pin docs to align with new HW API.
8 years ago
Paul Sokolovsky
5630778f0f
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
8 years ago
puuu
933198c55f
docs/*/quickref.rst: Use new semantics of ticks_diff()
8 years ago
Paul Sokolovsky
5c3d75c937
docs/esp8266: Update for new WebREPL setup procedure.
8 years ago
Paul Sokolovsky
805f7ea2f2
docs/utime: Add docs for ticks_add(), improvements for other ticks_*().
8 years ago
Paul Sokolovsky
8679d9e6a6
docs/utime: Remove only:: for ticks_diff().
It's mandatory function which should be present in every port. Even if
it's not, in the stdlib intro we waarn users that a particular port can
lack anything of described in the docs.
8 years ago
Paul Sokolovsky
d60ad5cf53
docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).
8 years ago
Paul Sokolovsky
153665f159
docs/utime: Document ticks_cpu() in more detail.
Also, drop ::only directive.
8 years ago
Paul Sokolovsky
7219a18d17
docs/library/index: Update TOCs so builtins sorted before modules.
8 years ago
Paul Sokolovsky
c28f9df63a
docs/library/network: Typo fixes, consistent acronym capitalization.
8 years ago
Paul Sokolovsky
b9a88683a4
docs/library/network: Reword intro paragraph.
8 years ago
Paul Sokolovsky
67c91df7e8
docs/machine.SPI.rst: Fix typos and formatting, clarify.
Clarify the class implements master side of the protocol, also put adhoc
WiPy paramter after the generic, described in the current Hardware API
version.
8 years ago
Damien George
f1b2b1b600
docs/library/builtins: Add docs for delattr and slice.
8 years ago
Damien George
266e4acdc2
docs/library/machine.SPI: Remove spurious "of".
8 years ago
Damien George
f12047f66d
docs/machine.SPI: Improve descriptions of xfer methods.
In particular remove the "*" because not all ports support keyword
arguments.
8 years ago
Paul Sokolovsky
a0b2f48c2f
docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.
8 years ago
Damien George
c8d31585a0
docs: Bump version to 1.8.5.
8 years ago
Peter Hinch
9e1dec1818
docs/reference: Add constrained.rst doc.
It contains detailed information about writing scripts to run efficiently
on microcontrollers (and other constrained systems).
8 years ago
daniel
a181340ad8
docs/wipy: Correct deep sleep current figure.
8 years ago
Alex March
00c1fc6d77
docs/uos: Add uos.statvfs() documentation.
8 years ago