aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-16Put some code into the first 16K of flashDave Hylands
2014-08-16py: Put SystemExit in builtin namespace.Damien George
2014-08-16stmhal: In safe mode, still mount SD card and present as MSD over USB.Damien George
2014-08-16stmhal: Fix printing of pin name in error message.Damien George
2014-08-16tests: Wait for just over 1 sec when testing RTC.Damien George
2014-08-16stmhal: For non-debug compile, enable CC/LD opt to remove dead code.Damien George
2014-08-16Merge branch 'danpeirce-master'Damien George
2014-08-16teensy/README.md (corrected typo)Dan Peirce
2014-08-16modified: teensy/README.mdDan Peirce
2014-08-15py: Viper can now store to global.Damien George
2014-08-15py: Fix typing of viper locals; allow default types in annotation.Damien George
2014-08-15py: Allow viper to have type annotations.Damien George
2014-08-15py: Clean up and simplify functions in scope; add STATIC in compiler.Damien George
2014-08-14stmhal: Resolve question in comment about timer clock.Damien George
2014-08-13Merge pull request #798 from stinos/msvc-alignofDamien George
2014-08-13py: Fix mult by negative number of tuple, list, str, bytes.Damien George
2014-08-13msvc: Use built-in alignofstijn
2014-08-12Merge branch 'pfalcon-modzlibd'Damien George
2014-08-12extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.Damien George
2014-08-13tests: Add test for zlibd module.Paul Sokolovsky
2014-08-13modzlibd: Add tinfl.c from miniz SVN repo, r63.Paul Sokolovsky
2014-08-13modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .Paul Sokolovsky
2014-08-12py: #if guard qstrs that are optional.Damien George
2014-08-12stmhal: Enable moductypes by default.Damien George
2014-08-12py: Add .real and .imag attributes to complex numbers.Damien George
2014-08-12py: Improve range: add len, subscr, proper print.Damien George
2014-08-12py: Implement builtin reversed() function.Damien George
2014-08-12py: Make a function static; replace NULL with MP_OBJ_NULL.Damien George
2014-08-11py, objstr: Optimise bytes subscr when unicode is enabled.Damien George
2014-08-11py, modcmath: Fix doc comment, and add some more of them.Damien George
2014-08-11objstr: Make sure that bytes are indexed as bytes, not as unicode.Paul Sokolovsky
2014-08-10Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-08-10stmhal: Working STM32F4DISC accelerometer, via Python script.Damien George
2014-08-10objstr: split(): check arg type consistency (str vs bytes).Paul Sokolovsky
2014-08-10py: binary.c: Properly implement alignment for native unpacked structs.Paul Sokolovsky
2014-08-10modsocket: .recv() returns bytes object.Paul Sokolovsky
2014-08-10doc: Fix up a few docs in sys module.Damien George
2014-08-10doc: Document gc, sys, math, cmath.Damien George
2014-08-10stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard").Damien George
2014-08-10tools, gendoc: Output small descr about module TOC.Damien George
2014-08-10objarray: Implement equality testing between arrays and other buffers.Paul Sokolovsky
2014-08-10py: mp_buffer_info_t::buf may be valid, but NULL for empty objects.Paul Sokolovsky
2014-08-10moductypes: Remove debug inclusion of stdio.h .Paul Sokolovsky
2014-08-09stmhal, pin: Save 140 bytes ROM by simplifying pin_print function.Damien George
2014-08-09stmhal, pin: Simplify default value for alternate function init.Damien George
2014-08-08tools, gendoc: Put module TOC/index in module/ directory.Damien George
2014-08-08stmhal: Start of documentation for modos and modtime.Damien George
2014-08-08tools, gendoc: Allow constants at module level; gen module index.Damien George
2014-08-08Merge branch 'dhylands-pin-af'Damien George
2014-08-08tests, pyb: Update pin test.Damien George