Radomir Dopieralski
0c86a9471a
docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.
9 years ago
Damien George
5036b6ad18
docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.
9 years ago
Paul Sokolovsky
81a99eb388
docs/machine: idle() description generalization.
9 years ago
Paul Sokolovsky
bb6458bf43
docs/machine: More generic description of sleep's, WiPy details to its genref.
9 years ago
Paul Sokolovsky
db99ae00a2
docs/machine: Move WiPy-specific hardware details to its general reference.
9 years ago
Paul Sokolovsky
06ec96b47b
docs/machine: Generalize docs from just WiPy to other ports.
9 years ago
Paul Sokolovsky
a6cf45864f
docs/network: esp8266: MAC address is set via .config() method.
9 years ago
Paul Sokolovsky
ae845f13de
docs: Use getaddrinfo() result in easy way.
Instead of extracting 4th element, extact last. Much easier to remember!
9 years ago
Damien George
c816b89353
docs/library/machine.I2C: Update to reflect ESP8266 implementation.
This machine.I2C documentation is now closer to a more port-neutral
description, although there are still differences between WiPy and
ESP8266.
9 years ago
Paul Sokolovsky
621c644205
docs: _io and _collections were renamed to have standard "u" prefix.
9 years ago
Damien George
70ff7350e7
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
A standard I2C address is 7 bits but addresses 0b0000xxx and 0b1111xxx
are reserved. The scan() method is changed to reflect this, along with
the docs.
9 years ago
Paul Sokolovsky
8ebdbcfb27
docs: Add _io module reference.
9 years ago
Paul Sokolovsky
348caaf940
docs: Add _collections module reference.
9 years ago
Paul Sokolovsky
fd283eba64
docs/sys: Describe sys.platform is port-neutral manner.
9 years ago
Paul Sokolovsky
e9b7610748
docs/sys: Describe sys.maxsize.
9 years ago
Paul Sokolovsky
59603a2e89
docs/sys: Describe sys.implementation.
9 years ago
Paul Sokolovsky
4fb9452bff
docs/sys: Clean up print_exception() description.
9 years ago
Paul Sokolovsky
ad2889c141
docs/sys: Clarify description of sys.exit().
9 years ago
Paul Sokolovsky
8ad1659f68
docs/sys: Make module variable descriptions proper sentences.
9 years ago
Paul Sokolovsky
7781caf8d3
docs/sys: Remove port-specific details from description of stdin/out/err.
9 years ago
Paul Sokolovsky
c468fe65c5
docs/ustruct: Fix argument formatting.
Per current CPython docs conventions, arguments are in italics. Follow
that.
9 years ago
Paul Sokolovsky
a9ed42b3b4
docs/sys: Document sys.modules.
9 years ago
Paul Sokolovsky
6b6acc5b5d
docs/ustruct: Document pack_into(), unpack_from().
9 years ago
Paul Sokolovsky
83e99f88cb
docs/utime: Clarify module purpose.
9 years ago
Paul Sokolovsky
613fd0a1ca
docs/library/utime: Elaborate on epochs and calendar time maintenance.
9 years ago
Paul Sokolovsky
6d8156ae28
docs/network: esp8266: Describe wlan.config() method.
9 years ago
Paul Sokolovsky
06deec9d35
docs/network: esp8266: Add wlan.ifconfig() method.
9 years ago
Paul Sokolovsky
1b45670c69
docs/ubinascii: Clean up grammar.
9 years ago
Paul Sokolovsky
df4e1d1279
docs/library: Consistently use admonitions for CPython differences.
9 years ago
Paul Sokolovsky
31300b5144
docs/utime: Describe sleep() peculiarities in MicroPython.
Not all ports accept floating-point value.
9 years ago
Paul Sokolovsky
c564169c8f
docs/utime: Describe time() peculiarities in MicroPython.
9 years ago
Damien George
556e5dfd35
docs/library/utime: Add more time functions for unix and esp8266 ports.
9 years ago
Damien George
e0f7e001e8
docs: Fix uos and utime heading underlines to be the correct length.
Otherwise Sphinx gives a warning.
9 years ago
Paul Sokolovsky
351ec6d4ab
docs/library: "os" module is actually "uos".
9 years ago
Paul Sokolovsky
0df2ee0126
docs/library/index: Order sections from the most to least standard modules.
9 years ago
Paul Sokolovsky
492bf12499
docs/library/index: Make single section for "micro-ified" modules.
Even the modules whose names don't start with "u" prefix are micro-ified
anyway, i.e. provide only subset of CPython's functionality (and sometimes
extensions to it). So, it doesn't make much sense to devide them by
criteria of having/not having "u" prefix.
9 years ago
Paul Sokolovsky
678f3a1e05
docs: Module "time" is actually "utime".
9 years ago
Paul Sokolovsky
a119983328
docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix.
9 years ago
Paul Sokolovsky
88ed518390
docs/library/index: Move WiPy "micro-libraries" under corresponding heading.
9 years ago
Paul Sokolovsky
8b8c32c09b
docs/library: Group MicroPython-specific modules under separate heading.
9 years ago
Paul Sokolovsky
650df97c06
docs/network: esp8266: scan(): Add note that bssid is bytes object.
9 years ago
Paul Sokolovsky
0d10e5310a
docs/usocket: Describe address format once at the beginning.
Different ports may have different formats.
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.
"ustruct" is good example of micro-ified module, so rather should belong
to the corresponding list.
9 years ago
Paul Sokolovsky
67ece47121
docs/machine: reset_cause() has been implemented for esp8266.
9 years ago
Paul Sokolovsky
f474e956d7
docs/machine: Start to update for esp8266 port.
9 years ago
Paul Sokolovsky
b122ed0732
docs/esp: Enumerate flash access functions.
9 years ago