Initial std library support for NuttX

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-09-19 16:00:56 +08:00
parent f5cd2c5888
commit 24f622cf80
20 changed files with 225 additions and 22 deletions

View file

@ -23,6 +23,7 @@ cfg_if::cfg_if! {
target_os = "none",
target_os = "espidf",
target_os = "rtems",
target_os = "nuttx",
))] {
// These "unix" family members do not have unwinder.
} else if #[cfg(any(