]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
ports/posix: generic POSIX system port implemented.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 18 Oct 2015 01:25:53 +0000 (03:25 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 27 Jul 2016 18:55:44 +0000 (20:55 +0200)
commita26fed9b669cf5375dc53c764238fb6272a39159
tree56801c8a73187ad6873f1cdfb4eb783bb6304066
parent85bfcc7fd19cd227b464e031e7bda158d7137e04
ports/posix: generic POSIX system port implemented.

The port is not tested yet. The main missing feature
is to use CLOCK_MONOTONIC instead of CLOCK_REALTIME.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
ports/os/posix/Makefile [new file with mode: 0644]
ports/os/posix/Makefile.omk [new file with mode: 0644]
ports/os/posix/arch/cc.h [new file with mode: 0644]
ports/os/posix/arch/perf.h [new file with mode: 0644]
ports/os/posix/arch/sys_arch.c [new file with mode: 0644]
ports/os/posix/arch/sys_arch.h [new file with mode: 0644]