提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt abf6965c24 Squashed commit of the following: 5 年之前
  Gregory Nutt b1001b4e50 Update TODO list regarding non-queuing of signal actions; Add comments in code at areas where the issue applies. 5 年之前
  Matt Thompson d212e15a43 This commit adds basic architectural support for the OpenRISK mor1kx architecture. The initial commit was verified on a Qemu simulation but is otherwise untested. 6 年之前
  Gregory Nutt a031fc1a88 Remove submodules 8 年之前
  Gregory Nutt 3045f4910e Update submodules 8 年之前
  Gregory Nutt dc71a47df6 RTC: Fix some configuration issues when RTC_ALARM is disabled 8 年之前
  Gregory Nutt 4fbd79d1a8 rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts 8 年之前
  Gregory Nutt a44b0798e2 RTC driver: Needs to initialize state structure to zero on initalization 8 年之前
  Gregory Nutt ae95f6cdfd RTC: Fix some errors when RTC debug is enabled 8 年之前
  Gregory Nutt 1135ce804d RTC: Extend interface by adding a method to set the alarm relative to the current time 8 年之前
  Gregory Nutt 1767b21d3c Update submodules 8 年之前
  Gregory Nutt 0723226bda RTC: Further simplications of the RTC driver interface; Add sample implem. 8 年之前
  Gregory Nutt 58d6624f29 RTC: Simplify the RTC driver interface. Way too much stuff in that interface and it is not fully implemented anywhere. 8 年之前
  Gregory Nutt ab3f9b764e Update ChangeLog 8 年之前
  Aleksandr Vyhovanec 3770b69572 Update compiler.h to support IAR compiler 8 年之前
  Gregory Nutt a6fff34ec6 Update TODO list 8 年之前
  Gregory Nutt af027f2a18 Update submodules 8 年之前
  Gregory Nutt bbbb615c31 Remove references to VSN from README; update ChangeLog 8 年之前
  Gregory Nutt 35ab1697cd CONFIG_DEV_RANDOM depends on CONFIG_ARCH_HAVE_RNG which is selected with MCU-specific RNG H/W is enabled. So correct default is y; you almost certainly want /dev/random as well. 8 年之前
  Gregory Nutt fbaee9db34 PM: Some cosmetic updates 8 年之前
  Gregory Nutt 54dbec248e PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 8 年之前
  Gregory Nutt dea4fe5d90 PM: Add activity domain to all PM callbacks 8 年之前
  Gregory Nutt cc5a678a9e Extend boardctl() USB device control to include PL2303 serial 8 年之前
  Gregory Nutt e2b16e0cb6 Update README 8 年之前
  Gregory Nutt 3886500459 Update TODO list 8 年之前
  Gregory Nutt f0671bae2f SMP: Reorder some logic related to task exit() and restart() for logic of SMP. 8 年之前
  Gregory Nutt 9604ea8f42 SMP: Straighten up some scheduler locking logic -- need to REVISIT 8 年之前
  Gregory Nutt ccbf514233 Add task state to information recorded when a task is suspended 8 年之前
  Andrew Tridgell 38eb8bb1b0 pipes: support FIONREAD and FIONWRITE ioctl on pipes; use semaphores for pipecommon_ioctl(). 8 年之前
  Gregory Nutt 03a77c1d18 Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts. 8 年之前