| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Peter Hinch for contributing this.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Using Damien's approach where conf.py and topindex.html are
shared by all ports.
|
|
|
|
"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.
|
|
Some files are excluded, otherwise a whole lot of files need converting.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|