aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-10stmhal: Expose flash and SD card as proper objects with block protocol.Damien George
2016-02-10tests/pyb: Add simple test for stm module on pyboard.Damien George
2016-02-10extmod/modmachine: Truncate integers that are to be stored using mem*.Damien George
2016-02-10stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.Dave Hylands
2016-02-10lib/fatfs: Add support for sector sizes larger than 512 bytes.Damien George
2016-02-10extmod/fsusermount: Change block protocol to support ioctl method.Damien George
2016-02-10extmod/fsusermount: Implement separate umount() function.Paul Sokolovsky
2016-02-10extmod/fsusermount: Introduce separate mkfs() function.Paul Sokolovsky
2016-02-09py/viper: Allow uint as index to load/store, and give better error msg.Damien George
2016-02-09py/viper: Allow casting of Python integers to viper pointers.Damien George
2016-02-08esp8266/README: Add hint about adding toolchain to PATH.Paul Sokolovsky
2016-02-08esp8266/modpybrtc: pyb_rtc_memory(): Fix copy-paste error.Paul Sokolovsky
2016-02-08esp8266/modesp: Implement flash_write(), flash_erase().Alex March
2016-02-07cc3200: Add stmhal/builtin_open.c to build.Paul Sokolovsky
2016-02-07stmhal/file: For self-contained usecase, don't define global types.Paul Sokolovsky
2016-02-07stmhal/file: Recast as "FatFs file" class, to support other VFS types.Paul Sokolovsky
2016-02-06extmod/fsusermount: Common subexpression elimination.Paul Sokolovsky
2016-02-06tests/open_plus: Add tests for "r+", "w+" open modes.Paul Sokolovsky
2016-02-06unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY.Paul Sokolovsky
2016-02-06stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c.Paul Sokolovsky
2016-02-06stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky
2016-02-03py/mpz: Add commented-out mpz_pow3_inpl function, to compute (x**y)%z.Damien George
2016-02-03py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.Doug Currie
2016-02-02py: Extend native type-sig to use 4 bits, so uint is separate to ptr.Damien George
2016-02-02py/objstr: Make mp_obj_str_format_helper static.Damien George
2016-02-02py/objstr: For str.format, don't allocate on the heap for field name.Damien George
2016-02-02py/objstr: For str.format, add nested/computed fields support.pohmelie
2016-02-02drivers/sdcard: Add support for multi-block read/write; add SD test.Peter Hinch
2016-02-01extmod: Update uzlib to 1.2.2.Paul Sokolovsky
2016-02-01py/vm: Fix popping of exception block in UNWIND_JUMP opcode.Damien George
2016-02-01py/mpprint: Fix sign extension when printf'ing %u, %x and %X.Damien George
2016-01-31docs: Bump version to 1.6.Damien George
2016-01-30tests: For pyboard, add test for I2C error handling and recovery.Damien George
2016-01-30stmhal: Update HALCOMMITS due to change to hal.Damien George