summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-03-30docs: network: esp8266: .scan() is now synchronous and returns result list.Paul Sokolovsky
2016-03-30docs: network: esp8266: status is WLAN object method.Paul Sokolovsky
2016-03-28docs: Correct pin interrupt example code for the WiPy.danicampora
2016-03-27docs/esp8266: esp.mac() replaced with network.WLAN.mac().Paul Sokolovsky
2016-03-27docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().Paul Sokolovsky
2016-03-27docs/esp8266: phy_mode() moved to network module.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Add note about GPIO16.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Note that timers supported are virtual ones.Paul Sokolovsky
2016-03-25docs/esp: Remove getaddrinfo(), now in socket module as expected.Paul Sokolovsky
2016-03-25docs: More standard modules for esp8266.Paul Sokolovsky
2016-03-25docs/network: esp8266: Update docs on WLAN constructor.Paul Sokolovsky
2016-03-25docs: Add standard modules list for esp8266.Paul Sokolovsky
2016-03-25docs/topindex.html: Refer to "pyb" module only for pyboard.Paul Sokolovsky
2016-03-17docs: Update pyb.UART.any() to mention that it returns character count.Peter Hinch
2016-03-17docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments.Peter Hinch
2016-03-17docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.Peter Hinch
2016-03-17docs: Update asm tutorial, maximum number of allowed args is now 4.Peter Hinch
2016-03-16docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.Damien George
2016-03-11docs: Add Python speed optimisation guide, including minimal viper ref.Peter Hinch
2016-03-11docs: Update details on using ADCAll object for vref/vbat channels.Peter Hinch
2016-03-11docs: Update asm_thumb2_hints_tips re return type of asm funcs.Peter Hinch
2016-03-09docs/esp8266: Fix indent errors, typos, and add info about REPL UART.Damien George
2016-03-09docs: Allow list of versions to be specified by environment variable.Damien George
2016-03-09docs: Add versions.html template and support code for a version sidebar.Damien George
2016-03-09docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.Damien George
2016-03-08docs: Add esp8266 quick reference page, with basic info.Damien George
2016-03-02docs/uctypes.rst: Fix typo (steamlined -> streamlined).Noah Rosamilia
2016-02-23docs: Correct machine.Timer code examples related to duty cycle.danicampora
2016-02-23docs: Add note on machine.Timer class regarding PWM output pins.danicampora
2016-02-22cc3200: Rename 'server' class to 'Server' for consistency.danicampora
2016-02-22docs: Minor change to improve clarity in machine.Timer docs.danicampora
2016-02-21docs: Correct WiPy Timer docs.danicampora
2016-02-21cc3200: Simplify the Timer API and correct the documents.danicampora
2016-01-31docs: Bump version to 1.6.v1.6Damien George
2016-01-29docs: Update to say that Timer(3) is free, and detail LED intensity.Damien George
2016-01-13docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch
2016-01-07py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George
2016-01-04docs: Include extra functions in time documentation for pyboard.Henrik Sölver
2016-01-04docs: Add link from pyboard switch tutorial to ISR rules document.Damien George
2016-01-03docs: Set author as 'Damien P. George and contributors'.Paul Sokolovsky
2016-01-03docs: Fix readthedocs build by updating Latex params.Paul Sokolovsky
2015-12-31docs: Bump version to 1.5.2.v1.5.2Damien George
2015-12-31docs: Add discussion on interrupt handlers incl uPy specific techniques.Peter Hinch
2015-12-16docs/library: Add network server example.danicampora
2015-11-23docs: Bump version to 1.5.1.v1.5.1Damien George
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
2015-11-18docs: Update docs for WiPy wlan.connect().Noah
2015-11-18docs/wipy: Fixed some typos in the WiPy's tutorials.Dave Hylands
2015-11-10docs: Fix a typo in the REPL documentation.Dave Hylands