summaryrefslogtreecommitdiff
path: root/unix/unix_mphal.c
AgeCommit message (Expand)Author
2015-11-03unix/unix_mphal: Typo fix in comment.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-27unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().Paul Sokolovsky
2015-10-19unix/unix_mphal: Implement HAL_Delay() and HAL_GetTick().Paul Sokolovsky
2015-09-19unix: Use MICROPY_HAL_H macro for header inclusion.Alex March
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George