| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Kenneth Ryerson <kenneth.ryerson@gmail.com>
|
|
Note: the uncrustify configuration is explicitly set to 'add' instead of
'force' in order not to alter the comments which use extra spaces after //
as a means of indenting text for clarity.
|
|
|
|
This is run with uncrustify 0.70.1, and black 19.10b0.
|
|
This commit adds support for a second supported hash (currently set to the
4.0-beta1 tag). When this hash is detected, the relevant changes are
applied.
This allows to start using v4 features (e.g. BLE with Nimble), and also
start doing testing, while still supporting the original, stable, v3.3 IDF.
Note: this feature is experimental, not well tested, and network.LAN and
network.PPP are currently unsupported.
|
|
|
|
A value of None for this argument is already supported, so the argument can
be made optional.
|
|
This optional parameter for network.LAN clock_mode can be used for cases
where the clock source is different from the default GPIO0. Fixes #4502.
|
|
Updates to Makefile, modnetwork.c, and addition of network_lan.c to
implement `network.LAN()` object for wired PHY objects.
|