nuttx/arch/sim
chao.an a93b703994 arch/sim/wchar_t: fix visual studio Compiler Error C2371
type of 'wchar_t' confilt with vcruntime:

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(228,28):
  error C2371: 'wchar_t': redefinition; different basic types
D:\code\incubator-nuttx\include\sys/types.h(174): message : see decaration of 'wchar_t'

typedef wchar_t as unsigned char to compatible with vcrtuntime

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-08-24 16:52:03 +08:00
..
include arch/sim/wchar_t: fix visual studio Compiler Error C2371 2022-08-24 16:52:03 +08:00
src arch/sim: Assign virtio vring notifyid to RSC_NOTIFY_ID_ANY 2022-08-23 17:21:37 +02:00
Kconfig sim: bt: Add specific bluetooth HCI number id 2022-04-12 15:15:25 +08:00