| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
|
|
|
|
|
Also remove pin.high() and pin.low() methods.
|
|
Also add relevant test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The nss param in the pyboard has a different meaning that doesn't
apply to the WiPy.
|
|
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
|
|
|
|
|
|
On the first boot don't add the MAC address, this is to speed up
factory testing.
|
|
|
|
|
|
|
|
|
|
This bug was introduced when renaming '/sflash' to '/flash'.
|
|
The first safe boot level executes the latest firmware but skips
'main.py' and 'boot.py'.
|