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
/
windows
/
Makefile
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-11-24
windows/py: Support 64bit mingw-w64 builds
stijn
2015-11-24
windows: Cleanup makefile
stijn
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-06-04
windows: Implement the mp_hal_xxx functions and enable mp-readline
stijn
2015-05-27
unix: Factor out stdio and ctrl-C code to unix_mphal.c file.
Damien George
2015-01-08
Remove obsolete bss-related code/build features
stijn
2015-01-01
windows: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-06
windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.
Damien George
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-09-22
windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-05-20
windows: Fix compilation with mingw-w64 so it uses correct printf implementat...
stijn
2014-05-09
windows: Add modtime implementation
stijn
2014-05-07
windows: Fix input.c missing in Makefile after changes for #582
stijn
2014-05-03
mingw: Fix number of exponent digits in floating point formatting
stijn
2014-05-03
mingw: Add implementation of realpath()
stijn
2014-04-20
windows: Unbreak mingw32 build (cross-compiling under Linux).
Paul Sokolovsky
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-08
windows: Use most of the source files from unix/ port.
Damien George
2014-01-28
Added Windows port (see #233)
Markus Siemens