summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-31docs: Bump version to 1.6.v1.6Damien 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
2016-01-30stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.Damien George
2016-01-29tests: Update pyboard LED test.Damien George
2016-01-29docs: Update to say that Timer(3) is free, and detail LED intensity.Damien George
2016-01-29stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2016-01-29py/formatfloat: Add ability to format doubles with exponents > 99.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-29unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor.Paul Sokolovsky
2016-01-28lib/utils/printf: Fix printf on release buildsDave Hylands
2016-01-28py/bc: Update opcode format table now that MP_BC_NOT opcode is gone.Damien George
2016-01-27unix/modsocket: sockaddr(): Handle AF_INET6 addresses.Paul Sokolovsky
2016-01-27py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George
2016-01-27stmhal: Add support for the STM32F401NUCLEO board.Carmine Noviello
2016-01-26tests: For urandom test, use sys.exit() instead of sys.exit(1).Damien George
2016-01-26windows/msvc: Add modurandom.c to list of source files.Damien George
2016-01-26tests: Add some tests for urandom module.Damien George
2016-01-26windows: Enable urandom module.Damien George
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-25extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define.Paul Sokolovsky
2016-01-24extmod/moduhashlib: Add support for SHA1 (based on axTLS).Paul Sokolovsky
2016-01-24py/modmicropython: Add stack_use, heap_lock and heap_unlock functions.Damien George
2016-01-23stmhal: Add support for building frozen files.Dave Hylands
2016-01-23py/objgetitemiter: Typo fix in comment.Paul Sokolovsky
2016-01-21unix/modsocket: accept(): Make IPv6-clean.Paul Sokolovsky
2016-01-19stmhal: Add os.statvfsDave Hylands
2016-01-19py: Add ustruct.pack_into and unpack_fromDave Hylands
2016-01-17.travis.yml: Switch to Ubuntu 14.04 Trusty.Paul Sokolovsky
2016-01-17extmod/modurandom: Make yasmarang() function static.Paul Sokolovsky
2016-01-17extmod/modurandom: Add "urandom" module.Paul Sokolovsky
2016-01-16pic16bit: Minor updates to types to allow port to compile again.Damien George
2016-01-15unix/modffi: Allow to compile modffi in OBJ_REPR_D mode.Damien George
2016-01-15unix/.gitignore: Add nanbox build output to ignore list.Damien George
2016-01-15travis: Add unix NaN-boxing build to Travis builds.Damien George
2016-01-15unix: Add option to build 64-bit NaN-boxing interpreter.Damien George
2016-01-15py/objproperty: Fix static struct to build with OBJ_REPR_D.Damien George
2016-01-14builtin property: accept keyword argumentschrysn
2016-01-14tests: Remove builtin_dict teststijn
2016-01-13docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch
2016-01-13py: Use new code pattern for parsing kw args with mp_arg_parse_all.Damien George
2016-01-13py/emitglue: Use mp_obj_is_float instead of MP_OBJ_IS_TYPE.Damien George
2016-01-12py: unary_op enum type fix, and a cast to remove clang warningAntonin ENFRUN
2016-01-11unix: Allow to build coverage build with OBJ_REPR_D.Damien George
2016-01-11unix: Add socket.inet_ntop functionDave Hylands
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2016-01-11py: Change type of .make_new and .call args: mp_uint_t becomes size_t.Damien George