Paul Sokolovsky
c62679bdaa
unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu().
...
To fix coverage build.
2016-10-29 17:23:05 +03:00
Paul Sokolovsky
99ed0f25cb
unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation.
...
It's implemented in terms of usleep(), and POSIX doesn't guarantee that
usleep() can sleep for more than a second. This restriction unlikely
applies to any real-world system, but...
2016-10-29 13:38:02 +03:00
Damien George
503089ea9d
unix: Use mp_raise_OSError helper function.
2016-10-07 14:05:15 +11:00
Pavol Rusnak
bc7ca7ca01
unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.
2016-05-07 21:18:44 +03:00
Paul Sokolovsky
65971f5160
unix: Add "uselect" module, with poll() function.
...
Underlyingly, uses standard POSIX poll() for portability.
2015-11-17 00:35:57 +02:00
Paul Sokolovsky
66fd3e4a7b
unix: Use standard mphalport.h header.
...
This also unbreaks "make minimal".
2015-11-13 15:44:26 +02:00