aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05Merge pull request #334 from iabdalkader/reallocDamien George
2014-03-05Fix gc_realloc to expand in placemux
2014-03-04unix: Add to usage print-out telling about -X option.Damien George
2014-03-04Merge pull request #333 from pfalcon/heapsize-cmdlineDamien George
2014-03-04unix: Allow to set heap size using "-X heapsize=N" option.Paul Sokolovsky
2014-03-03py: Fix overriding of default arguments.Damien George
2014-03-03py: Unify syntax error handling in compiler; check defualt arg syntax.Damien George
2014-03-03py: Factor and improve issubclass.Damien George
2014-03-03Merge pull request #332 from pfalcon/namedtupleDamien George
2014-03-03namedtuple: Inherit unary/binary ops from tuple base class.Paul Sokolovsky
2014-03-03Add mp_obj_is_subclass_fast() - intended for fast argument checking.Paul Sokolovsky
2014-03-03Add basic collections.namedtuple implementation.Paul Sokolovsky
2014-03-03unix: Add GC support for ARM architecture.Paul Sokolovsky
2014-03-02Merge pull request #331 from iabdalkader/masterDamien George
2014-03-02Implement machine_sqrt using VSQRTmux
2014-03-01Merge pull request #330 from pfalcon/cortex-aDamien George
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George
2014-03-01nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A.Paul Sokolovsky
2014-03-01nlr.h: Do proper arch selection, using the same tests as nlr*.S .Paul Sokolovsky
2014-02-28MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mkPaul Sokolovsky
2014-02-27Merge pull request #329 from dhylands/exti-cleanupDamien George
2014-02-26Remove param from python API of ext_registerDave Hylands
2014-02-26GC: Fix printf formats for debugging; add gc_dump_alloc_table.Damien George
2014-02-26py: Remove more var arg names fro macros with var args.Damien George
2014-02-26py: Reduce size of mp_obj_fun_native_t struct by packing ints.Damien George
2014-02-26py: Take out bitfield entries from their own structure.Damien George
2014-02-26stm: Reinstate code to handle CC3000 EXTI (commented out for now).Damien George
2014-02-26py: Remove name of var arg from macros with var args.Damien George
2014-02-26py: Start to implement shl/shr for mpz. Fix return void.Damien George
2014-02-26stm: Open header file in text mode (in make-pins).Damien George
2014-02-26Merge pull request #325 from dhylands/ledDamien George
2014-02-26Merge pull request #324 from dhylands/board-checkDamien George
2014-02-26Merge pull request #318 from dhylands/extiDamien George
2014-02-26Merge pull request #323 from dhylands/fix-float-printDamien George
2014-02-26Update LED configurationDave Hylands
2014-02-26Print an error if a non-valid BOARD is specified.Dave Hylands
2014-02-25Fix floating point printing of negative numbers in the range (0, -1.0)Dave Hylands
2014-02-24py: Fix mpn_sub, was increasing wrong source pointer.Damien George
2014-02-24stm: Add option to pyb_usb_dev_init() to use USB HID interface.Damien George
2014-02-23Add EXTI supportDave Hylands
2014-02-23stm: Make pendsv_nlr_jump work when debugging is enabled.Damien George
2014-02-23stm: Add USART enum for pyboard skin labels.Damien George
2014-02-22Merge pull request #316 from iabdalkader/fatfs_lfnDamien George
2014-02-22Add Configurable LFN support to FatFSmux
2014-02-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-02-22Add arbitrary precision integer support.Damien George
2014-02-22Add basic super() test.Paul Sokolovsky
2014-02-22py: Put number parsing code together in parsenum.c.Damien George
2014-02-22py: Rename strtonum to mp_strtonum.Damien George
2014-02-22py: Fix casting and printing of small int.Damien George