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
f3f5e975e4
docs/Makefile: Default BUILDDIR based on MICROPY_PORT.
It doesn't make sense to duplicate both on command line, and MICROPY_PORT
is effectively mandatory to build docs.
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
5c8147528e
docs/esp8266/tutorial: Add tutorial placeholder page.
9 years ago
Damien George
fcc9d43c6d
docs/esp8266: Add info about using deep-sleep mode to quickref.
9 years ago
Paul Sokolovsky
2a51f72ed1
docs/esp8266/general: Start "General information" for esp8266.
9 years ago
Paul Sokolovsky
f73d78394b
docs/topindex.html: esp8266: Enable quickref/general on the main page.
9 years ago
Paul Sokolovsky
67ece47121
docs/machine: reset_cause() has been implemented for esp8266.
9 years ago
Paul Sokolovsky
53ac7830cb
docs/speed_python: Add article.
9 years ago
Paul Sokolovsky
5801967496
docs/speed_python: Add many more details on memoryviews.
9 years ago
Paul Sokolovsky
47f9b10b30
docs/speed_python: Generalize "Floating point" subsection.
Don't describe just single port's peculiarities, note aboute possible
array of issues with floating-point.
9 years ago
Paul Sokolovsky
6c84f1e03a
docs/speed_python: Clarify/generalize "Buffers" subsection.
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
Peter Hinch
22cbcd55f0
stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.
Fixes issues #1912 and #1913 . UART documentation is also updated.
9 years ago
Damien George
9b0a150bd6
docs: Bump version to 1.7.
9 years ago
Paul Sokolovsky
9c04299da1
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
9 years ago
Paul Sokolovsky
5e7fa7c80c
docs/ubinascii: Document non-standard "sep" argument to hexlify().
9 years ago
Paul Sokolovsky
e4cb7c6158
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
9 years ago
Paul Sokolovsky
f81ea6307c
docs/ubinascii: Document a2b_base64(), b2a_base64().
9 years ago
Paul Sokolovsky
28d4b94dce
docs/machine: Change wording to be a bit more port-neutral.
9 years ago
Paul Sokolovsky
69b702276b
docs/os: Change wording to be a bit more port-neutral.
9 years ago
Paul Sokolovsky
e24674d44e
docs: esp8266: esp.socket is deprecated, remove from docs.
9 years ago
Paul Sokolovsky
254a5646c1
docs: Update copyright notice.
9 years ago
Paul Sokolovsky
f50d9477c1
docs: network: esp8266: .scan() is now synchronous and returns result list.
9 years ago
Paul Sokolovsky
d7019d0628
docs: network: esp8266: status is WLAN object method.
9 years ago
danicampora
193795398d
docs: Correct pin interrupt example code for the WiPy.
9 years ago
Paul Sokolovsky
87c783b454
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
9 years ago
Paul Sokolovsky
679fe0abae
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
9 years ago
Paul Sokolovsky
eda8746324
docs/esp8266: phy_mode() moved to network module.
9 years ago
Paul Sokolovsky
0cb10b5220
docs/esp8266/quickref: Add note about GPIO16.
9 years ago
Paul Sokolovsky
159f1aaca8
docs/esp8266/quickref: Note that timers supported are virtual ones.
9 years ago