Damien George
4fddbe5ab6
docs: Correct the documentation for math.frexp.
10 years ago
Damien George
1babb6d0c7
docs: Update timer tutorial to reflect new behaviour of timer.
10 years ago
Paul Sokolovsky
3527085587
pyb.UART.rst: Clean up note about stream protocol support.
10 years ago
Damien George
77fc276c08
stmhal: For UART, check that baudrate is within 5% of desired value.
Also includes documentation about minimum baudrate.
Addresses issue #1090 .
10 years ago
Henrik Sölver
f80f1a7077
stmhal: Add support for CAN rx callbacks.
10 years ago
Damien George
baafb290ad
stmhal: Add uart.sendbreak() method, to send a break condition.
10 years ago
Damien George
d39c7aa517
stmhal: Add Python-configurable USB HID mode.
Different HID modes can be configured in Python. You can either use
predefined mouse or keyboard, or write your own report descriptor.
10 years ago
Damien George
79dc0a0886
docs: Bump version to 1.3.10.
10 years ago
Damien George
552f7c40a0
docs: Bump version to 1.3.9.
10 years ago
Damien George
73533247cb
docs: Fix frequency info for DAC.triangle.
10 years ago
Damien George
3990dcfcd7
docs: Add note about maximum frequency of busses.
10 years ago
Paul Sokolovsky
7a0636e80a
docs: Add initial "uctypes" modules docs. WIP.
10 years ago
Damien George
b27c9876ea
docs: For Windows USB CDC driver setup, add link to existing PDF guide.
10 years ago
Damien George
ddbcc79550
docs: Add quickref info about Servo; improve Servo docs.
10 years ago
Radomir Dopieralski
ce5b5caf8c
Add a command for converting the WAV files
Add a command for converting the WAV files to the amp skin tutorial, so that people can use their own files easily.
10 years ago
Damien George
96e22154d7
docs: Bump version to 1.3.8.
Should have done it before tagging...
10 years ago
Damien George
7690b13953
stmhal: Add ability to mount custom block device.
10 years ago
Dave Hylands
90cd6cd987
docs: Add mention about using USB charger when resetting the filesystem.
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.
10 years ago
Damien George
a37656c132
docs: Make admonition for CPy-difference use "attention" class.
This renders it in yellow/orange box on RTD server.
10 years ago
Damien George
7b80d908bf
docs: Add RTD local_settings file, to add custom templates.
10 years ago
Damien George
9b561a7c0d
docs: Add custom CSS file, with code for admonition.
10 years ago
Damien George
6d3ae569cf
docs: Add CPy diff note for print_exception; embellish sys.platform.
10 years ago
Gregory
5cf7ac7309
Fix leds.rst
N (mod 4) is 0..3
10 years ago
Damien George
9642846d71
docs: Define more clearly the behaviour of LED methods.
Addresses issue #1006 .
10 years ago
Paul Sokolovsky
6c3fc74656
docs: Add sys.print_exception().
10 years ago
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