Age | Commit message (Collapse) | Author |
|
This patch also unconditionalizes uos.dupterm(), though exact interface
and semantics is yet to be defined.
|
|
For a couple of ports, there was information which directory is set
as current after boot. This information doesn't belong to "uos" module,
and is moved to boards' references (which actually already contained
information on which directory is chosen for boot, even if without
explicit mentioning that it becomes current directory, which is now
done).
|
|
cc3200 port has network.Server class to control behavior of builtin
Telnet/FTP server of that port.
|
|
|
|
|
|
|
|
|
|
Notes on WiPy incompatibilities with the standard module API are
moved under "Known issues" to its documentation.
|
|
Notes on WiPy incompatibilities with the standard socket module API are
moved under "Known issues" to its documentation.
|
|
|
|
|
|
|
|
paramter -> parameter
send a receive -> send and receive
repsonse -> response
particualr -> particular
constructore -> constructor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
|
|
|
|
Also provide workarounds, link to other revelant sections,
and fix some typos.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove pin.high() and pin.low() methods.
|
|
Also add relevant test.
|
|
|
|
|
|
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
|
|
The first safe boot level executes the latest firmware but skips
'main.py' and 'boot.py'.
|