summaryrefslogtreecommitdiff
path: root/unix/mphalport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-01unix: Convert to use core-provided version of built-in import().Damien George
2016-10-29unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu().Paul Sokolovsky
2016-10-29unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation.Paul Sokolovsky
2016-10-07unix: Use mp_raise_OSError helper function.Damien George
2016-05-07unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.Pavol Rusnak
2015-11-17unix: Add "uselect" module, with poll() function.Paul Sokolovsky
2015-11-13unix: Use standard mphalport.h header.Paul Sokolovsky