summaryrefslogtreecommitdiffstatshomepage
path: root/docs
Commit message (Collapse)AuthorAge
* docs: Add links to LCD and AMP skin schematics.Damien George2014-12-02
|
* docs: Add quick docs for ubinascii.Paul Sokolovsky2014-12-02
|
* docs: Add quick docs for uhashlib.Paul Sokolovsky2014-12-02
|
* docs: Sort "micro-library" module list alphabetically.Paul Sokolovsky2014-12-01
|
* Update documentation for the CAN classHenrik Sölver2014-11-30
|
* stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George2014-11-29
|
* docs: Bump version to 1.3.7.v1.3.7Damien George2014-11-28
|
* Update uheapq.rstinaugurator2014-11-28
| | | Erratum in froh.
* docs: Fix RTD build configuration.Damien George2014-11-15
| | | | | ReadTheDocs needs the root directory in its search path so it finds topindex.html.
* stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George2014-11-15
| | | | Also update docs to explain how CAN baudrate is determined.
* docs: Add optional sphinx_rtd_theme; add docs build instructions.evildmp2014-11-15
| | | | | | | The sphinx_rtd_theme is used by ReadTheDocs to render a pretty looking documentation. If you have this theme installed locally then your locally-compiled docs will look exactly like the published documentation. Otherwise it falls back to the default theme.
* Document parameter "data" of i2c.mem_read() more clearMatthias2014-11-15
| | | | | | | | | | | | | | | | 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
* docs: select: Describe extra details.Paul Sokolovsky2014-11-09
|
* docs: Bump version to 1.3.6.v1.3.6Damien George2014-11-04
| | | | This needs to be done before actually tagging the new version.
* docs: Update front page to display date of last update.Damien George2014-11-04
|
* docs: Add links from quickref to pyb classes.Damien George2014-11-04
|
* docs: Add debounce tutorial; order Pin methods; add pull resistor info.Damien George2014-11-04
|
* docs: Add pdf size info to datasheet links.Damien George2014-11-03
|
* docs: Add skin imgs; change external links to micropython.org/resources.Damien George2014-11-03
|
* docs: Adjust table spacing in topindex page.Damien George2014-11-03
|
* docs: Fix typo in Fading LEDsMárton Szinovszki2014-11-03
|
* docs: Disable logo and add spacing to top index.Damien George2014-11-02
|
* docs: Make custom index page; add more docs.Damien George2014-11-02
|
* stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).Damien George2014-11-02
| | | | | | | | Also restrict higher frequencies to have a VCO_OUT frequency below 432MHz, as specified in the datasheet. Docs improved to list allowed frequencies, and explain about USB stability.
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George2014-10-31
| | | | | | gc.enable/disable are now the same as CPython: they just control whether automatic garbage collection is enabled or not. If disabled, you can still allocate heap memory, and initiate a manual collection.
* stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George2014-10-31
| | | | Addresses issue #950.
* docs: Add 2 images for tutorials.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
| | | | | The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.
* docs: Fix links to images and other parts of the docs.Damien George2014-10-31
|
* docs: Add tutorial for fading LED using PWM, with fritzing imageShuning Bian2014-10-31
|
* docs: Increase size of pyboard pinout.v1.3.5Damien George2014-10-26
|
* docs: Add quick reference page, with pinout and short example code.Damien George2014-10-26
|
* docs: Make images and youtube video links work for LCD and AMP docs.v1.3.2Damien George2014-09-25
| | | | | Images are currently served from micropython.org/static. I don't know if there is a better way to handle images.
* docs: Imported tutorials from previous documentation system.Damien George2014-09-25
|
* docs: Initial commit of Sphinx documentation framework.Damien George2014-09-25