Commit Graph

3 Commits (v1.4)

Author SHA1 Message Date
Michael Zillgith d424b66cf2 - HAL: added missing include (sys/select) in serial HAL implementation for linux (#279) 5 years ago
Romain Naour 661405eb60 serial_port_linux: Add missing include sys/time.h
POSIX says `struct timeval` is defined if <sys/time.h> is included.

Adding this header allow to build against musl-libc.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
5 years ago
Michael Zillgith 2f71744079 - added serial port hal
- moved hal to separate directory
- added new hal cmake project
7 years ago