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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-13
msvc: Use built-in alignof
stijn
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-29
windows: Sync mpconfigport.h with the unix' version
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-06-08
windows: Move include of malloc.h outside #ifdef msvc.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-07
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Marcus von Appen
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-27
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)
stijn
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-11
windows: Enable frozen set and sys.exit
stijn
2014-05-09
windows: Add modtime implementation
stijn
2014-05-08
Windows MSVC port
stijn
2014-05-07
windows: Enable math module
stijn
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
mingw: Fix number of exponent digits in floating point formatting
stijn
2014-05-03
mingw: Add implementation of realpath()
stijn
2014-05-03
mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILES
stijn
2014-04-20
windows: Unbreak mingw32 build (cross-compiling under Linux).
Paul Sokolovsky
2014-04-07
windows: Make it compile with latest changes to py core.
Damien George
2014-03-13
windows: Change MICROPY_FLOAT config to new scheme.
Damien George
2014-01-28
Added Windows port (see #233)
Markus Siemens
[prev]