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