- 03 Jun, 2016 9 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
To work on a variety of ports the selection of N is very specific.
-
puuu authored
-
puuu authored
ESP-SDK system_get_rtc_time() returns uint32 and therefore overflow about every 7:45h. Let's write the last state of system_get_rtc_time() in RTC mem and use it to check for overflow. This commit require running pyb_rtc_get_us_since_2000() at least once within 7 hours to avoid overflow.
-
Tobias Badertscher authored
-
Radomir Dopieralski authored
Makes it work on the ESP8266.
-
Damien George authored
This makes the test reliably overflow the recursion limit (which is the correct behaviour) on Mac OS X.
-
Paul Sokolovsky authored
-
- 02 Jun, 2016 3 commits
-
-
Paul Sokolovsky authored
And will normalize them.
-
Paul Sokolovsky authored
WebREPL is much more stable now.
-
Damien George authored
-
- 01 Jun, 2016 9 commits
-
-
Marcel Stör authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This introductions makes explicit the fact that whenever possible, the documentation describes full MicroPython functionality, and arbitrary functions/classes/modules may be missing in a paricular port or build.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Using remote image causes problems with tools (partly because the image is semi-firewalled and can't be accessed by arbitrary tools).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
So ets_loop_iter is now only disabled when using machine.disable_irq.
-
Damien George authored
So that RTC.memory() returns b'' on power up if it was never set. Fixes issue #2138.
-
- 31 May, 2016 9 commits
-
-
Robert HH authored
This implementation makes use of vfs.stat() and therefore has the same properties. Known issues for all ports: uos.stat(".") on the top level returns the error code 22, EINVAL. The same happens with uos.stat("dirname/") where dirname IS the name of a directory.
-
Paul Sokolovsky authored
-
Damien George authored
Since not all ports that enable the machine module have the pin HAL functions.
-
Damien George authored
-
Damien George authored
-
Damien George authored
The C implementation is taken from the DHT driver.
-
Paul Sokolovsky authored
-
Peter Hinch authored
-
Robert HH authored
The call to stat() returns a 10 element tuple consistent to the os.stat() call. At the moment, the only relevant information returned are file type and file size.
-
- 30 May, 2016 2 commits
-
-
Tomas R authored
-
Paul Sokolovsky authored
This is not part of public API, variable name may change, or it can be replaced with a function.
-
- 29 May, 2016 8 commits
-
-
Paul Sokolovsky authored
Copy-paste issue, with the original mistake in stmhal.
-
Paul Sokolovsky authored
Argument types were converted, but old function call of mp_obj_new_exception_msg_varg() remained.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Ported from stmhal.
-
Paul Sokolovsky authored
Ported from stmhal.
-
Damien George authored
Tested and seems to work. See #1995.
-