mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:57:08 +00:00
Initial std library support for NuttX This PR add the initial libstd support for NuttX platform (Tier 3), currently it depends on https://github.com/rust-lang/libc/pull/3909 which provide the essential libc definitions.