aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-04-18docs/library/machine.SPI: Fix formatting of bullet list to stop warning.Damien George
2017-04-18docs/library/machine.I2C: Remove WiPy-specific return values.Damien George
2017-04-18docs/esp8266/quickref: Add links from quickref page to machine classes.Damien George
2017-04-18docs/library/machine.*: Add cross-reference label to individual classes.Damien George
2017-04-18docs/library/machine.I2C: Deconditionalise all methods.Damien George
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-18docs/library/machine.UART: Remove pyboard-specific section.Damien George
2017-04-16docs/library/machine: Typo fix in machine_callbacks section.Paul Sokolovsky
2017-04-16docs/machine: Move machine.main() misnomer to wipy's known issues.Paul Sokolovsky
2017-04-16docs/machine.UART: Deconditionalize normal methods.Paul Sokolovsky
2017-04-16docs/library/ussl: Deconditionalize, wipy notes moved to its documentation.Paul Sokolovsky
2017-04-16docs/library/uos: urandom: Generalize description.Paul Sokolovsky
2017-04-16docs/library/micropython: Deconditionalize.Paul Sokolovsky
2017-04-14docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky
2017-04-09docs/uhashlib: Deconditionalize.Paul Sokolovsky
2017-04-09docs/usocket: Deconditionalize.Paul Sokolovsky
2017-04-09docs/utime: Deconditionalize description of sleep().Paul Sokolovsky
2017-04-09docs/library/machine.UART: Remove some conditionals.Paul Sokolovsky
2017-04-09docs/library/builtins: int: Add notice on byteorder param for to/from_bytes.Paul Sokolovsky
2017-04-07docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy.Paul Sokolovsky
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-04-05cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky
2017-04-05docs/machine.SPI: Remove outdated wipy chunk.Paul Sokolovsky
2017-04-05docs/uos: De-conditionalize statvfs() description.Paul Sokolovsky
2017-04-05docs/utime: De-conditionalize description of sleep_ms() and friends.Paul Sokolovsky
2017-04-04extmod/modframebuf: Make monochrome bitmap formats start with MONO_.Peter Hinch
2017-04-04docs/library/btree: Add btree module docs.Paul Sokolovsky
2017-03-20docs/library/machine.I2C: Fix scan() doc to match implementation.transistortim
2017-03-17utime module documentation fixes and cleanup:Christopher Arndt
2017-03-15docs/library/framebuf: Fix typo in bit-width for MVLSB description.Damien George
2017-03-07docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.James Ouyang
2017-03-07docs/library/lcd160cr: Add link to framebuf page.Rami Ali
2017-03-07docs/library: Add framebuf documentation.Rami Ali
2017-02-28docs/library/lcd160cr: Add note about supported JPEG format/encodings.Peter Hinch
2017-02-28docs/machine: Fix formatting of Constants section.Paul Sokolovsky
2017-02-27docs/Makefile: define and use PYTHON as the interpreter for CPYDIFFKrzysztof Blazewicz
2017-02-26docs/uhashlib: Provide port-neutral description.Paul Sokolovsky
2017-02-20docs: Modify Makefile and indexes to generate cPy-differences pages.Rami Ali
2017-02-20tools: Add gen-cpydiff.py to generate docs differences.Rami Ali
2017-02-17docs/library/lcd160cr: Mention the valid values for set_power() method.Damien George
2017-02-14docs/uos: Remove mention of uos.sep.Paul Sokolovsky
2017-02-13docs/library/machine: Make separate TOC for WiPy vs non-WiPy.Damien George
2017-02-13docs/library/pyb.Pin: Minor typo fix, B6 should be A0.Dave Hylands
2017-02-07docs: Add M-logo as favicon.Damien George
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