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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-10-22
mpy-cross: Enable more warnings.
Emil Renner Berthing
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2019-06-03
mpy-cross: Do not automatically build mpy-cross, rather do it manually.
Damien George
2019-03-08
py: Update and rework build system for including external C modules.
Andrew Leech
2018-08-14
mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.
Paul Sokolovsky
2018-07-10
mpy-cross: Make build independent of extmod directory.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-05-26
mpy-cross/Makefile: Guard "override undefine" by test for make feature.
Damien George
2017-05-11
mpy-cross/Makefile: Override undefine any inherited variables.
Damien George
2017-05-03
mpy-cross: Fix compiler detection for including windows/fmode.c
stijn
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2016-07-30
mpy-cross: Fix mingw and msys2 compilation
stijn
2016-07-22
mpy-cross: Use binary file translation mode for creating mpy files on windows
stijn
2016-07-11
mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X.
Anton Sokolchenko
2016-03-09
mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile.
Damien George
2016-02-25
mpy-cross: Add new component, a cross compiler for MicroPython bytecode.
Damien George