summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-01-01docs: Add quickref info about Servo; improve Servo docs.Damien George
2015-01-01Add a command for converting the WAV filesRadomir Dopieralski
Add a command for converting the WAV files to the amp skin tutorial, so that people can use their own files easily.
2014-12-29docs: Bump version to 1.3.8.Damien George
Should have done it before tagging...
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-23docs: Add mention about using USB charger when resetting the filesystem.Dave Hylands
It seems the Mac will happily wipe out at least some of the data on a freshly reset filesytem, if the filesystem was reset while plugged into the Mac.
2014-12-22docs: Make admonition for CPy-difference use "attention" class.Damien George
This renders it in yellow/orange box on RTD server.
2014-12-21docs: Add RTD local_settings file, to add custom templates.Damien George
2014-12-21docs: Add custom CSS file, with code for admonition.Damien George
2014-12-19docs: Add CPy diff note for print_exception; embellish sys.platform.Damien George
2014-12-18Fix leds.rstGregory
N (mod 4) is 0..3
2014-12-16docs: Define more clearly the behaviour of LED methods.Damien George
Addresses issue #1006.
2014-12-10docs: Add sys.print_exception().Paul Sokolovsky
2014-12-08stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.Damien George
2014-12-08stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.Damien George
This is useful if you need precise control over the speed of peripherals (eg SPI clock).
2014-12-05docs: uzlib: Typo fix.Paul Sokolovsky
2014-12-05docs: Add quick docs for uzlib.Paul Sokolovsky
2014-12-04docs: Update network docs to reflect changes to code.Damien George
2014-12-04docs: Add skeleton docs for ure module.Paul Sokolovsky
2014-12-02docs: Add links to LCD and AMP skin schematics.Damien George
2014-12-02docs: Add quick docs for ubinascii.Paul Sokolovsky
2014-12-02docs: Add quick docs for uhashlib.Paul Sokolovsky
2014-12-01docs: Sort "micro-library" module list alphabetically.Paul Sokolovsky
2014-11-30Update documentation for the CAN classHenrik Sölver
2014-11-29stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George
2014-11-28docs: Bump version to 1.3.7.v1.3.7Damien George
2014-11-28Update uheapq.rstinaugurator
Erratum in froh.
2014-11-15docs: Fix RTD build configuration.Damien George
ReadTheDocs needs the root directory in its search path so it finds topindex.html.
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
Also update docs to explain how CAN baudrate is determined.
2014-11-15docs: Add optional sphinx_rtd_theme; add docs build instructions.evildmp
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.
2014-11-15Document parameter "data" of i2c.mem_read() more clearMatthias
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-09docs: select: Describe extra details.Paul Sokolovsky
2014-11-04docs: Bump version to 1.3.6.v1.3.6Damien George
This needs to be done before actually tagging the new version.
2014-11-04docs: Update front page to display date of last update.Damien George
2014-11-04docs: Add links from quickref to pyb classes.Damien George
2014-11-04docs: Add debounce tutorial; order Pin methods; add pull resistor info.Damien George
2014-11-03docs: Add pdf size info to datasheet links.Damien George
2014-11-03docs: Add skin imgs; change external links to micropython.org/resources.Damien George
2014-11-03docs: Adjust table spacing in topindex page.Damien George
2014-11-03docs: Fix typo in Fading LEDsMárton Szinovszki
2014-11-02docs: Disable logo and add spacing to top index.Damien George
2014-11-02docs: Make custom index page; add more docs.Damien George
2014-11-02stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).Damien George
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.
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
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.
2014-10-31stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George
Addresses issue #950.
2014-10-31docs: Add 2 images for tutorials.Damien George
2014-10-31docs: 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.
2014-10-31docs: Fix links to images and other parts of the docs.Damien George
2014-10-31docs: Add tutorial for fading LED using PWM, with fritzing imageShuning Bian
2014-10-26docs: Increase size of pyboard pinout.v1.3.5Damien George