aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-09-04docs: Rename machine.ADC docs to machine.ADCWiPy.Damien George
2019-09-03docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.Jim Mussared
2019-08-28docs/reference/speed_python: Add missing self to var caching example.Paul m. p. P
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George
2019-08-19docs/reference/speed_python: Update that read-only buffers are accepted.Peter Hinch
2019-08-15docs/pyboard: Emphasize the instructions for making a USB mouse.Vicki Lowe
2019-08-15docs/library: Document that sys.version_info returns a 3-tuple only.Tom McDermott
2019-08-15docs/pyboard: Clarify initial files on pyboard and fix up formatting.Vicki Lowe
2019-08-15docs/pyboard: Update name of mounted volume to match code.Vicki Lowe
2019-08-15docs/library/sys: Add documentation for sys.atexit function.Damien George
2019-07-31docs/library/framebuf: Add missing module reference in example code.Arsenijs
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-07-17py/scheduler: Rename sched_stack to sched_queue.Jim Mussared
2019-06-17esp32/machine_sdcard: Fix bug in SPI slot number selection.Nicko van Someren
2019-06-03docs/machine: Add initial docs for new machine.SDCard class.Nicko van Someren
2019-05-29all: Bump version to 1.11.Damien George
2019-05-20docs/pyboard/quickref: Refer to new machine.I2C instead of old pyb.I2C.Damien George
2019-05-20docs/machine.I2C: Add writevto method to write a vector of byte bufs.Damien George
2019-05-10docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.Nicko van Someren
2019-05-07stm32/machine_uart: Change default UART timeout to 0, for non blocking.Damien George
2019-05-07docs/esp8266: Add tutorial for APA102 LEDs.Mike Causer
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-04-18docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.Daniel O'Connor
2019-04-15docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.Daniel O'Connor
2019-03-29docs/develop: Remove paragraph that was copied in error from other doc.Damien George
2019-03-28docs/esp32: Add example for pin isolation in combination with deepsleep.spacemanspiff2007
2019-03-14docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.Damien George
2019-03-14docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls.Damien George
2019-03-13docs/develop: Fix typos in C-module example for example_add_ints.Martin Fischer
2019-03-13docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref.johnthagen
2019-03-13docs/pyboard: Add link to pyboard v1.1 schematic and layout PDF.johnthagen
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Implement a module system for external, user C modules.Ayke van Laethem
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