aboutsummaryrefslogtreecommitdiff
path: root/ports/windows/windows_mphal.c
AgeCommit message (Expand)Author
2020-11-13unix: Make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK.Jim Mussared
2020-10-01unix,windows: Implement mp_hal_time_ns using gettimeofday.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-03-25windows/windows_mphal: Fix missing semicolon.David Lechner
2020-03-25unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.David Lechner
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07unix, windows: Use mp_keyboard_interrupt instead of custom code.Damien George
2020-01-26windows/windows_mphal: Release GIL during system calls.David Lechner
2020-01-22windows: Support word-based move/delete key sequences for REPL.stijn
2019-05-23windows: Fix line wrapping behaviour on the REPL.stijn
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George