Commit History

Author SHA1 Message Date
  Xiang Xiao dd1d980c3a arch/sim: Move setjmp/longjmp to libc/machine/sim 3 years ago
  ligd d009074ed5 sim/up_uart.c: fix losting uart data when user paste long cmd 3 years ago
  Xiang Xiao c8d4a4c76a mtd/progmem: Add up_progmem_read callback guarded by ARCH_HAVE_PROGMEM_READ 3 years ago
  Alan C. Assis b0d611d3dc Replace ARM_LWL_CONSOLE with generic LWL_CONSOLE 3 years ago
  Jiuzhu Dong f6cfd1c87b vfork: support sim vfork 3 years ago
  Abdelatif Guettouche c97d11aa7b arch/xtensa: Add the optional interrupt stack. 4 years ago
  liuhaitao d5c6bfe6cf arch: Add custom arch chip build support 4 years ago
  ligd 6dc3cbe9cb arch/Kconfig: add ARCH_HAVE_SERIAL_TERMIOS support to ARCH_SIM 4 years ago
  Xiang Xiao 5107104bbe arch/sim: Model host signal as NuttX's interrupt 4 years ago
  Masayuki Ishikawa 08c4376606 arch, include, sched : Refactor ARCH_GLOBAL_IRQDISABLE related code 4 years ago
  Brennan Ashton 4cb193d530 Docs: Update links to old website and wiki 4 years ago
  Nakamura, Yuuichi 02718f0827 Syscall instrumentation build system support for Arm and RISC-V 4 years ago
  Gregory Nutt ed9532e31f CONFIG_SCHED_INSTRUMENTATION_SYSCALL should not available if the architecture does not support the required system hook note hooks. 4 years ago
  Xiang Xiao b932b653dd arch: Select 64bit elf base on the architecture characteristic 4 years ago
  Gregory Nutt c2244a2382 Remove CONFIG_TLS 4 years ago
  ligd 231ad202ee global change: repace sched_xfree() to kxmm_free() 4 years ago
  YAMAMOTO Takashi 03a916acb8 Kconfig: Add kconfig options for module text allocator 4 years ago
  liuhaitao b27cbf6de1 arch/x86: correct typo error to fix x86 boards build break 4 years ago
  Sonic Yang b984752aec Flat address x86_64 port of Nuttx (#411) 4 years ago
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Xiang Xiao e7d9260014 arch: Customize the typedef of size_t instead of intptr_t 4 years ago
  Xiang Xiao 8b5658b918 arch/sim: Implement arch rtc interface on top of rtc driver 4 years ago
  Xiang Xiao d0d4b7a531 Reimplement arch alarm timer on top of oneshot driver framework 4 years ago
  Masayuki Ishikawa 7a8e9581ca Merged in masayuki2009/nuttx.nuttx/hifive1-qemu (pull request #1078) 4 years ago
  Xiang Xiao fa264ff7e7 drivers/rptun/rptun.c: Refine the start/stop flow to support the repeat boot. 5 years ago
  Xiang Xiao 3bc62f1ccc Change space to tab and help to ---help--- in Kconfig files. 5 years ago
  Gregory Nutt a5a7fe2d8a Kconfig and arch/Kconfig: Add some protection so that you cannot select an architecture-specific header file if the architecture does not provide the header file. 5 years ago
  Nathan Hartman 60f777b8f4 Fix various typos in documentation and comments. 5 years ago
  Gregory Nutt 545cfada38 This commit removes CONFIG_ARCH_INT_DISABLEALL. In the normal course of things, interrupts must occasionally be disabled using the up_irq_save() inline function to prevent contention in use of resources that may be shared between interrupt level and non-interrupt level logic. Now the question arises, if we are using BASEPRI to disable interrupts and have high priority interrupts enabled (CONFIG_ARCH_HIPRI_INTERRUPT=y), do we disable all interrupts except SVCall (we cannot disable SVCall interrupts). Or do we only disable the "normal" interrupts? 5 years ago
  Xiang Xiao 64252a298f arch/: Unify the cache interface for all architectures 5 years ago