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
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
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
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
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
e589cddcd4
docs/esp: Remove getaddrinfo(), now in socket module as expected.
9 years ago
Paul Sokolovsky
6e6488530e
docs: More standard modules for esp8266.
9 years ago
Paul Sokolovsky
4b5606bc09
docs/network: esp8266: Update docs on WLAN constructor.
9 years ago
Paul Sokolovsky
ee6fcc6f91
docs: Add standard modules list for esp8266.
9 years ago
Peter Hinch
2b302dad51
docs: Update pyb.UART.any() to mention that it returns character count.
9 years ago
Peter Hinch
6d5a549067
docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments.
9 years ago
Peter Hinch
b8133c4c0f
docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.
9 years ago
Peter Hinch
85d3b6165a
docs: Update details on using ADCAll object for vref/vbat channels.
9 years ago
Noah Rosamilia
6bb9d3ea3e
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
9 years ago
danicampora
57b96a7be2
docs: Correct machine.Timer code examples related to duty cycle.
9 years ago
danicampora
8e1fdf2eb3
docs: Add note on machine.Timer class regarding PWM output pins.
9 years ago
danicampora
add930c4b5
cc3200: Rename 'server' class to 'Server' for consistency.
9 years ago
danicampora
12547ce737
docs: Minor change to improve clarity in machine.Timer docs.
9 years ago
danicampora
0d210a0be8
docs: Correct WiPy Timer docs.
9 years ago
danicampora
73c9f85b4c
cc3200: Simplify the Timer API and correct the documents.
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
9 years ago
Damien George
0f87a010e3
docs: Update to say that Timer(3) is free, and detail LED intensity.
9 years ago
Peter Hinch
c13b2f2d00
docs: Several minor changes: network, pyb, ADCAll and inline asm.
9 years ago
Henrik Sölver
67f40fb237
docs: Include extra functions in time documentation for pyboard.
9 years ago
danicampora
67a5bfc6d8
docs/library: Add network server example.
9 years ago
Noah
00960133c2
docs: Update docs for WiPy wlan.connect().
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
9 years ago
Paul Sokolovsky
549c79d11e
docs/select: Document POLLIN/OUT/ERR/HUP.
9 years ago
Paul Sokolovsky
43efb46328
docs/library/index.rst: Minimally adapt for unix port.
9 years ago