nuttx/arch/sim/include
chao.an da6d526e9c arch/sim: fix visual studio Linker Tools Error LNK2019
nuttx_all.lib(up_initialstate.obj) : error LNK2019:
  unresolved external symbol '___builtin_frame_addres' referenced in function '_up_getsp'

Return stack pointer from esp

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-08-24 21:59:07 +08:00
..
sim
.gitignore
arch.h arch: Move up_getsp from arch.h to irq.h 2022-07-01 10:44:55 -03:00
elf.h arch/sim: add arch elf define 2021-11-23 20:34:56 +09:00
inttypes.h sim: Initial support on MacOS M1 and Linux AARCH64 based hosts. 2022-02-17 09:35:09 +08:00
irq.h arch/sim: fix visual studio Linker Tools Error LNK2019 2022-08-24 21:59:07 +08:00
limits.h arch: fix typo 2022-08-03 17:37:08 +08:00
setjmp.h sim: Initial support on MacOS M1 and Linux AARCH64 based hosts. 2022-02-17 09:35:09 +08:00
spinlock.h
syscall.h sim/syscall: add syscall note support in the flat build 2022-03-07 23:58:28 +08:00
types.h arch/sim/wchar_t: fix visual studio Compiler Error C2371 2022-08-24 16:52:03 +08:00