Damien George
b66a31c42c
stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.
10 years ago
Damien George
008251180d
stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.
This is useful if you need precise control over the speed of
peripherals (eg SPI clock).
10 years ago
Paul Sokolovsky
41c07d5b80
docs: uzlib: Typo fix.
10 years ago
Paul Sokolovsky
adf4c4cea8
docs: Add quick docs for uzlib.
10 years ago
Damien George
c0b3d4540b
docs: Update network docs to reflect changes to code.
10 years ago
Paul Sokolovsky
3a5352b483
docs: Add skeleton docs for ure module.
10 years ago
Damien George
578ea6d4a5
docs: Add links to LCD and AMP skin schematics.
10 years ago
Paul Sokolovsky
d8fd3103fa
docs: Add quick docs for ubinascii.
10 years ago
Paul Sokolovsky
d96a916405
docs: Add quick docs for uhashlib.
10 years ago
Paul Sokolovsky
7f0699eedf
docs: Sort "micro-library" module list alphabetically.
10 years ago
Henrik Sölver
d8c2b2a1c4
Update documentation for the CAN class
10 years ago
Damien George
19fb1b4dd7
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
10 years ago
Damien George
722fab7c2a
docs: Bump version to 1.3.7.
10 years ago
inaugurator
9aae41121b
Update uheapq.rst
Erratum in froh.
10 years ago
Damien George
5228854f0e
docs: Fix RTD build configuration.
ReadTheDocs needs the root directory in its search path so it finds
topindex.html.
10 years ago
Damien George
d1b42d7b51
stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.
Also update docs to explain how CAN baudrate is determined.
10 years ago
evildmp
aec189a5ba
docs: Add optional sphinx_rtd_theme; add docs build instructions.
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.
10 years ago
Matthias
ca0b0cb83f
Document parameter "data" of i2c.mem_read() more clear
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
10 years ago
Paul Sokolovsky
d8474d3617
docs: select: Describe extra details.
10 years ago
Damien George
ff8d0e071c
docs: Bump version to 1.3.6.
This needs to be done before actually tagging the new version.
10 years ago
Damien George
0e3722137f
docs: Update front page to display date of last update.
10 years ago
Damien George
8e701604d5
docs: Add links from quickref to pyb classes.
10 years ago
Damien George
bc0bc764fc
docs: Add debounce tutorial; order Pin methods; add pull resistor info.
10 years ago
Damien George
183ac71dc8
docs: Add pdf size info to datasheet links.
10 years ago
Damien George
1e3fde0a10
docs: Add skin imgs; change external links to micropython.org/resources.
10 years ago
Damien George
72165c01f0
docs: Adjust table spacing in topindex page.
10 years ago
Márton Szinovszki
bfd11a35db
docs: Fix typo in Fading LEDs
10 years ago
Damien George
f6e825b42e
docs: Disable logo and add spacing to top index.
10 years ago
Damien George
6e6dfdc56b
docs: Make custom index page; add more docs.
10 years ago
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