- 11 Jun, 2016 1 commit
-
-
Paul Sokolovsky authored
Designed specifically to workaround issues we were facing with generating multiple conditionalized output docsets from a single master doctree. Extensions were factored out into a separate project, based on the fact that many other Sphinx users experience similar or related problems: https://github.com/pfalcon/sphinx_selective_exclude Corresponds to the 182f4a8da57 upstream revision.
-
- 10 Jun, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 09 Jun, 2016 2 commits
-
-
Paul Sokolovsky authored
Seealso and Limitations sectiosn added, better formatting and grammar.
-
Paul Sokolovsky authored
With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data.
-
- 08 Jun, 2016 9 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Based on unix version. No descriptions so far.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Class designator will be used as is in indexes, so must match actual class name.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Based on python-dev discussion regarding PEP467.
-
- 07 Jun, 2016 9 commits
-
-
Paul Sokolovsky authored
This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes.
-
Paul Sokolovsky authored
Class designator will be used as is in indexes, so must match actual class name.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
With currentmodule:: support, all targets should be generated properly by Sphinx.
-
Paul Sokolovsky authored
Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes.
-
Paul Sokolovsky authored
Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 06 Jun, 2016 8 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Assignments of the form "_id = const(value)" are treated as private (following a similar CPython convention) and code is no longer emitted for the assignment to a global variable. See issue #2111.
-
Damien George authored
Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
-
puuu authored
By design, at wake up from deepsleep, the RTC timer will be reset, but the data stored in RTC memory will not [1]. Therefore, we have to adjust delta in RTC memory before going into deepsleep to get almost correct time after waking up. [1] http://bbs.espressif.com/viewtopic.php?t=1184#p4082
-
Georgia Reh authored
-
Stefan Hölzl authored
-
Ben Hagen authored
-
- 04 Jun, 2016 2 commits
-
-
Mark authored
Instead of calling strlen(), which won't work if there're 32 chars in returned ESSID. struct bss_info::ssid_len is not documented in SDK API Guide, but is present in SDK headers since 1.4.0. Just in case, previous code is left commented.
-
Paul Sokolovsky authored
-
- 03 Jun, 2016 8 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.
-