index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bare-arm
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-04-13
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-08-02
bare-arm: Disable enumerate and reversed builtins to make port more bare.
Damien George
2015-07-20
py: Make qstr hash size configurable, defaults to 2 bytes.
Damien George
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-04-21
py: Add attrtuple object, for space-efficient tuples with attr access.
Damien George
2015-03-14
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
Damien George
2015-01-10
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-11-06
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-10-23
py: Add builtin memoryview object (mostly using array code).
Damien George
2014-09-08
py: Print imported module's location (__file__) if available.
Damien George
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-12
py: #if guard qstrs that are optional.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-27
bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE.
Paul Sokolovsky
2014-06-27
bare-arm: Disable array module and even bytearray type.
Paul Sokolovsky
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-01
bare-arm: Disable slice and set.
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-04-26
bare-arm: Disable more stuff to reduce binary size.
Damien George
2014-04-13
bare-arm/unix-cpy: Minor changes.
Damien George
2014-04-12
Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.
Damien George