提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao d6827cab60 arch: up_assert shouldn't call exit directly 4 年之前
  Ouss4 81d814b86e include/nuttx/arch.h: Trivial typo fixes. 4 年之前
  Xiang Xiao b4bd9427f7 arch: Rename _exit to up_exit to follow the naming convention 4 年之前
  Gregory Nutt 82debdc213 Make task_init() and task_activate() internal OS functions. 4 年之前
  Gregory Nutt c2244a2382 Remove CONFIG_TLS 4 年之前
  Xiang Xiao eca7059785 Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 4 年之前
  ligd 231ad202ee global change: repace sched_xfree() to kxmm_free() 4 年之前
  Nathan Hartman a5e643b0cd Fix typos in comments and documentation. 4 年之前
  YAMAMOTO Takashi 855751b534 Introduce instruction memory allocator 4 年之前
  YAMAMOTO Takashi da71a0d0b3 include/nuttx/arch.h: Wrap long lines to make nxstyle happy 4 年之前
  YAMAMOTO Takashi c85cb17f3a nuttx/arch.h: Several nxstyle fixes 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  YAMAMOTO Takashi 3923a8401f Remove bare greek letters in comments 4 年之前
  Xiang Xiao 6d69439f58 Call xxx_timer_initialize from clock subsystem 4 年之前
  Xiang Xiao 76bbed07a4 Call up_irqinitialize from irq subsystem 4 年之前
  Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
  Nathan Hartman 60f777b8f4 Fix various typos in documentation and comments. 5 年之前
  Gregory Nutt 240926c995 Beginning to update comments to reflect new organization of the boards/ sub-directory. 5 年之前
  Gregory Nutt 615c0ea7ee Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go. 5 年之前
  Gregory Nutt abf6965c24 Squashed commit of the following: 5 年之前
  Gregory Nutt 3e6c196ffa arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 5 年之前
  Gregory Nutt 842d3dc4e5 Rename sched_alarm_expiration to nxsched_alarm_expiration. That is the appropriate name for an internal sched/ function (still many named incorrectly). 5 年之前
  Gregory Nutt 9acb652e29 Rename sched_timer_expiration to nxsched_timer_expiration. That is the appropriate name for an internal sched/ function (still many named incorrectly). 5 年之前
  Gregory Nutt b290160b3b Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 5 年之前
  Gregory Nutt f6ac82e246 Backs out part of commit d7a602e9b2caf4bdda2be2f604ced6e500a770dc. When CONFIG_SCHED_CPULOAD_EXTCLK is defined, the prototype must still be available in nuttx/arch.h 5 年之前
  Valmantas Paliksa d7a602e9b2 sched/sched and include/nuttx/arch.h: Rename sched_process_cpuload to nxsched_process_cpuload. All internal sched_ functions should be prefixed with nx. Remove duplicate prototype from nuttx/arch.h. 5 年之前
  Xiang Xiao 64252a298f arch/: Unify the cache interface for all architectures 5 年之前
  Gregory Nutt 5fe6981c9a Squashed commit of the following: 5 年之前
  Gregory Nutt 2fbec4cdf6 Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize(). 5 年之前