aboutsummaryrefslogtreecommitdiff
path: root/windows/mpconfigport.h
AgeCommit message (Expand)Author
2016-11-16windows: Enable READER_POSIX to get access to lexer_new_from_file.Damien George
2016-10-29windows: Enable utime_mphal following unix, define mp_hal_ticks_*.Paul Sokolovsky
2016-09-10windows: Enable MICROPY_PY_UERRNOstijn
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-06-25windows/msvc: Include machine_pinbase.c in build and enable umachine modulestijn
2016-06-18windows: Follow unix port changes regarding "utime" module.Paul Sokolovsky
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-26windows: Enable urandom module.Damien George
2015-12-28windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port.Paul Sokolovsky
2015-12-18windows: Make keyboard_interrupt_obj available, it's standard feature.Paul Sokolovsky
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky
2015-11-24windows/py: Support 64bit mingw-w64 buildsstijn
2015-11-14windows: Define ssize_t and use renamed mphal headerstijn
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-31windows: Use write() instead of fwrite() to avoid out-of-order output.stijn
2015-10-26windows: Rename "time" module to "utime" for consistency with others.stijn
2015-10-25windows: Add usleep() implementation for msvc portstijn
2015-09-23windows: Make mpconfigport.h up-to-date with the unix portstijn
2015-08-14windows: Make unistd.h more posix compatiblestijn
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-05-13windows: Enable some recently added features in mpconfigport.hstijn
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-03py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George
2015-01-12windows: Enable MICROPY_STACK_CHECK.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-09windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-04msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expectstijn
2014-12-20windows: Correctly interpret skipped tests, enable uhashlib and ubinasciistijn
2014-12-09py: Allow builtins to be overridden.Damien George
2014-11-21windows: Update config with latest featuresstijn
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-10-13windows: Enable moduzlib instead of modzlibd.Paul Sokolovsky
2014-10-06windows: mingw32 gcc doesn't define endianness macros, so just assume little.Paul Sokolovsky
2014-10-04Enable unicode for Windows port so unicode tests give correct uPy outputstijn
2014-09-22windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...stijn
2014-09-02msvc: Exclude modtermios, include extmod and fix compilation errorstijn
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-13msvc: Use built-in alignofstijn
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-29windows: Sync mpconfigport.h with the unix' versionstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-06-08windows: Move include of malloc.h outside #ifdef msvc.Damien George
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-07- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen