aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-29py: Add compiler optimisation for conditions in parenthesis.Damien George
2014-08-29tests: Add option to run-tests to enable native emitter.Damien George
2014-08-28py: Move native glue code from runtime.c to new file nativeglue.c.Damien George
2014-08-28Merge pull request #833 from Vogtinator/arm-nativeDamien George
2014-08-28py, gc: Further reduce heap fragmentation with new, faster gc alloc.Damien George
2014-08-28py: Reduce fragmentation of GC heap.Damien George
2014-08-28Clarify copyright on asmarm filesFabian Vogt
2014-08-27Basic native ARM emitterFabian Vogt
2014-08-27Merge branch 'dhylands-int-bytes'Damien George
2014-08-27py: Improve efficiency of MP_OBJ_IS_STR_OR_BYTES.Damien George
2014-08-27Merge branch 'int-bytes' of https://github.com/dhylands/micropython into dhyl...Damien George
2014-08-26Make int(b'123') work properly.Dave Hylands
2014-08-27pip-micropython: Revert to using PIP_MICROPY_DEST environment var.Paul Sokolovsky
2014-08-26py: Fix line number printing for file with 1 line.Damien George
2014-08-26Merge pull request #824 from dhylands/sdcard-powerDamien George
2014-08-26stmhal, STM32F4DISC: Small changes to ST accel driver.Damien George
2014-08-26Merge branch 'siorpaes-master'Damien George
2014-08-26stmhal, staccel.py: Style cleanup.Damien George
2014-08-26Added LIS302DL ID checkDavid Siorpaes
2014-08-26Add pip-micropython to unix make install.Damien George
2014-08-26stmhal: Hookup USB_VCP.any().Damien George
2014-08-26stmhal: Fix build issues with (old) CC3000 driver.Damien George
2014-08-26py: Add dispatch for user defined ==, >, <=, >=.Damien George
2014-08-25tests: Add test for pyb.disable_irq and pyb.enable_irq.Damien George
2014-08-25Fix sdcard_power_on to not do anything if the card is already powered on.Dave Hylands
2014-08-25stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.Damien George
2014-08-25teensy: Fix multiple definition of irq functions.Damien George
2014-08-25stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.Damien George
2014-08-25Add support for pyb.micros() by using the systick timer.Dave Hylands
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