| Age | Commit message (Collapse) | Author |
|
|
|
Needs more details.
|
|
A long overdue overview of preparing packages, installing them with upip,
freezing, dealing with resources. Initial version, more iterations required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The parameter order in the example for ticks_diff was incorrect. If it's
"too early" that means that scheduled time is greater than current time and
if it's "running late" then scheduled time would be less than current time.
|
|
Per POSIX, http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
these flags aren't valid in the input eventmask. Instead, they can be
returned in unsolicited manner in the output eventmask at any time.
|
|
Put offset first in OR expressions, and use "offset" var instead of
hardcoded numbers. Hopefully, this will make it more self-describing
and show patterns better.
|
|
|
|
|
|
|
|
The argument is optional and if given should be a string naming the
status variable to query.
|
|
Doesn't list specific API calls yet, the purpose is to let user know that
the module exists.
|
|
Plus, additional descriptions/formatting.
|
|
|
|
|
|
|
|
|
|
|
|
And describe an alternative of using uselect.poll().
|
|
|
|
|
|
|
|
I have not actually tested this, going by information available in https://forum.micropython.org/viewtopic.php?t=2584
|
|
|
|
Use the "usocket" module name everywhere. Use "MicroPython port"
terminology. Suggest to avoid using IPPROTO_* constants in socket()
call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also renames "stmhal" to "stm32" in documentation and everywhere else.
|
|
|
|
|
|
|
|
|
|
|
|
Without this the pass-through will pause for 1 second at each character.
|