mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-15 02:06:53 +08:00
c49699fb5d
Introduce the Win32 backend and POSIX shim headers used by the POSIX SITL platform on Windows hosts. The backend provides filesystem, networking, process, time, termios, dlfcn, console, and errno translation hooks. Common platform types are also adjusted for MSVC/MinGW portability, including atomics, visibility, ioctl pointer values, task priorities, semaphores, and platform exit. Signed-off-by: Nuno Marques <n.marques21@hotmail.com>