aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-07-31stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-07-30py: Change lexer stream API to return bytes not chars.Damien George
2014-07-29Merge pull request #738 from dhylands/except-argsDamien George
2014-07-27py: Change stream protocol API: fns return uint; is_text for text.Damien George
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-22Merge pull request #766 from dhylands/allow-dfu-overrideDamien George
2014-07-21remove Myriad2 board config files from masterblmorris
2014-07-21Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit...blmorris
2014-07-21Allow DFU_UTIL to be overridden from the environment.Dave Hylands
2014-07-21Merge https://github.com/blmorris/micropython into Myriad2blmorris
2014-07-21Merge https://github.com/micropython/micropythonblmorris
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-20stmhal: Change calls to pfenv_printf to pfenv_vprintf.Damien George
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-19stmhal: Add file.flush and os.stat.Damien George
2014-07-15Initial commit of Myriad2 board-specific configuration filesblmorris
2014-07-11Incorporate stylistic changes suggested by @dhylandsblmorris
2014-07-11Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methodsblmorris
2014-07-07stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.Damien George
2014-07-06Disable IRQs around sdcard reads.Dave Hylands
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02stmhal: Some reordering of code/functions.Damien George
2014-07-02Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...Damien George
2014-07-02Merge pull request #709 from windelbouwman/masterDamien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-07-01Merge pull request #734 from iabdalkader/copysignDamien George
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-06-30Add timer_deinit and call it just before doing a soft-restartDave Hylands
2014-06-30Add copysignfmux
2014-06-30Merge pull request #710 from iabdalkader/assertDamien George
2014-06-29stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.Paul Sokolovsky
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-28unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.Damien George
2014-06-27py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky
2014-06-27Change MCU name config micromux
2014-06-27Merge pull request #703 from iabdalkader/micro_namesPaul Sokolovsky
2014-06-27stmhal: Use stackctrl framework.Paul Sokolovsky
2014-06-25Use mp_const_none to initialize mapper and map_dictDave Hylands
2014-06-21Add NORETURN to __fatal_errormux
2014-06-21Fix asser_func warning/errormux
2014-06-20Merge pull request #707 from eblot/master-v1.1.1-build-fixesPaul Sokolovsky
2014-06-20Added hexfile targetWindel Bouwman
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-18bare-arm, stmhal: Fix --nostdlib to -nostdlibSven Wegener
2014-06-17Merge pull request #698 from dhylands/adc-fixDamien George
2014-06-17stmhal: Toggle LED using ODR ^= pin_mask.Damien George