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
3990dcfcd7
docs: Add note about maximum frequency of busses.
10 years ago
Damien George
ddbcc79550
docs: Add quickref info about Servo; improve Servo docs.
10 years ago
Damien George
7690b13953
stmhal: Add ability to mount custom block device.
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
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
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