aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-09docs/machine*: Remove explicit targets and "machine." prefixes on classes.Paul Sokolovsky
2016-06-09docs/machine.Pin: Disambiguate object call method.Paul Sokolovsky
2016-06-09docs/library/index: Add builtins.rst.Paul Sokolovsky
2016-06-09docs/builtins: Enumerate all builtin functions implemented.Paul Sokolovsky
2016-06-08docs/pyb.Pin: Sort .af() and .af_list() methods together.Paul Sokolovsky
2016-06-08docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.Paul Sokolovsky
2016-06-08docs/pyb.Pin: af_list() is a normal method, not a class method.Paul Sokolovsky
2016-06-08docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly.Paul Sokolovsky
2016-06-08tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.Paul Sokolovsky
2016-06-08docs/machine.Pin: Add class designator to all constants.Paul Sokolovsky
2016-06-08docs/machine.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/machine.UART: Cleanup pyboard section.Paul Sokolovsky
2016-06-08docs/machine.Pin: Remove explicit target.Paul Sokolovsky
2016-06-08docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky
2016-06-08docs/machine.*: Add "currentmodule:: machine" directive.Paul Sokolovsky
2016-06-07docs/library/machine.Pin: Mention GPIO and cross-link .value() function.Paul Sokolovsky
2016-06-07docs/usocket: There must be empty line after .only:: .Paul Sokolovsky
2016-06-07docs/ure: Typo fix.Paul Sokolovsky
2016-06-07docs/esp.socket: Remove unused file.Paul Sokolovsky
2016-06-07docs/library/network: wipy: Fix literal block indentation.Paul Sokolovsky
2016-06-06py/parse: Treat constants that start with underscore as private.Damien George
2016-06-06docs: Add link to PDF version of docs in sidebar.Damien George
2016-06-06esp8266: Let RTC work correctly after deepsleep.puuu
2016-06-06teensy: Update the README with OSX specific information and tips.Georgia Reh
2016-06-06stmhal: Add board definition files for Olimex STM32-E407.Stefan Hölzl
2016-06-06docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.Ben Hagen
2016-06-04esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length.Mark
2016-06-04tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.Paul Sokolovsky
2016-06-03docs: Bump version to 1.8.1.Damien George
2016-06-03tests/pyb/rtc: Make RTC test on pyboard more reliable by calling init().Damien George
2016-06-03tests/misc/recursive_iternext: Provide more fine-grained selection of N.Damien George
2016-06-03docs/esp8266/general: Add note about RTC overflow.puuu
2016-06-03esp8266/modpybrtc: Handle RTC overflow.puuu
2016-06-03stmhal/uart.c: Fix wrong baudrate calculation for stm32l4 series.Tobias Badertscher
2016-06-03drivers/display/ssd1306: update SSD1306_SPI to work with new APIRadomir Dopieralski
2016-06-03tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.Damien George
2016-06-03lib/timeutils/timeutils: Fix pedantic warning in coverage build.Paul Sokolovsky
2016-06-02lib/timeutils/timeutils: timeutils_mktime may accept negative time values.Paul Sokolovsky
2016-06-02docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.Paul Sokolovsky
2016-06-02docs/library/index: Fix grammar and spelling in intro paragraph.Damien George
2016-06-02docs/wipy/tutorial: Add note about screen key bindings on OS X.Marcel Stör
2016-06-02docs/README: Add some hints for PDF docs generation.Paul Sokolovsky
2016-06-02docs/library/index: Add intro paragraph regarding availability of modules.Paul Sokolovsky
2016-06-01esp8266/general: Typo/grammar fixes.Paul Sokolovsky
2016-06-01esp8266/quickref: Use local image of Adafruit Huzzah board.Paul Sokolovsky
2016-06-01docs: math, cmath: Add port availability information.Paul Sokolovsky
2016-06-01docs/math: Typo fix.Paul Sokolovsky
2016-06-01esp8266: Provide a dedicated variable to disable ets_loop_iter.Damien George
2016-06-01esp8266/rtc: Set RTC user memory length to 0 on first boot.Damien George