aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-04stmhal: Document physical pins for SPI, I2C, UART busses.Damien George
2014-05-04tests, pyb: Add 'import pyb' when needed.Damien George
2014-05-04unix: Remove test class and code.Damien George
2014-05-04Merge pull request #563 from turbinenreiter/patch-2Damien George
2014-05-04updated to use new pyb.Accel() objectSebastian Plamauer
2014-05-04Merge pull request #561 from turbinenreiter/patch-1Damien George
2014-05-04updated to fit new acceleration and time/millisSebastian Plamauer
2014-05-04tools: In build-stm-latest, replace git hash with git tag.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03Merge pull request #535 from pfalcon/blurbDamien George
2014-05-03Merge branch 'stinos-mingw-float-printf'Damien George
2014-05-03windows: Argument to () function should be (void).Damien George
2014-05-03Merge branch 'mingw-float-printf' of github.com:stinos/micropython into stino...Damien George
2014-05-03py, stream: Implement readlines for a stream.Damien George
2014-05-03Merge pull request #557 from cjbarnes18/device_id_in_deployDamien George
2014-05-03py: Add --dirty flag to git describe.Damien George
2014-05-03Add device ID to deploy make target for stmhal.Craig Barnes
2014-05-03mingw: Fix number of exponent digits in floating point formattingstijn
2014-05-03Don't print git hash as well as git tag in banner.Damien George
2014-05-03Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-05-03Merge pull request #554 from stinos/mingw-realpathPaul Sokolovsky
2014-05-03Merge pull request #555 from lurch/patch-1Damien 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-03mingw: Add implementation of realpath()stijn
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