aboutsummaryrefslogtreecommitdiff
path: root/bare-arm/mpconfigport.h
AgeCommit message (Expand)Author
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-11-06py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.Damien George
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-09-08py: Print imported module's location (__file__) if available.Damien George
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-12py: #if guard qstrs that are optional.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-27bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE.Paul Sokolovsky
2014-06-27bare-arm: Disable array module and even bytearray type.Paul Sokolovsky
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-01bare-arm: Disable slice and set.Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-04-26bare-arm: Disable more stuff to reduce binary size.Damien George
2014-04-13bare-arm/unix-cpy: Minor changes.Damien George
2014-04-12Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.Damien George