index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
Age
Commit message (
Expand
)
Author
2016-11-03
windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter
stijn
2016-11-03
windows: Fix utime_mphal compilation for msvc
stijn
2016-10-29
windows: Enable utime_mphal following unix, define mp_hal_ticks_*.
Paul Sokolovsky
2016-09-10
windows: Enable MICROPY_PY_UERRNO
stijn
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-07-22
wundows/README: Typo fix.
Paul Sokolovsky
2016-07-22
mpy-cross: Use binary file translation mode for creating mpy files on windows
stijn
2016-06-25
windows/msvc: Include machine_pinbase.c in build and enable umachine module
stijn
2016-06-18
windows: Follow unix port changes regarding "utime" module.
Paul Sokolovsky
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-05-08
windows: Enable multi-processor compilation for msvc
stijn
2016-04-25
windows/msvc: Rewrite qstr auto-generation.
stijn
2016-04-16
windows/msvc: Implement automatic qstr generation using makeqstrdefs.
stijn
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-15
py: Declare help, input, open builtins in core.
Paul Sokolovsky
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-26
windows/msvc: Add modurandom.c to list of source files.
Damien George
2016-01-26
windows: Enable urandom module.
Damien George
2015-12-28
windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port.
Paul Sokolovsky
2015-12-26
windows/msvc: Nicer handling of asserts and 'invalid' parameters
stijn
2015-12-21
windows: Better handling of Ctrl-C
stijn
2015-12-18
windows: Add Appveyor CI builds for msvc port.
stijn
2015-12-18
msvc: Add dirent.h/.c implementation
stijn
2015-12-18
windows/windows_mphal: Add basic support for raising KeyboardInterrupt.
Paul Sokolovsky
2015-12-18
windows: Make keyboard_interrupt_obj available, it's standard feature.
Paul Sokolovsky
2015-12-15
msvc: Use new modmachine infrastructure per changes in f925165
stijn
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-11
msvc: Use different output directories depending on build type
stijn
2015-11-24
windows/py: Support 64bit mingw-w64 builds
stijn
2015-11-24
windows: Cleanup makefile
stijn
2015-11-14
windows: Define ssize_t and use renamed mphal header
stijn
2015-11-10
windows: Allow specifying the python executable to use for msvc builds
stijn
2015-11-10
Fix project file for Visual Studio 2015
omtinez
2015-11-02
windows: Update build instructions in the README
stijn
2015-11-01
windows/README: Deprecate mingw32, suggest using mingw64.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
windows: Use write() instead of fwrite() to avoid out-of-order output.
stijn
2015-10-30
windows: Call _set_output_format() only on Visual Studio versions 2013 or lower.
omtinez
2015-10-26
windows: Rename "time" module to "utime" for consistency with others.
stijn
2015-10-26
windows: Erase pre-calc'd number of chars instead of clearing whole line.
stijn
2015-10-25
windows: Add usleep() implementation for msvc port
stijn
2015-10-25
windows: Do not use wildcards when looking for sources in directories contain...
stijn
2015-10-20
lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.
Damien George
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-09-23
windows: Make mpconfigport.h up-to-date with the unix port
stijn
2015-09-22
windows/msvc: Exclude modjni from build.
stijn
2015-08-14
windows: Make unistd.h more posix compatible
stijn
2015-06-04
windows/README: Add notes on running under Wine.
Paul Sokolovsky
[next]