aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross/mpconfigport.h
AgeCommit message (Expand)Author
2021-01-30py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.David CARLIER
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-05mpy-cross: Enable Xtensa-Windowed native emitter.Damien George
2019-09-18mpy-cross: Make mpconfigport.h compatible with msvc compiler.stijn
2019-05-24mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.Damien George
2019-03-14mpy-cross: Add "-march=<arch>" option to select native emitter.Damien George
2019-03-08mpy-cross: Enable building of x64 native .mpy files.Damien George
2017-04-22mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2016-11-16mpy-cross: Get compiling after recent persistent code refactors.Damien George
2016-09-05mpy-cross: Don't use the internal printf functions.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-07-30mpy-cross: Fix mingw and msys2 compilationstijn
2016-02-25mpy-cross: Add new component, a cross compiler for MicroPython bytecode.Damien George