| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-04 | docs: Bump version to 1.3.6.v1.3.6 | Damien George | |
| This needs to be done before actually tagging the new version. | |||
| 2014-11-04 | docs: Update front page to display date of last update. | Damien George | |
| 2014-11-04 | docs: Add links from quickref to pyb classes. | Damien George | |
| 2014-11-04 | docs: Add debounce tutorial; order Pin methods; add pull resistor info. | Damien George | |
| 2014-11-03 | docs: Add pdf size info to datasheet links. | Damien George | |
| 2014-11-03 | docs: Add skin imgs; change external links to micropython.org/resources. | Damien George | |
| 2014-11-03 | docs: Adjust table spacing in topindex page. | Damien George | |
| 2014-11-03 | docs: Fix typo in Fading LEDs | Márton Szinovszki | |
| 2014-11-02 | docs: Disable logo and add spacing to top index. | Damien George | |
| 2014-11-02 | docs: Make custom index page; add more docs. | Damien George | |
| 2014-11-02 | stmhal: 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-31 | docs: Cleanup and update some docs. | Damien George | |
| 2014-10-31 | py: 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-31 | stmhal: Fix UART so bits counts number of data bits, not incl parity. | Damien George | |
| Addresses issue #950. | |||
| 2014-10-31 | docs: Add 2 images for tutorials. | Damien George | |
| 2014-10-31 | docs: 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-31 | docs: Fix links to images and other parts of the docs. | Damien George | |
| 2014-10-31 | docs: Add tutorial for fading LED using PWM, with fritzing image | Shuning Bian | |
| 2014-10-26 | docs: Increase size of pyboard pinout.v1.3.5 | Damien George | |
| 2014-10-26 | docs: Add quick reference page, with pinout and short example code. | Damien George | |
| 2014-09-25 | docs: Make images and youtube video links work for LCD and AMP docs.v1.3.2 | Damien George | |
| Images are currently served from micropython.org/static. I don't know if there is a better way to handle images. | |||
| 2014-09-25 | docs: Imported tutorials from previous documentation system. | Damien George | |
| 2014-09-25 | docs: Initial commit of Sphinx documentation framework. | Damien George | |
