| Age | Commit message (Collapse) | Author |
|
|
|
|
|
By virtue of its name, the pyb module would only be available on a pyboard
and so does not need to have conditional "only" directives throughout its
documentation.
These conditionals were added mostly in
cfcf47c0644952358e1a260db159e807872a37e6 in the initial development of the
cc3200 port, which had the pyb module before it switched to the machine
module. And wipy only conditionals were removed from the pyb module
documentation in 4542643025c77a7272bde348b89d5039aea28d23, so there's no
need to retain any more conditionals.
|
|
The hardware doesn't allow it, instead the value is reset to 255 upon
setting the other calendar/time values.
|
|
|
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
|
|
|
|
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
|
|
|
|
This makes all common files "port-aware" using the .. only directive.
|
|
|
|
|
|
|
|
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
|