Damien George
38bd762121
stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).
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.
10 years ago
Damien George
a58713a899
docs: Cleanup and update some docs.
10 years ago
Damien George
109c1de015
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
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.
10 years ago
Damien George
4029f51842
stmhal: Fix UART so bits counts number of data bits, not incl parity.
Addresses issue #950 .
10 years ago
Damien George
fa73c9cb25
docs: Add 2 images for tutorials.
10 years ago
Damien George
88d3054ac0
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
10 years ago
Damien George
47f349e7de
docs: Fix links to images and other parts of the docs.
10 years ago
Shuning Bian
c92ef361c7
docs: Add tutorial for fading LED using PWM, with fritzing image
10 years ago
Damien George
ccedf000ed
docs: Increase size of pyboard pinout.
10 years ago
Damien George
8768f8ad4b
docs: Add quick reference page, with pinout and short example code.
10 years ago
Damien George
55a5b80793
docs: Make images and youtube video links work for LCD and AMP docs.
Images are currently served from micropython.org/static. I don't know
if there is a better way to handle images.
10 years ago
Damien George
d19c256656
docs: Imported tutorials from previous documentation system.
10 years ago
Damien George
6162bea5b2
docs: Initial commit of Sphinx documentation framework.
10 years ago