aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-06stmhal: Ability to stat /flash and /sd.Damien George
2014-08-06stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.Damien George
2014-08-06stmhal: Enable relevant GPIO clock when Pin obj is init'd.Damien George
2014-08-05stmhal: Wrap DAC module and os.urandom in relevant #if's.Damien George
2014-08-05stmhal, math: Define _M_LN2 if not already defined.Damien George
2014-08-05travis: Build stmhal/ST32F4DISC and teensy in Travis tests.Damien George
2014-08-04Merge pull request #789 from dhylands/fix-teensy-2014-08-04Damien George
2014-08-04Follow rename of readline_init to readline_init0 on teensyDave Hylands
2014-08-04Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-08-03Merge pull request #786 from dhylands/fix-teensy-2014-08-03Damien George
2014-08-03Updated teensys usb.c and switched to using usb.h from stmhal.Dave Hylands
2014-08-03stmhal: Document behaviour of usb_vcp_recv_byte.Damien George
2014-08-03Merge pull request #784 from dhylands/fix-teensy-2014-08-02Damien George
2014-08-02Fix teensy to work with the latest tree.Dave Hylands
2014-08-02stmhal: Add more documentation for USB_VCP.Damien George
2014-08-02stmhal: Add documentation for LCD; update docs for USB_VCP.Damien George
2014-08-02stmhal: Add preliminary driver for ST32F4DISC accelerometer.Damien George
2014-08-01Merge pull request #781 from dhylands/fix-discDamien George
2014-08-01Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an ...Dave Hylands
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-31README: Add USB VID/PID to dfu-util command.Damien George
2014-07-31py: Improve encoding scheme for line-number to bytecode map.Damien George
2014-07-31Merge branch 'master' of https://github.com/micropython/micropythonDamien George
2014-07-31py: Improve handling of long-int overflow.Damien George
2014-07-31py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George
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-31py: Add mp_obj_str_builder_end_with_len.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-28py: Implement __file__ attribute for modules.Paul Sokolovsky
2014-07-28py: Make id() return small int for the most common address space mapping.Paul Sokolovsky
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-24Merge pull request #771 from dhylands/gitignore-GNUmakefileDamien George
2014-07-24py: Make long ints hashable.Damien George
2014-07-24Add GNUmakefile to the .gitignore file.Dave Hylands
2014-07-23streams: Treat non-error output size as unsigned.Paul Sokolovsky
2014-07-23stream: Revert to checking for the correct error value.Paul Sokolovsky
2014-07-22Merge pull request #766 from dhylands/allow-dfu-overrideDamien George
2014-07-22Merge pull request #746 from blmorris/masterDamien George
2014-07-22Merge pull request #767 from dhylands/fix-short-readDamien 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-21Deal with reading a buffer less than what was allocated.Dave Hylands
2014-07-21Allow DFU_UTIL to be overridden from the environment.Dave Hylands
2014-07-22tests: Add testcase for read by length past EOF.Paul Sokolovsky
2014-07-21Merge https://github.com/blmorris/micropython into Myriad2blmorris