Initial std library support for NuttX
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
f5cd2c5888
commit
24f622cf80
20 changed files with 225 additions and 22 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue