aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-25Add save/restore_irqDave Hylands
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-24py: Consolidate min/max functions into one, and add key= argument.Damien George
2014-08-24examples: Added pins.py example script to list pin config/af.Damien George
2014-08-24stmhal, pin: Update documentation.Damien George
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-24Merge branch 'dhylands-localtime'Damien George
2014-08-24stmhal, modtime: Small changes, reduced code size by around 80 bytes.Damien George
2014-08-24Add time.mktime and enhance time.localtime (for stmhal)Dave Hylands
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-24unix, modtermios: Make it properly configurable; fix spelling mistake.Damien George
2014-08-23modtermios: Add "termios" unix module, subset of CPython's.Paul Sokolovsky
2014-08-22extmod, zlibd: Make some simple ROM and RAM savings.Damien George
2014-08-22py: Change hash and len members of str from 16 bit to full word.Damien George
2014-08-22py: Small cleanup in stream.c.Damien George
2014-08-22py: Speed up GC allocation.Damien George
2014-08-18Merge pull request #796 from turbinenreiter/makeinstallPaul Sokolovsky
2014-08-16py: Code clean-up in native emitter; improve thumb native calls.Damien George
2014-08-16py: Viper can call functions with native types, and raise exceptions.Damien George
2014-08-16Merge pull request #803 from dhylands/ld-optDamien George
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