aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-01-06Add more detail to the driver page including a link to the bundle.Scott Shawcroft
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
2016-11-28Add links to two more libraries.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-11-10docs: Bump version to 1.8.6.v1.8.6Damien George
2016-11-09docs/library/machine.Pin: Update Pin docs to align with new HW API.Damien George
2016-11-08esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky
2016-11-08docs/*/quickref.rst: Use new semantics of ticks_diff()puuu
2016-11-06docs/esp8266: Update for new WebREPL setup procedure.Paul Sokolovsky
2016-11-01docs/utime: Add docs for ticks_add(), improvements for other ticks_*().Paul Sokolovsky
2016-11-01docs/utime: Remove only:: for ticks_diff().Paul Sokolovsky
2016-10-31docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).Paul Sokolovsky
2016-10-30docs/utime: Document ticks_cpu() in more detail.Paul Sokolovsky
2016-10-30docs/library/index: Update TOCs so builtins sorted before modules.Paul Sokolovsky
2016-10-28docs/library/network: Typo fixes, consistent acronym capitalization.Paul Sokolovsky
2016-10-28docs/library/network: Reword intro paragraph.Paul Sokolovsky
2016-10-25docs/machine.SPI.rst: Fix typos and formatting, clarify.Paul Sokolovsky
2016-10-25docs/library/builtins: Add docs for delattr and slice.Damien George
2016-10-24docs/library/machine.SPI: Remove spurious "of".Damien George
2016-10-20Merge remote-tracking branch 'micropython/master'Tony DiCola
2016-10-20Update drivers.rstRadomir Dopieralski
2016-10-19Support markdown.Scott Shawcroft
2016-10-18Documentation rework to unify the docs together rather than having themScott Shawcroft
2016-10-18docs/machine.SPI: Improve descriptions of xfer methods.Damien George
2016-10-17docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.Paul Sokolovsky
2016-10-17docs: Bump version to 1.8.5.v1.8.5Damien George
2016-10-11docs/reference: Add constrained.rst doc.Peter Hinch
2016-10-10docs/wipy: Correct deep sleep current figure.daniel
2016-10-07docs/uos: Add uos.statvfs() documentation.Alex March
2016-10-04stmhal/usb: Add support to receive USB HID messages from host.Philip Potter
2016-09-28extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.Radomir Dopieralski
2016-09-23docs/library/machine: Update description of disable/enable IRQ funcs.Damien George
2016-09-18docs/library/pyb.SPI: init(): Describe "bits" argument.Paul Sokolovsky
2016-09-18Small WiPy doc fixesjuhasch
2016-09-09docs: Bump version to 1.8.4.v1.8.4Damien George
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
2016-09-07docs/reference/isr_rules.rst: Two minor additions to docs for using ISR.Peter Hinch
2016-09-06docs/library/machine.WDT: Add that WDT is available on pyboard.Damien George
2016-09-04docs/esp8266/quickref: Further improvements for SPI subsections.Paul Sokolovsky
2016-09-04docs/esp8266/quickref: Update information on SPI classes.Paul Sokolovsky
2016-08-29docs/esp8266/quickref: Add internal links to docs for some modules.Damien George
2016-08-29docs/pyboard/quickref: Add section on "delay and timing" for utime mod.Damien George
2016-08-29docs/pyboard/quickref: Add links to pinouts for other pyboard variants.Damien George
2016-08-29docs/library: Add reference for pyb.usb_mode and pyb.USB_HID.Philip Potter
2016-08-29docs/pyboard: Update USB mouse tutorial to use pyb.USB_HID().Philip Potter