Damien George
42ef5a1567
docs: Allow list of versions to be specified by environment variable.
9 years ago
Damien George
5b74bba3a3
docs: Add versions.html template and support code for a version sidebar.
9 years ago
Damien George
4b6077b3fe
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
9 years ago
Damien George
809fbeefb7
docs: Add esp8266 quick reference page, with basic info.
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
331a48195d
docs: Bump version to 1.6.
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
Damien George
ea8be373a9
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
movwt can now move a full 32-bit constant into a register.
9 years ago
Henrik Sölver
67f40fb237
docs: Include extra functions in time documentation for pyboard.
9 years ago
Damien George
1d191fdf03
docs: Add link from pyboard switch tutorial to ISR rules document.
9 years ago
Paul Sokolovsky
824f83fd20
docs: Set author as 'Damien P. George and contributors'.
9 years ago
Paul Sokolovsky
275a0f25d3
docs: Fix readthedocs build by updating Latex params.
9 years ago
Damien George
ed584e2ffd
docs: Bump version to 1.5.2.
9 years ago
Peter Hinch
521759ee18
docs: Add discussion on interrupt handlers incl uPy specific techniques.
9 years ago
danicampora
67a5bfc6d8
docs/library: Add network server example.
9 years ago
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