Commit Graph

10 Commits

Author SHA1 Message Date
dongsheng28849455
bc6eda2803
Set nuttx isatty definition according to CONFIG_SERIAL_TERMIOS ()
The isatty definition on nuttx depends on CONFIG_SERIAL_TERMIOS
2022-06-20 11:58:48 +08:00
YAMAMOTO Takashi
da3b519642
core/shared/platform/nuttx: mock several APIs for libc-wasi () 2022-05-24 12:03:40 +08:00
YAMAMOTO Takashi
723a808106
nuttx: Use text heap for executable memory ()
Based on nuttx patch "Add up_textheap_heapmember":
  https://github.com/apache/incubator-nuttx/pull/6306
2022-05-23 10:58:09 +08:00
YAMAMOTO Takashi
d9d0777051
Move dlfcn.h availability check to platform_common.h () 2022-04-28 12:31:28 +08:00
Wenyong Huang
17f62ad472
Apply clang-format for core/shared and product-mini files ()
Apply clang-format for core/shared and product-mini files
2021-10-14 09:12:07 +08:00
Huang Qi
5d9597f064
platform/nuttx: Support riscv based chips ()
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2021-06-07 15:37:09 +08:00
YAMAMOTO Takashi
15dd651539
Fix os_cond_timedwait and other issues for NuttX sim/macOS () 2021-05-31 09:56:47 +08:00
Huang Qi
b75224ce03
Using posix thread implementation for NuttX ()
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>

Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
2020-12-07 21:15:41 +08:00
Wenyong Huang
e501a6963b
Fix some coding style issues, fix doc typo and refine some codes () 2020-09-20 08:20:45 +08:00
Huang Qi
c004b01be3
Introduce support for NuttX RTOS ()
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>

Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
2020-09-15 20:56:45 +08:00