aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-02cc3k: Change configurability of the CC3000 module.iabdalkader-cc3k-updateDamien George
2014-09-01Merge branch 'master' into iabdalkader-cc3k-updateDamien George
2014-09-01stmhal, modwiznet5k: Add very minimal documentation.Damien George
2014-09-01stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George
2014-09-01drivers, wiznet5k: Make DNS service use HAL sys tick.Damien George
2014-09-01drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops.Damien George
2014-09-01drivers, wiznet5k: Properly fix ARP bug with W5200 chipset.Damien George
2014-09-01drivers, wiznet5k: Add W5200 support.Damien George
2014-09-01drivers, wiznet5k: Change SPI interface to read/write multiple bytes.Damien George
2014-09-01drivers, wiznet5k: Fix IP addr verification.Damien George
2014-09-01drivers: Initial import of WIZnet5x000 driver.Damien George
2014-09-01Added 'drivers' directory, intended to hold code for specific hardware.Damien George
2014-08-31Merge pull request #841 from dhylands/teensy-READMEDamien George
2014-08-30Update teensy README.md fileDave Hylands
2014-08-30py: Small simplifications in tuple and list accessors.Damien George
2014-08-30py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George
2014-08-30py: Remove use of int type in obj.h.Damien George
2014-08-30py: Change all uint to mp_uint_t in obj.h.Damien George
2014-08-30py: Make tuple and list use mp_int_t/mp_uint_t.Damien George
2014-08-30py: Make map, dict, set use mp_int_t/mp_uint_t exclusively.Damien George
2014-08-30py: Save about 200 bytes of ROM by using smaller type for static table.Damien George
2014-08-30Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George
2014-08-29lib, libm: Add back dummy definition of tanf.Damien George
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George
2014-08-29py: Use memmove instead of memcpy when appropriate.Damien George
2014-08-29py: Fix 2 bugs in native emitter: jump_or_pop and stack settling.Damien George
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.v1.3.1Damien 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