summaryrefslogtreecommitdiff
path: root/docs/wipy
AgeCommit message (Collapse)Author
2017-06-03docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc.Paul Sokolovsky
This patch also unconditionalizes uos.dupterm(), though exact interface and semantics is yet to be defined.
2017-06-03docs/uos: Deconditionalize, remove minor port-specific details.Paul Sokolovsky
For a couple of ports, there was information which directory is set as current after boot. This information doesn't belong to "uos" module, and is moved to boards' references (which actually already contained information on which directory is chosen for boot, even if without explicit mentioning that it becomes current directory, which is now done).
2017-06-03docs/network: Move confusingly-named cc3200 Server class to its reference.Paul Sokolovsky
cc3200 port has network.Server class to control behavior of builtin Telnet/FTP server of that port.
2017-04-18docs/wipy/general: Add section about specifics of I2C implementation.Damien George
2017-04-18docs/wipy/quickref: Update reference for change to I2C API.Damien George
2017-04-16docs/machine: Move machine.main() misnomer to wipy's known issues.Paul Sokolovsky
2017-04-16docs/library/ussl: Deconditionalize, wipy notes moved to its documentation.Paul Sokolovsky
2017-04-09docs/uhashlib: Deconditionalize.Paul Sokolovsky
Notes on WiPy incompatibilities with the standard module API are moved under "Known issues" to its documentation.
2017-04-09docs/usocket: Deconditionalize.Paul Sokolovsky
Notes on WiPy incompatibilities with the standard socket module API are moved under "Known issues" to its documentation.
2017-04-05docs/machine.Pin: Move wipy-specific methods to its docs.Paul Sokolovsky
2017-04-05docs/machine.Pin: Move wipy-specific details to its own docs.Paul Sokolovsky
2017-01-28docs/machine.Timer: Move WiPy adhoc parts to its documentation.Paul Sokolovsky
2017-01-18docs: Fix some minor spelling mistakes.Mike Causer
paramter -> parameter send a receive -> send and receive repsonse -> response particualr -> particular constructore -> constructor
2016-10-10docs/wipy: Correct deep sleep current figure.daniel
2016-09-18Small WiPy doc fixesjuhasch
2016-08-02docs: Spelling mistakesMike Causer
2016-06-02docs/wipy/tutorial: Add note about screen key bindings on OS X.Marcel Stör
2016-05-03docs/machine: idle() description generalization.Paul Sokolovsky
2016-05-03docs/machine: More generic description of sleep's, WiPy details to its genref.Paul Sokolovsky
2016-05-03docs/machine: Move WiPy-specific hardware details to its general reference.Paul Sokolovsky
2016-02-23docs: Correct machine.Timer code examples related to duty cycle.danicampora
2016-02-22cc3200: Rename 'server' class to 'Server' for consistency.danicampora
2016-02-21cc3200: Simplify the Timer API and correct the documents.danicampora
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.
2015-11-18docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.Chris Liechti
2015-11-18docs/wipy: Add warning about losing wlan connection when changing mode.Jason Hildebrand
Also provide workarounds, link to other revelant sections, and fix some typos.
2015-11-18docs/wipy: Fixed some typos in the WiPy's tutorials.Dave Hylands
2015-10-26docs/wipy: Fix bug in example code and add note regarding OTA.danicampora
2015-10-26docs/wipy: Fix several typos and change some pyboard to WiPy.Martijn Koster
2015-10-25docs/wipy: Fix several typos.Martijn Koster
2015-10-25docs/wipy: Fix error in WLAN quickref.danicampora
2015-10-22docs: Fix typos on wipy docs.danicampora
2015-10-22docs/wipy: Correct typo in safe boot description.danicampora
2015-10-21docs/wipy: Remove windows instructions that refer to the pyboard.danicampora
2015-10-21docs/wipy: Fix formatting indentation.danicampora
2015-10-21docs/wipy: Remove incorrect references to usb configuration.danicampora
2015-10-21docs/wipy: Add more tutorials and examples.danicampora
2015-10-21docs: Remove remaining references to 'af', which is now 'alt'.danicampora
2015-10-21docs: Several corrections to the classes in the machine module.danicampora
2015-10-19docs/wipy: Add wipy tutorials section.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-16docs: Adapt WiPy's ADC doc and quickref to the new API.Daniel Campora
2015-09-16docs: Update I2C and UART docs to match the new API.Daniel Campora
2015-09-10cc3200: Add alternate functions list to Pin object.Daniel Campora
Also remove pin.high() and pin.low() methods.
2015-09-10cc3200: Re-work Pin class according to the new API.Daniel Campora
Also add relevant test.
2015-08-16cc3200: Change HeartBeat period from 5 to 4 seconds.Daniel Campora
2015-08-16cc3200: Rework SD API. Increase heap to avoid malloc failures.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
Rename "wakes" param to "wake_from" and make "value" an object instead of an integer.
2015-08-09cc3200: Enable bootloader safe boot on latest firmware.Daniel Campora
The first safe boot level executes the latest firmware but skips 'main.py' and 'boot.py'.