aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-03esp8266/modmachinewdt: Add .deinit() method.Paul Sokolovsky
2016-09-03esp8266/esp8266.ld: Move modmachinewdt to FlashROM.Paul Sokolovsky
2016-09-04stmhal: Add machine.WDT class.Damien George
2016-09-03extmod/moduzlib: Use mperrno.h for error constants.Paul Sokolovsky
2016-09-03tests/extmod: Add test for uzlib.DecompIO.Paul Sokolovsky
2016-09-03extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.Paul Sokolovsky
2016-09-03tools/mpy-tool.py: Support freezing of complex numbers.Damien George
2016-09-02extmod/modframebuf: Fix fill and scroll when height not divisible by 8.Radomir Dopieralski
2016-09-02tools/mpy-tool.py: Compute the hash value for str/bytes objects.Damien George
2016-09-02tools/mpy-tool.py: Store qstr config values in global config object.Damien George
2016-09-02tests/unix/extra_coverage: Add test for str/bytes with invalid hash.Damien George
2016-09-02py: If str/bytes hash is 0 then explicitly compute it.Damien George
2016-09-02py/makeqstrdata.py: Compute the qstr hash from bytes, not characters.Damien George
2016-09-01py/mpprint: Fail an assertion with unsupported format specifiers.Delio Brignoli
2016-09-01drivers/sdcard: Port the SDCard driver to new machine API.Radomir Dopieralski
2016-09-01stmhal/spi: Support new machine SPI methods in legacy SPI object.Damien George
2016-09-01stmhal/spi: Factor out SPI transfer code to a single function.Damien George
2016-09-01esp8266/modpybhspi: Simplify HSPI driver by using 1 function for xfers.Damien George
2016-09-01esp8266/modpybspi: Use generic SPI helper methods to implement SPI.Damien George
2016-09-01extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George
2016-08-31unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George
2016-08-30py/mkrules.mk: Allow to override name of libmicropython.aPaul Sokolovsky
2016-08-30lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.Paul Sokolovsky
2016-08-29docs/esp8266/quickref: Add internal links to docs for some modules.Damien George
2016-08-29docs/pyboard/quickref: Add section on "delay and timing" for utime mod.Damien George
2016-08-29docs/pyboard/quickref: Add links to pinouts for other pyboard variants.Damien George
2016-08-29.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.Krzysztof Blazewicz
2016-08-29stmhal: Update boot.py files to use VCP instead of CDC.Philip Potter
2016-08-29docs/library: Add reference for pyb.usb_mode and pyb.USB_HID.Philip Potter
2016-08-29docs/pyboard: Update USB mouse tutorial to use pyb.USB_HID().Philip Potter
2016-08-29docs/pyboard: Update USB mouse tutorial to use VCP instead of CDC.Philip Potter
2016-08-29docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.Damien George
2016-08-29esp8266/modules/ds18x20.py: Add support for DS18S20 devices.Damien George
2016-08-29esp8266/modules/onewire: Change onewire.read() to onewire.readinto().Damien George
2016-08-29esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.Damien George
2016-08-28docs/esp8266/quickref: Fix and update the SPI docsRadomir Dopieralski
2016-08-28esp8266/modmachinewdt: Implement machine.WDT class.Paul Sokolovsky
2016-08-27tests/run-tests: Disable thread_gc1.py test on Travis.Damien George
2016-08-27py/bc.h: Rename _mp_code_state to _mp_code_state_t.Damien George
2016-08-27py: Rename struct mp_code_state to mp_code_state_t.Damien George
2016-08-27extmod/modframebuf: Fix pixel accessor to return a 1-bit result.Damien George
2016-08-26tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()Radomir Dopieralski
2016-08-26py/emitglue: Use more compact mp_raise_ValueError function.Damien George
2016-08-26py/modstruct: Use more compact mp_raise_ValueError function.Damien George
2016-08-26tests/cmdline: Add test for -O option to check optimisation value.Damien George
2016-08-26py/compile: Don't compile assert statements when optimisations enabled.Damien George
2016-08-26stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket closeKrzysztof Blazewicz
2016-08-26py/gc: Add MICROPY_GC_CONSERVATIVE_CLEAR option to always zero memory.Damien George
2016-08-26esp8266/modous: Add os.umount method to unmount a filesystem.Radomir Dopieralski
2016-08-25lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build.Paul Sokolovsky