Damien George
4dea24e105
docs: Bump version to 1.5.1.
9 years ago
Chris Liechti
426f326d35
docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.
9 years ago
Jason Hildebrand
9142179f81
docs/wipy: Add warning about losing wlan connection when changing mode.
Also provide workarounds, link to other revelant sections,
and fix some typos.
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
Dave Hylands
f3308daa6f
docs/wipy: Fixed some typos in the WiPy's tutorials.
9 years ago
Dave Hylands
3551368424
docs: Fix a typo in the REPL documentation.
9 years ago
Paul Sokolovsky
549c79d11e
docs/select: Document POLLIN/OUT/ERR/HUP.
9 years ago
Damien George
b7ca945877
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
This patch allows you to stop auto-indent by pressing enter on a second
blank line. Easier than having to use backspace, and prevents new users
from getting stuck in auto-indent mode.
9 years ago
Dave Hylands
a9f3030371
docs: Add docs about REPL paste-mode and Control-C
9 years ago
Dave Hylands
98fb0bf68a
docs: Move instructions on generating the documentation to docs/README.md
9 years ago
Paul Sokolovsky
43efb46328
docs/library/index.rst: Minimally adapt for unix port.
9 years ago
Paul Sokolovsky
c6bc5b69c2
docs: Actually add unix port indexes, so docs for it could be generated.
9 years ago
Paul Sokolovsky
98b6d35c4f
docs: select: Describe poll.poll() return value in detail.
9 years ago
danicampora
9011815d86
docs/wipy: Fix bug in example code and add note regarding OTA.
9 years ago
Martijn Koster
a13d22f921
docs/wipy: Fix several typos and change some pyboard to WiPy.
9 years ago
Martijn Koster
c773053f58
docs/wipy: Fix several typos.
9 years ago
danicampora
359a8aa760
docs/wipy: Fix error in WLAN quickref.
9 years ago
Paul Sokolovsky
b7ab70c71c
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
They return None if no data available.
9 years ago
Paul Sokolovsky
cf6daa0966
docs: Explicitly specify behavior of UART stream protocol methods on timeout.
9 years ago
danicampora
ee7bebc94f
docs: Correct machine.RTC examples.
9 years ago
danicampora
4efed58df1
docs: Fix typos on wipy docs.
9 years ago
danicampora
9273cca432
docs/wipy: Correct typo in safe boot description.
9 years ago
danicampora
126373ac70
docs/wipy: Remove windows instructions that refer to the pyboard.
9 years ago
danicampora
e954604ae0
docs: Add remark about ssl sockets and standard sockets.
9 years ago
Damien George
fe08e3a54f
docs: Bump version to 1.5.
9 years ago
danicampora
3b24e83731
docs/wipy: Fix formatting indentation.
9 years ago
danicampora
bb489066e8
docs/wipy: Remove incorrect references to usb configuration.
9 years ago
danicampora
109b363ddc
docs/wipy: Add more tutorials and examples.
9 years ago
danicampora
ee0058d174
docs: Remove remaining references to 'af', which is now 'alt'.
9 years ago
danicampora
ceb169008d
docs: Several corrections to the classes in the machine module.
9 years ago
danicampora
04db848dc7
docs: Add usocket and ussl modules' documentation.
9 years ago
danicampora
9c72c71c05
cc3200: WLAN class can retrieve the existing instance.
9 years ago
danicampora
8faf2dc75b
docs/wipy: Add wipy tutorials section.
9 years ago
danicampora
36ae417c9f
docs: Add wipy and network.server documentation.
9 years ago
danicampora
020386b61c
docs: In top index fix machine module link for the WiPy.
9 years ago
danicampora
4542643025
docs: Update all WiPy docs to reflect the new API.
9 years ago
Damien George
d6442407f5
docs: Fix formatting of DAC code examples.
9 years ago
Damien George
b5c43be135
stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.
This patch allows to configure the DAC resolution in the constructor and
in the init function, eg:
dac = DAC(1, bits=12).
The default resolution is 8 bits for backwards compatibility. The bits
sets the maximum value accepted by write and write_timed methods, being
2**bits - 1.
When using write_timed with 12-bit resolution, the input buffer is
treated as an unsigned half-word array, typecode 'H'.
See PR #1130 for discussion.
9 years ago
Damien George
845b5a2a58
docs: Describe properly how MCU can be woken from pyb.standby() state.
9 years ago
Radomir Dopieralski
37ab061f4d
docs: Update esp8266 documentation to match the code.
* Move the esp.status() to network module.
* Describe the wifi.isconnected() method.
* Describe esp.mac(), esp.wifi_mode(), esp.phy_mode(), esp.sleep_type(),
esp.deepsleep(), and esp.flash_id() functions.
9 years ago
Damien George
5572f735b6
docs: Bump version to 1.4.6.
9 years ago
Daniel Campora
dffa9f6da6
cc3200: New SD and RTC API plus os and time modules' extensions.
9 years ago
Daniel Campora
861fad5819
docs: Adapt WiPy's ADC doc and quickref to the new API.
9 years ago
Daniel Campora
aba75e1233
cc3200: New SPI API.
9 years ago
Daniel Campora
624cdeacc4
docs/wipy: Add pins to the I2C constructor.
9 years ago
Daniel Campora
41f6948545
cc3200: New WDT API.
9 years ago
Daniel Campora
8332044f75
cc3200: Add UART.ODD and UART.EVEN to select parity.
9 years ago
Daniel Campora
d5ec336eef
cc3200: Replace Pin.PULL_NONE with None.
9 years ago
Daniel Campora
f38d16483a
docs: Update I2C and UART docs to match the new API.
9 years ago
Daniel Campora
f91f212d9f
cc3200: New UART API plus related test.
9 years ago