summaryrefslogtreecommitdiffstatshomepage
path: root/docs
Commit message (Expand)AuthorAge
...
* docs/gc: Document gc.threshold() function.Paul Sokolovsky2017-06-24
* docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.Paul Sokolovsky2017-06-24
* docs/conf.py: Include 3 levels of ToC in latexpdf output.Paul Sokolovsky2017-06-24
* docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.Paul Sokolovsky2017-06-23
* docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.Paul Sokolovsky2017-06-23
* docs/license: Update copyright year.Paul Sokolovsky2017-06-23
* docs/select: Rename to uselect, to match the actual module name.Paul Sokolovsky2017-06-16
* stmhal: Add .value() method to Switch object, to mirror Pin and Signal.Damien George2017-06-15
* docs/btree: Typo/wording fixes.Paul Sokolovsky2017-06-11
* docs/btree: Add hints about opening db file and need to flush db.Paul Sokolovsky2017-06-11
* docs: Bump version to 1.9.1.v1.9.1Damien George2017-06-11
* docs/network: First step to describe standard network class interface.Paul Sokolovsky2017-06-04
* docs/machine: Sort machine classes in logical order, not alphabetically.Paul Sokolovsky2017-06-03
* docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc.Paul Sokolovsky2017-06-03
* docs/uos: Deconditionalize, remove minor port-specific details.Paul Sokolovsky2017-06-03
* docs/network: Move confusingly-named cc3200 Server class to its reference.Paul Sokolovsky2017-06-03
* docs/esp8266/quickref: Polish Pin.on()/off() examples.Paul Sokolovsky2017-06-02
* docs/esp8266: Consistently replace Pin.high/low methods with .on/off.Paul Sokolovsky2017-05-30
* docs/machine.Pin: Add on() and off() methods.Paul Sokolovsky2017-05-29
* docs/machine.Pin: Remove out_value() method.Paul Sokolovsky2017-05-29
* various: Spelling fixesVille Skyttä2017-05-29
* docs: Bump version to 1.9.v1.9Damien George2017-05-26
* library/machine.Pin: Remove .id() method and .board class attr.Paul Sokolovsky2017-05-21
* docs/library/machine.UART: Update and improve uart.any() docs.Damien George2017-05-19
* docs/library/micropython: Document the newer micropython functions.Damien George2017-05-18
* drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.Damien George2017-05-17
* docs: Change single occurrence of "Micropython" to "MicroPython".Damien George2017-05-17
* docs/library/index: Add important summary of the intro section as warning.Paul Sokolovsky2017-05-15
* docs/machine.Signal: Add initial draft description of Signal class.Paul Sokolovsky2017-05-14
* docs/machine.Pin: There's no toggle() method in MicroPython hardware API.Paul Sokolovsky2017-05-14
* docs/library/uos: Add description of uos.ilistdir() function.Damien George2017-05-10
* docs/library/machine.SPI: Fix formatting of bullet list to stop warning.Damien George2017-04-18
* docs/library/machine.I2C: Remove WiPy-specific return values.Damien George2017-04-18
* docs/esp8266/quickref: Add links from quickref page to machine classes.Damien George2017-04-18
* docs/library/machine.*: Add cross-reference label to individual classes.Damien George2017-04-18
* docs/library/machine.I2C: Deconditionalise all methods.Damien George2017-04-18
* docs/wipy/general: Add section about specifics of I2C implementation.Damien George2017-04-18
* docs/wipy/quickref: Update reference for change to I2C API.Damien George2017-04-18
* docs/library/machine.UART: Remove pyboard-specific section.Damien George2017-04-18
* docs/library/machine: Typo fix in machine_callbacks section.Paul Sokolovsky2017-04-16
* docs/machine: Move machine.main() misnomer to wipy's known issues.Paul Sokolovsky2017-04-16
* docs/machine.UART: Deconditionalize normal methods.Paul Sokolovsky2017-04-16
* docs/library/ussl: Deconditionalize, wipy notes moved to its documentation.Paul Sokolovsky2017-04-16
* docs/library/uos: urandom: Generalize description.Paul Sokolovsky2017-04-16
* docs/library/micropython: Deconditionalize.Paul Sokolovsky2017-04-16
* docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky2017-04-14
* docs/uhashlib: Deconditionalize.Paul Sokolovsky2017-04-09
* docs/usocket: Deconditionalize.Paul Sokolovsky2017-04-09
* docs/utime: Deconditionalize description of sleep().Paul Sokolovsky2017-04-09
* docs/library/machine.UART: Remove some conditionals.Paul Sokolovsky2017-04-09