| Age | Commit message (Collapse) | Author |
|
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Henrik Sölver for this patch.
|
|
|
|
|
|
|
|
Add example: using named function for the Timer's callback.
Add note: improving traceback inside interrupt timers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also includes documentation about minimum baudrate.
Addresses issue #1090.
|
|
|
|
|
|
Different HID modes can be configured in Python. You can either use
predefined mouse or keyboard, or write your own report descriptor.
|
|
|
|
|
|
|
|
|
|
|
|
This renders it in yellow/orange box on RTD server.
|
|
|
|
Addresses issue #1006.
|
|
|
|
|
|
This is useful if you need precise control over the speed of
peripherals (eg SPI clock).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Erratum in froh.
|
|
Also update docs to explain how CAN baudrate is determined.
|
|
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
|
|
|
|
|
|
|
|
|
|
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.
|