| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-25 | docs/library/builtins: Add docs for delattr and slice. | Damien George | |
| 2016-10-24 | docs/library/machine.SPI: Remove spurious "of". | Damien George | |
| 2016-10-18 | docs/machine.SPI: Improve descriptions of xfer methods. | Damien George | |
| In particular remove the "*" because not all ports support keyword arguments. | |||
| 2016-10-17 | docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral. | Paul Sokolovsky | |
| 2016-10-07 | docs/uos: Add uos.statvfs() documentation. | Alex March | |
| 2016-10-04 | stmhal/usb: Add support to receive USB HID messages from host. | Philip Potter | |
| 2016-09-28 | extmod/machine_i2c: Add support for the addrsize parameter in mem xfers. | Radomir Dopieralski | |
| The memory read/write I2C functions now take an optional keyword-only parameter that specifies the number of bits in the memory address. Only mem-addrs that are a multiple of 8-bits are supported (otherwise the behaviour is undefined). Due to the integer type used for the address, for values larger than 32 bits, only 32 bits of address will be sent, and the rest will be padded with 0s. Right now no exception is raised when that happens. For values smaller than 8, no address is sent. Also no exception then. Tested with a VL6180 sensor, which has 16-bit register addresses. Due to code refactoring, this patch reduces stmhal and esp8266 builds by about 50 bytes. | |||
| 2016-09-23 | docs/library/machine: Update description of disable/enable IRQ funcs. | Damien George | |
| 2016-09-18 | docs/library/pyb.SPI: init(): Describe "bits" argument. | Paul Sokolovsky | |
| Based on https://github.com/micropython/micropython/pull/2210 . | |||
| 2016-09-08 | stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. | Damien George | |
| machine.POWER_ON is renamed to machine.PWRON_RESET to match other reset-cause constants that all end in _RESET. The cc3200 port keeps a legacy definition of POWER_ON for backwards compatibility. | |||
| 2016-09-06 | docs/library/machine.WDT: Add that WDT is available on pyboard. | Damien George | |
| 2016-08-29 | docs/library: Add reference for pyb.usb_mode and pyb.USB_HID. | Philip Potter | |
| 2016-08-17 | docs/library/machine.WDT: Add note that WDT is only available on WiPy. | Damien George | |
| 2016-08-09 | docs/uio: Mention seek()/flush() support for io.BytesIO. | Paul Sokolovsky | |
| 2016-08-07 | docs/library/index: Include array module in ToC. | Paul Sokolovsky | |
| 2016-08-07 | docs/array: Document array module. | Paul Sokolovsky | |
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-06-26 | docs/library: Fix typo in docs for usocket.listen(). | Martin Müller | |
| 2016-06-18 | docs/sys: print_exception: Fixes/clarifications. | Paul Sokolovsky | |
| 2016-06-18 | docs/select: Add an article. | Paul Sokolovsky | |
| 2016-06-10 | docs/sys: Detailed description of print_exception() diff from traceback module. | Paul Sokolovsky | |
| 2016-06-09 | docs/uctypes: Improve documentation. | Paul Sokolovsky | |
| Seealso and Limitations sectiosn added, better formatting and grammar. | |||
| 2016-06-09 | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | |
| With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | |||
| 2016-06-09 | docs/machine.Pin: Disambiguate object call method. | Paul Sokolovsky | |
| 2016-06-09 | docs/library/index: Add builtins.rst. | Paul Sokolovsky | |
| 2016-06-09 | docs/builtins: Enumerate all builtin functions implemented. | Paul Sokolovsky | |
| Based on unix version. No descriptions so far. | |||
| 2016-06-08 | docs/pyb.Pin: Sort .af() and .af_list() methods together. | Paul Sokolovsky | |
| 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.ExtInt,pyb.Pin: Mark up class methods as such. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.Pin: af_list() is a normal method, not a class method. | Paul Sokolovsky | |
| 2016-06-08 | docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly. | Paul Sokolovsky | |
| 2016-06-08 | docs/machine.Pin: Add class designator to all constants. | Paul Sokolovsky | |
| This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes. | |||
| 2016-06-08 | docs/machine.*: 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/machine.UART: Cleanup pyboard section. | Paul Sokolovsky | |
| 2016-06-08 | docs/machine.Pin: Remove explicit target. | Paul Sokolovsky | |
| With currentmodule:: support, all targets should be generated properly by Sphinx. | |||
| 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-06-08 | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | |||
| 2016-06-07 | docs/library/machine.Pin: Mention GPIO and cross-link .value() function. | Paul Sokolovsky | |
| 2016-06-07 | docs/usocket: There must be empty line after .only:: . | Paul Sokolovsky | |
| 2016-06-07 | docs/ure: Typo fix. | Paul Sokolovsky | |
| 2016-06-07 | docs/esp.socket: Remove unused file. | Paul Sokolovsky | |
| 2016-06-07 | docs/library/network: wipy: Fix literal block indentation. | Paul Sokolovsky | |
| 2016-06-02 | docs/library/index: Fix grammar and spelling in intro paragraph. | Damien George | |
| 2016-06-02 | docs/library/index: Add intro paragraph regarding availability of modules. | Paul Sokolovsky | |
| This introductions makes explicit the fact that whenever possible, the documentation describes full MicroPython functionality, and arbitrary functions/classes/modules may be missing in a paricular port or build. | |||
| 2016-06-01 | docs: math, cmath: Add port availability information. | Paul Sokolovsky | |
| 2016-06-01 | docs/math: Typo fix. | Paul Sokolovsky | |
| 2016-05-31 | docs/library/machine: Add documentation for machine.time_pulse_us. | Damien George | |
| 2016-05-31 | stmhal/dac: DAC deinit() method added. | Peter Hinch | |
| 2016-05-26 | docs/machine: Make disable_irq and enable_irq docs available for all. | Damien George | |
| 2016-05-22 | docs: esp8266: Include ussl module in the docs. | Paul Sokolovsky | |
