aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22tests/wipy: Correct machine test expected result.danicampora
2016-02-21tests: Skip uctypes and urandom tests not supported byt the WiPy.danicampora
2016-02-21cc3200: Improve robustness of WLAN during sleep modes.danicampora
2016-02-21cc3200: Fix "debug" build.danicampora
2016-02-21docs: Correct WiPy Timer docs.danicampora
2016-02-21test/wipy: Add Timer class tests.danicampora
2016-02-21cc3200: Simplify the Timer API and correct the documents.danicampora
2016-02-21cc3200: Improve robustness of the I2C driver.danicampora
2016-02-21cc3200: Finally fix the Timer class API.danicampora
2016-02-17README.md: Add link to micropython.org.Damien George
2016-02-17py/vm: Add macros to hook into various points in the VM.Damien George
2016-02-17py/repl: Check for an identifier char after the keyword.Alex March
2016-02-15tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.Paul Sokolovsky
2016-02-15py/qstrdefs.h: qstrs for VfsFat.Paul Sokolovsky
2016-02-15stmhal: Improvements to the STM32F4DISC UART config settings.Dave Hylands
2016-02-15stmhal: Some NETDUINO_PLUS_2 cleanupDave Hylands
2016-02-15py/emitnative: Add check that RHS of viper store is of integral type.Damien George
2016-02-15py/asmx64: Support all 16 regs in reg to memory move instructions.Damien George
2016-02-15py/asmx64: Add helper macro for generating REX_[WRXB] bits from a reg64.Damien George
2016-02-15cc3200: Fix breakage after VfsFat refactor.Paul Sokolovsky
2016-02-15extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.Paul Sokolovsky
2016-02-15extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky
2016-02-15py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Allow to override sector size.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.Paul Sokolovsky
2016-02-14stmhal/diskio: Add provision for default returns for ioctl INIT/SEC_SIZE.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Add test for VfsFat.Paul Sokolovsky
2016-02-14stmhal/file: Paranoid compiler warnings cleanness.Paul Sokolovsky
2016-02-14stmhal/diskio,file: Nanbox cleanness.Paul Sokolovsky
2016-02-14extmod/fsusermount,vfs_fat: Nanbox cleanness.Paul Sokolovsky
2016-02-14unix: Enable VfsFat support.Paul Sokolovsky
2016-02-14extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS.Paul Sokolovsky
2016-02-14py/obj.h: If not float support is enabled, define mp_obj_is_float(o) to false.Paul Sokolovsky
2016-02-14tests/bytearray1: Add testcases for "in" operator.Paul Sokolovsky
2016-02-14py/objarray: Implement "in" operator for bytearray.Paul Sokolovsky
2016-02-14eagle.rom.addr.v6.ld: More symbols from SDK 1.5.0.Paul Sokolovsky
2016-02-13extmod/fsusermount: umount: Add NULL pointer checks.Paul Sokolovsky
2016-02-13float/string_format: Split large test in 2.Paul Sokolovsky
2016-02-13tests/run-tests: Add esp8266 target.Paul Sokolovsky
2016-02-13test/float2int: Make test output clearer.Paul Sokolovsky
2016-02-12esp8266/modpybrtc: Simplify multiplication by fixed-point value.Paul Sokolovsky
2016-02-10stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3Dave Hylands
2016-02-10stmhal: CERB40 - Add pins defines for I2C3Dave Hylands
2016-02-10stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pinsDave Hylands
2016-02-10stmhal: Add a function for setting the pin alternate functionDave Hylands
2016-02-10extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-02-10stmhal: Add mount/umount/mkfs to os module.Damien George
2016-02-10extmod/fsusermount: Expose umount as a public function.Damien George