summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-03docs: Bump version to 1.8.1.v1.8.1Damien 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
2016-05-31esp8266/moduos.c: Add stat() to the module uos of esp8266.Robert HH
2016-05-31esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.Paul Sokolovsky
2016-05-31extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.Damien George
2016-05-31esp8266/modmachine: Add machine.time_pulse_us function.Damien George
2016-05-31docs/library/machine: Add documentation for machine.time_pulse_us.Damien George
2016-05-31extmod: Add machine time_pulse_us function (at C and Python level).Damien George
2016-05-31extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat().Paul Sokolovsky
2016-05-31stmhal/dac: DAC deinit() method added.Peter Hinch
2016-05-31extmod/vfs_fat.c: Add vfs.stat().Robert HH
2016-05-30docs/esp8266/general: Remove duplicate phrase.Tomas R
2016-05-30esp8266/scripts/ntptime: Allow to override NTP server.Paul Sokolovsky
2016-05-29extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1().Paul Sokolovsky
2016-05-29stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1().Paul Sokolovsky
2016-05-29esp8266/moduos: Add chdir() and getcwd() functions.Paul Sokolovsky
2016-05-29tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().Paul Sokolovsky
2016-05-29extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self).Paul Sokolovsky
2016-05-29extmod/vfs_fat: Add getcwd() method.Paul Sokolovsky
2016-05-29extmod/vfs_fat: Add chdir() method.Paul Sokolovsky
2016-05-29esp8266/uart: Properly initialise UART0 RXD pin in uart_config.Damien George
2016-05-29esp8266/modnetwork: Allow to press ctrl-C while scan() is running.Damien George
2016-05-29esp8266/modnetwork: Protect scan() callback against memory errors.Damien George
2016-05-29esp8266/modnetwork: scan() is only supported by STA when it's enabled.Damien George
2016-05-28py/modstruct: Allow to have "0s" in struct format.Damien George
2016-05-28README: "quick build": Use "make axtls" after all.Paul Sokolovsky
2016-05-28unix/Makefile: "make axtls": Automatically fetch submodules if missing.Paul Sokolovsky
2016-05-28README: Add "make deplibs" to quick build section.Paul Sokolovsky
2016-05-28unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.Paul Sokolovsky
2016-05-28tools: Upgrade upip to 0.7.Paul Sokolovsky
2016-05-28py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.Paul Sokolovsky