| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2016-11-11 | stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. | Damien George | |
| New keyword option in constructor and init() method is "dma=<bool>". DMA is now disabled by default for I2C transfers because it currently does not handle I2C bus errors very well (eg if slave device doesn't ACK or NACK correctly during a transfer). | |||
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-06-08 | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | |||
| 2016-03-17 | docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite. | Peter Hinch | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-09-16 | docs/wipy: Add pins to the I2C constructor. | Daniel Campora | |
| 2015-09-16 | docs: Update I2C and UART docs to match the new API. | Daniel Campora | |
| 2015-08-09 | docs: Add i2c keywork arguments only indication. | Daniel Campora | |
| 2015-08-02 | cc3200: Make I2C and SPI API the same as in stmhal. | Daniel Campora | |
| 2015-06-10 | docs: Add initial draft documentation for the WiPy. | Daniel Campora | |
| This makes all common files "port-aware" using the .. only directive. | |||
| 2014-11-15 | Document parameter "data" of i2c.mem_read() more clear | Matthias | |
| Hi, i would like to add a little clarification to the parameter "data" of i2c.mem_read(): I misunderstood ``data`` can be an integer or a buffer to read into as "i can give a integer variable to read a integer into" . This pull-request adds the following clarification: ``data`` can be an integer (number of bytes to read) or a buffer to read into Thanks for your great work! Best wishes, Matthias | |||
| 2014-11-04 | docs: Add links from quickref to pyb classes. | Damien George | |
| 2014-10-31 | docs: Cleanup and update some docs. | Damien George | |
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
