2037 Commits (93afa230a42592023ba39951a48109d098f03bbe)
 

Author SHA1 Message Date
Damien George 93afa230a4 py, parser: Add commented-out code to discard doc strings. 11 years ago
Damien George c53b408f28 Merge branch 'master' of https://github.com/micropython/micropython 11 years ago
Damien George 491cbd6a7c py: Add keyword arg support to enumerate constructor. 11 years ago
Paul Sokolovsky b473d0ae86 py: bytes(), str(): Add NotImplementedError for kwargs. 11 years ago
Paul Sokolovsky 47d3bd3b31 py: enumerate(): Add NotImplementedError for kwargs. 11 years ago
Paul Sokolovsky 33b3a6905d stmhal: pyb: Use gc() function as defined by standard module "gc". 11 years ago
Paul Sokolovsky f9e54e0ea5 modgc: Add new module for GC-related functionality. 11 years ago
stijn 912ca7701d py: Comment exc_state member from mp_obj_gen_instance_t as it gives trouble 11 years ago
Paul Sokolovsky 179977a0da py-version.sh: Use --always option of git describe. 11 years ago
Damien George fcb347b90a Merge pull request #571 from dhylands/fix-extint-doc 11 years ago
Dave Hylands 1145a0706c Change references (in comments) of pyb.GPIO to be pyb.Pin 11 years ago
Damien George fa2e701e23 examples, SDdatalogger: Add more comments; reduce power consumption. 11 years ago
Damien George 2a5b3cdf82 Merge pull request #566 from turbinenreiter/master 11 years ago
Damien George 66e18f04d8 py: Turn down amount of RAM parser and compiler use. 11 years ago
Paul Sokolovsky f01fa458d8 tests/bench/var: Add tests for class/instance var access. 11 years ago
Paul Sokolovsky aaff82afe5 tests: Add framework for comparative benchmarking. 11 years ago
Paul Sokolovsky 22a0d67c0f py-version.sh: Make it work in case no git tag is present. 11 years ago
Paul Sokolovsky 6b344d7816 py, unix: Add -v option, print bytecode dump if used. 11 years ago
Paul Sokolovsky 4187068cad showbc: Quote block name, so it was easily visible. 11 years ago
Sebastian Plamauer 98243ccca4 deleted garbage 11 years ago
Sebastian Plamauer 96e97ed2ce created SDdatalogger example 11 years ago
Damien George 5fc400ccdb stmhal: Document physical pins for SPI, I2C, UART busses. 11 years ago
Damien George cda363a036 tests, pyb: Add 'import pyb' when needed. 11 years ago
Damien George c327c0de5d unix: Remove test class and code. 11 years ago
Damien George 2c9c200494 Merge pull request #563 from turbinenreiter/patch-2 11 years ago
Sebastian Plamauer c114565bfa updated to use new pyb.Accel() object 11 years ago
Damien George 113872af6f Merge pull request #561 from turbinenreiter/patch-1 11 years ago
Sebastian Plamauer 3526716a5b updated to fit new acceleration and time/millis 11 years ago
Damien George 37936bebbf tools: In build-stm-latest, replace git hash with git tag. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George ff380c2558 Merge pull request #535 from pfalcon/blurb 11 years ago
Damien George 75aebda809 Merge branch 'stinos-mingw-float-printf' 11 years ago
Damien George 3a01840390 windows: Argument to () function should be (void). 11 years ago
Damien George cff638a43a Merge branch 'mingw-float-printf' of github.com:stinos/micropython into stinos-mingw-float-printf 11 years ago
Damien George d5f5b2f766 py, stream: Implement readlines for a stream. 11 years ago
Damien George 5320bff32c Merge pull request #557 from cjbarnes18/device_id_in_deploy 11 years ago
Damien George 349e4c4a2f py: Add --dirty flag to git describe. 11 years ago
Craig Barnes c9f9e547d6 Add device ID to deploy make target for stmhal. 11 years ago
stijn 72521a1c17 mingw: Fix number of exponent digits in floating point formatting 11 years ago
Damien George 6ec835dfef Don't print git hash as well as git tag in banner. 11 years ago
Damien George 1549f17038 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 977a0ce287 py: Print tag/version/git describe in uPy banner. 11 years ago
Paul Sokolovsky fb9ca7c3aa Merge pull request #554 from stinos/mingw-realpath 11 years ago
Damien George b4bb3fdb9c Merge pull request #555 from lurch/patch-1 11 years ago
Damien George 93e51b594a stmhal: Enable cmath module. 11 years ago
Andrew Scheller 86a9a88632 Fix incorrect fix ;) 11 years ago
Damien George bb8ba7fc90 stmhal: Add .gitignore to ignore the new build dir names. 11 years ago
Damien George 3244123031 tools: pyboard.py now acts as a command-line program to run scripts. 11 years ago
Andrew Scheller e9ff5570c3 Updated doc fix 11 years ago
Damien George aad1204b8e stmhal: Change names: flash to firmware, flashboard to deploy. 11 years ago