aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-02-26docs/uos: Document extra requirements on stream objs passed to dupterm.Yonatan Goldschmidt
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-02-08docs/ure: Fix match.group signature to indicate index param is required.Yonatan Goldschmidt
2019-01-30docs: Convert all cases of machine.sleep to machine.lightsleep.Damien George
2019-01-27docs/machine: Change sleep to lightsleep and add timeout arguments.Damien George
2019-01-26all: Bump version to 1.10.Damien George
2019-01-25docs/library: Add documentation for esp32 module.Damien George
2019-01-25docs: Add initial docs for esp32 port, including quick-ref and general.Matt Trentini
2019-01-11docs/differences: Clarify the differences are against Python 3.4.stijn
2018-12-13docs/ure: Fully describe supported syntax subset, add example.Paul Sokolovsky
2018-12-11docs/README: Remove references to MICROPY_PORT when building docs.Damien George
2018-10-23docs/conf.py: Use https for intersphinx link to docs.python.org.Paul Sokolovsky
2018-10-23docs/library/uctypes: Add examples and make general updates.Paul Sokolovsky
2018-10-19docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.Dave Hylands
2018-10-18docs/uio: Document StringIO/BytesIO(alloc_size) constructors.Paul Sokolovsky
2018-10-15docs/machine.Pin: Document "hard" argument of Pin.irq method.Peter Hinch
2018-10-13docs/machine.Pin: Add note regarding irq handler argument.Peter Hinch
2018-10-13lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.Damien George
2018-10-05docs/uselect: Describe more aspects of poll.register/modify behavior.Paul Sokolovsky
2018-10-01docs/wipy: Fix links to network.Server, and markup for boot.py.Damien George
2018-10-01docs: Remove sphinx_selective_exclude, it's no longer used.Damien George
2018-10-01docs: Unify all the ports into one set of documentation.Damien George
2018-09-27docs/library/network: Make AbstractNIC methods layout correctly.Damien George
2018-09-27docs/library/network: Move specific network classes to their own file.Damien George
2018-09-26docs/library/machine.SPI: Add note about baudrate imprecision.Peter Hinch
2018-09-20docs/pyboard: Fix to use Sphinx style for internal/external links.Damien George
2018-09-20docs/library/pyb: Add deprecation warning for mount and old block proto.Peter Hinch
2018-08-14docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.Damien George
2018-08-04docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.Peter Hinch
2018-07-31docs: Move WiPy specific Timer class to separate doc file.Damien George
2018-07-20docs/library/machine: Remove conditionals in machine class index.Damien George
2018-07-20docs/reference/index: Remove conditional for inline asm docs.Damien George
2018-07-20docs/library/index: Add hint about using help('modules') for discovery.Damien George
2018-07-20docs/library/index: Remove all conditionals from library index.Damien George
2018-07-18docs/library/machine: Remove conditional docs for rng function.Damien George
2018-07-18docs/library/machine: Remove conditional docs for wake_reason function.Damien George
2018-07-18docs/library/machine.UART: Remove conditional docs for wipy port.Damien George
2018-07-18docs/library/pyb.DAC: Fix typo in markup to balance quotes.Damien George
2018-07-18docs/library: Remove "only" directive from all pyb module docs.Damien George
2018-07-10docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.Damien George
2018-07-02docs/ure: Document some more supported regex operators.Damien George
2018-07-02docs/ure: Document sub(), groups(), span(), start() and end().Damien George
2018-06-28docs/uos: Make it clear that block device block_num param is an index.Damien George
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
2018-06-27docs/usocket: Minor fixes to grammar of getaddrinfo.Damien George
2018-06-27docs/usocket: getaddrinfo: Describe af/type/proto optional params.Paul Sokolovsky
2018-06-27docs/ucryptolib: Add docs for new ucryptolib module.Paul Sokolovsky
2018-06-26docs/library: Add documentation for ucollections.deque.Damien George
2018-06-25docs/esp8266: Fix minor typo in "certificates".jcea
2018-05-21stm32/rtc: Don't try to set SubSeconds value on RTC.Damien George