aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-02Update README.mdBenjamin Vernoux
2014-06-02Merge branch 'master' of https://github.com/bvernoux/micropythonbvernoux
2014-06-02HydraBus boardbvernoux
2014-06-02Update README.mdBenjamin Vernoux
2014-06-02Update README.mdBenjamin Vernoux
2014-06-02Update README.mdBenjamin Vernoux
2014-06-02Update README.mdBenjamin Vernoux
2014-06-02micropython port for HydraBusbvernoux
2014-06-02showbc: Print code block header at the beginning, not in the middle of dump.Paul Sokolovsky
2014-06-02lexer: Add another comment for somewhat obscure way __debug__ is handled.Paul Sokolovsky
2014-06-02modstruct: Add one more extension to typecodes - 'S', a pointer to C string.Paul Sokolovsky
2014-06-01Merge branch 'Metallicow-LED-Fix'Damien George
2014-06-01examples, switch: Make run_loop take sequence of LED objects.Damien George
2014-06-01Merge branch 'LED-Fix' of github.com:Metallicow/micropython into Metallicow-L...Damien George
2014-06-01py, str: Replace enum with actual function pointer.Damien George
2014-06-01stmhal: Document pyb.Accel() constructor, that it takes time to start.Damien George
2014-06-01__doc__ switch, make importable, and easy to testMetallicow
2014-06-01bare-arm: Disable slice and set.Damien George
2014-06-01py: Fix configurability of builtin slice.Damien George
2014-06-01py: Add option to disable set() object (enabled by default).Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-06-01py, vm: Replace save_ip, save_sp with code_state->{ip, sp}.Damien George
2014-06-01Merge branch 'pfalcon-vm-alloca'Damien George
2014-06-01Merge branch 'vm-alloca' of github.com:pfalcon/micropython into pfalcon-vm-al...Damien George
2014-05-31Add switch test exampleMetallicow
2014-05-31LED FixMetallicow
2014-05-31Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-05-31tests: Add feature test for when heap allocation is disabled.Damien George
2014-05-31Merge pull request #643 from dhylands/fix-af-csvDamien George
2014-05-31tests: Change --test_dirs to --test-dirs.Damien George
2014-05-31Merge pull request #632 from stinos/tests-dir-argumentDamien George
2014-05-31py: Fix stack underflow with optimised for loop.Damien George
2014-05-31tests: Add another test for break-from-for-loop.Damien George
2014-05-31vm: Factor out structure with code execution state and pass it around.Paul Sokolovsky
2014-05-31vm: Don't unconditionally allocate state on stack, do that only if needed.Paul Sokolovsky
2014-05-31vm: Detect stack underflow in addition to overflow.Paul Sokolovsky
2014-05-31objstr: str_uni_istype(): Spurious whitespace on empty lines.Paul Sokolovsky
2014-05-31objstr: str_uni_istype(): Codestyle.Paul Sokolovsky
2014-05-31Merge pull request #644 from kimbauters/masterPaul Sokolovsky
2014-05-31add methods isspace(), isalpha(), isdigit(), isupper() and islower() to strKim Bauters
2014-05-30Add a comma to make the .csv look proper in githubDave Hylands
2014-05-31py: Reformat few long functions argument lists for clarity.Paul Sokolovsky
2014-05-31unix: 64-bit cleanness.Paul Sokolovsky
2014-05-31unix: Add poorman's stack usage info to mem_info() dump.Paul Sokolovsky
2014-05-31objfun: Typo fixes in comments.Paul Sokolovsky
2014-05-31modsocket: Add some comments on intended usage/API design of module.Paul Sokolovsky
2014-05-31modsocket: Remove stale ifdef.Paul Sokolovsky
2014-05-31tests: Add test for break in for.Paul Sokolovsky
2014-05-30py: Fix break from within a for loop.Damien George
2014-05-30objstr: *strip(): If nothing is stripped, don't create dup string.Paul Sokolovsky