summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-03Merge pull request #555 from lurch/patch-1v1.0-rc1Damien George
2014-05-03stmhal: Enable cmath module.Damien George
2014-05-03Fix incorrect fix ;)Andrew Scheller
2014-05-03stmhal: Add .gitignore to ignore the new build dir names.Damien George
2014-05-03tools: pyboard.py now acts as a command-line program to run scripts.Damien George
2014-05-03Updated doc fixAndrew Scheller
2014-05-03stmhal: Change names: flash to firmware, flashboard to deploy.Damien George
2014-05-03stmhal: Default build directory now includes board name.Damien George
2014-05-03RTC doc fixAndrew Scheller
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-05-03py, objtype.c: Rename class_ to instance_ following change of typedef.Damien George
2014-05-03unix, file.c: adhere to coding conventions.Damien George
2014-05-03tests: Add a suite of tests specifically for the pyboard.Damien George
2014-05-03stmhal: Fix typos in class documentation.Damien George
2014-05-03Merge pull request #551 from stinos/closed-fd-errPaul Sokolovsky
2014-05-03stmhal: Fix bug where negative delay/udelay lead to huge delays.Damien George
2014-05-03Merge pull request #546 from stinos/relax-makeqstrdataDamien George
2014-05-03stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George
2014-05-03Merge pull request #543 from lurch/patch-4Damien George
2014-05-03CPython compatibility: raise an error for operations on a closed file descriptorstijn
2014-05-03stmhal: Add example use to RTC doc; add rtc.c to gendoc.py.Damien George
2014-05-03Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-03windows: alloca.h: Add comment, fix line endings.Paul Sokolovsky
2014-05-03stmhal: Add documentation for RTC class.Damien George
2014-05-03Merge pull request #552 from stinos/mingw-allocaPaul Sokolovsky
2014-05-03Merge pull request #550 from stinos/mingw-openPaul Sokolovsky
2014-05-03Merge pull request #553 from stinos/ignore-exePaul Sokolovsky
2014-05-03objclosure, objcell: Print detailed representation if was requested.Paul Sokolovsky
2014-05-03mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILESstijn
2014-05-03More relaxed parsing of preprocessed qstr headerstijn
2014-05-03Ignore .exe filesstijn
2014-05-03py: Use <alloca.h> for alloca()stijn
2014-05-03Merge pull request #548 from dhylands/fix-pin-defnDamien George
2014-05-03Merge pull request #549 from cjbarnes18/autoflash_deviceDamien George
2014-05-03Merge pull request #547 from cjbarnes18/pyboard_module_fixesDamien George
2014-05-02Add device ID to autoflash script.Craig Barnes
2014-05-02Fix PB0 ADC typo.Dave Hylands
2014-05-02Fix pyboard.py tests.Craig Barnes
2014-05-02unix-cpy: Put mpconfig.h before all other headers.Damien George
2014-05-02Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-02stmhal: Add documentation for DAC and Timer classes.Damien George
2014-05-02bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...Paul Sokolovsky
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-05-02py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-05-02objtype: Work around stupid strict aliasing check.Paul Sokolovsky
2014-05-02Add shell script to automatically build stmhal/ for all pyboards.Damien George
2014-05-02tests: Add testcases for catching user Exception subclasses.Paul Sokolovsky
2014-05-02objexcept: Support tracebacks for user Exception subclasses.Paul Sokolovsky
2014-05-02objtype: Rename mp_obj_class_t -> mp_obj_instance_t and move to local header.Paul Sokolovsky
2014-05-02objtype: .print() Exception instances in adhoc way.Paul Sokolovsky