| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Since the commit that moved those two functions failed to update
the documentation, this is a fix for that.
|
|
This makes all common files "port-aware" using the .. only directive.
|
|
Also, other small cleanups/improvements.
|
|
|
|
|
|
"Structure class" is its descriptor, encoded as a dictionary. Then,
uctypes.struct() instantiates an actual object, and thus requires memory
address.
|
|
I document as much as I could guess from experiments and reading the
code for the ``esp`` module for the ESP8266 port of Micropython.
For now the tag has to be set manually with -t option when building,
when we have properly split documentation, there will be a separate
config file for esp8266 with that the tag "port_esp8266" set.
To build use:
make SPHINXOPTS="-t port_esp8266" html
|
|
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).
|
|
|
|
|
|
|
|
|