aboutsummaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2016-06-08docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.Paul Sokolovsky
2016-06-08docs/pyb.Pin: af_list() is a normal method, not a class method.Paul Sokolovsky
2016-06-08docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly.Paul Sokolovsky
2016-06-08docs/machine.Pin: Add class designator to all constants.Paul Sokolovsky
2016-06-08docs/machine.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/machine.UART: Cleanup pyboard section.Paul Sokolovsky
2016-06-08docs/machine.Pin: Remove explicit target.Paul Sokolovsky
2016-06-08docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky
2016-06-08docs/machine.*: Add "currentmodule:: machine" directive.Paul Sokolovsky
2016-06-07docs/library/machine.Pin: Mention GPIO and cross-link .value() function.Paul Sokolovsky
2016-06-07docs/usocket: There must be empty line after .only:: .Paul Sokolovsky
2016-06-07docs/ure: Typo fix.Paul Sokolovsky
2016-06-07docs/esp.socket: Remove unused file.Paul Sokolovsky
2016-06-07docs/library/network: wipy: Fix literal block indentation.Paul Sokolovsky
2016-06-02docs/library/index: Fix grammar and spelling in intro paragraph.Damien George
2016-06-02docs/library/index: Add intro paragraph regarding availability of modules.Paul Sokolovsky
2016-06-01docs: math, cmath: Add port availability information.Paul Sokolovsky
2016-06-01docs/math: Typo fix.Paul Sokolovsky
2016-05-31docs/library/machine: Add documentation for machine.time_pulse_us.Damien George
2016-05-31stmhal/dac: DAC deinit() method added.Peter Hinch
2016-05-26docs/machine: Make disable_irq and enable_irq docs available for all.Damien George
2016-05-22docs: esp8266: Include ussl module in the docs.Paul Sokolovsky
2016-05-22docs/ussl: Add basic description of axTLS-based modussl.Paul Sokolovsky
2016-05-14docs/ustruct: Describe supported type codes.Paul Sokolovsky
2016-05-07docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.Radomir Dopieralski
2016-05-03docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.Damien George
2016-05-03docs/machine: idle() description generalization.Paul Sokolovsky
2016-05-03docs/machine: More generic description of sleep's, WiPy details to its genref.Paul Sokolovsky
2016-05-03docs/machine: Move WiPy-specific hardware details to its general reference.Paul Sokolovsky
2016-05-03docs/machine: Generalize docs from just WiPy to other ports.Paul Sokolovsky
2016-05-03docs/network: esp8266: MAC address is set via .config() method.Paul Sokolovsky
2016-05-03docs: Use getaddrinfo() result in easy way.Paul Sokolovsky
2016-05-02docs/library/machine.I2C: Update to reflect ESP8266 implementation.Damien George
2016-05-02docs: _io and _collections were renamed to have standard "u" prefix.Paul Sokolovsky
2016-05-02stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.Damien George
2016-05-02docs: Add _io module reference.Paul Sokolovsky
2016-05-02docs: Add _collections module reference.Paul Sokolovsky
2016-05-01docs/sys: Describe sys.platform is port-neutral manner.Paul Sokolovsky
2016-05-01docs/sys: Describe sys.maxsize.Paul Sokolovsky
2016-05-01docs/sys: Describe sys.implementation.Paul Sokolovsky
2016-05-01docs/sys: Clean up print_exception() description.Paul Sokolovsky
2016-05-01docs/sys: Clarify description of sys.exit().Paul Sokolovsky
2016-05-01docs/sys: Make module variable descriptions proper sentences.Paul Sokolovsky
2016-05-01docs/sys: Remove port-specific details from description of stdin/out/err.Paul Sokolovsky
2016-05-01docs/ustruct: Fix argument formatting.Paul Sokolovsky
2016-05-01docs/sys: Document sys.modules.Paul Sokolovsky
2016-05-01docs/ustruct: Document pack_into(), unpack_from().Paul Sokolovsky
2016-05-01docs/utime: Clarify module purpose.Paul Sokolovsky
2016-05-01docs/library/utime: Elaborate on epochs and calendar time maintenance.Paul Sokolovsky