summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-02-07docs/esp8266/tutorial: Specify the baudrate in picocom example command.Damien George
2017-02-07stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.Damien George
2017-02-06stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.Damien George
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2017-02-03Switch design guide to rST so that the table works. Also add details based on...0.8.4Scott Shawcroft
2017-02-03Update after feedback from @deshipu. ThanksScott Shawcroft
2017-02-03docs: For LCD160CR driver and tutorial, add link to positioning image.Damien George
2017-02-02Add a draft of a new design guide. This is meant to capture the goals of Circ...Scott Shawcroft
2017-01-30docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.Damien George
2017-01-29docs/uio: Typo fixes/lexical improvements.Paul Sokolovsky
2017-01-29docs/conf.py: Add myself as a copyright holder on the docs.Paul Sokolovsky
2017-01-28docs/uio: Describe differences between uPy an CPy stream hierarchy.Paul Sokolovsky
2017-01-28docs/usocket: Dedent Methods section.Paul Sokolovsky
2017-01-28docs/usocket: Clarify description of various methods.Paul Sokolovsky
2017-01-28docs/usocket: Elaborate "Constants" section.Paul Sokolovsky
2017-01-28docs/usocket: Clarify exceptions used.Paul Sokolovsky
2017-01-28docs/machine: Add explicit note on machine module level and scope.Paul Sokolovsky
2017-01-28docs/machine.Timer: Move WiPy adhoc parts to its documentation.Paul Sokolovsky
2017-01-24docs/library/lcd160cr: Fix set_brightness range, should be 0..31.Damien George
2017-01-23docs/pyboard/tutorial: Add tutorial for LCD160CR.Damien George
2017-01-23docs: Add documentation for lcd160cr module.Damien George
2017-01-18docs: Fix some minor spelling mistakes.Mike Causer
2017-01-13Add more description of installing the library bundle.Scott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-09docs: Add link to DS1307 drivers.Scott Shawcroft
2017-01-08docs: Bump version to 1.8.7.v1.8.7Damien George
2017-01-07docs/usocket: Clarify that socket timeout raises OSError exception.Paul Sokolovsky
2017-01-06Add more detail to the driver page including a link to the bundle.Scott Shawcroft
2017-01-06docs/library/esp: Remove para and add further warning about flash.Damien George
2017-01-05Link to the Bus Device docs.Scott Shawcroft
2017-01-05Update more docs to say CircuitPython and clarify driver support.Scott Shawcroft
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2017-01-04Use full link because relative links don't work.Scott Shawcroft
2017-01-04Switch to subprojects for driver docs.Scott Shawcroft
2017-01-04docs/library/esp: Document esp.set_native_code_location() function.Damien George
2017-01-04esp8266/general: Add "Scarcity of runtime resources" section.Paul Sokolovsky
2017-01-04docs/esp8266/tutorial: Close socket after reading page content.Max
2016-12-30docs/library/machine.I2C: Fix I2C constructor docs to match impl.Damien George
2016-12-30docs/esp8266/tutorial: Update intro to add Getting the firmware section.Andrew Mulholland
2016-12-15docs/library/pyb.UART: Moved writechar doc to sit with other writes.Lorenz Schmid
2016-12-15docs/library/pyb.UART: Added clarification about timeouts.Lorenz Schmid
2016-12-02docs/library/pyb.Accel: Add hardware note about pins used by accel.Peter Hinch
2016-11-28Add links to two more libraries.Scott Shawcroft
2016-11-23docs/library/machine.I2C: Refine definitions of I2C methods.Damien George
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-16docs/library/index: Elaborate on u-modules.Paul Sokolovsky
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-11-14docs: Remove references to readall() and update stream read() docs.Damien George
2016-11-11stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.Damien George
2016-11-10docs: Bump version to 1.8.6.v1.8.6Damien George