提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt be325924fb This commit corrects a problem with NSH: NSH was calling the OS internal function ramdisk_register() in violation of the portable POSIX interface. This commit solves the problem by introducing a new boardctl() function BOARDIOC_MKRD which moves the RAM disk creation into the OS. 5 年之前
  Xiang Xiao 6ee09e8888 drivers/mtd/ftl.c: Support BIOC_FLUSH ioctl 6 年之前
  zhuyanlin 0849af133e drivers/rwbuffer.c: Improve the rwb_read/write overlap performance 6 年之前
  Xiang Xiao 44c9728a60 rivers/rwbuffer.c: Don't queue work to flush write buffer if CONFIG_DRVR_WRDELAY == 0 6 年之前
  Xiang Xiao ec70aa86a6 drivers/rwbuffer.c: Fix a lock issue 6 年之前
  Gregory Nutt 2722fd8192 tools/nxstyle.c: Add capability to detect multiple blank lines. Single spacing required by the coding standard. Also coding standard fixes to server .c files for problems found during testing nxstyle. 6 年之前
  Gregory Nutt 9568600ab1 Squashed commit of the following: 7 年之前
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 年之前
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 年之前
  Gregory Nutt 8e6c78f425 Fix last commit. It violates the NuttX coding standard because it is not C89 compliant. 7 年之前
  Oleg Evseev 18f4dcffa8 Eliminate unused variable warning. 7 年之前
  Jussi Kivilinna 1cc842794d drivers/rwbuffer.c: Fix compiler warnings 7 年之前
  Gregory Nutt 46dbbe837e rwbuffer.h moved from include/nuttx/ to include/nuttx/drivers. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt 59b912477e Fix some warnings: Mismatched prototypes 9 年之前
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Juha Niskanen 70620d3dd6 rivers/rwbuffer: Fix some logic errors 9 年之前
  Gregory Nutt e4d2822af8 Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt b99db64f15 rwbuffer, fix compiler error 10 年之前
  Gregory Nutt b33f8b3013 MTD read-ahear/write buffering layer seems functional 10 年之前
  Gregory Nutt a5bc26db4a Fixes for compile of rwbuffer.c 10 年之前
  Gregory Nutt 1780810d3d Rename kmalloc to kmm_malloc for consistency 10 年之前
  Gregory Nutt 54fa3b0b59 Rename kfree to kmm_free for consistency with other naming conventions 10 年之前
  Gregory Nutt 98cf3b06e5 nuttx/drivers: Remove explicity references to errno. That is a problem from within the kernel for certain configurations 10 年之前
  Gregory Nutt 58ab6ec03f NX graphics library: Macroize some color operators that become trivial when there is only one color plane 10 年之前
  Gregory Nutt ab1ab379dd Addition rwbuffer interfaces should not be enabled unless they are needed; if rwbuffer support is enabled, it should not be unconditionally enabled in SMART and FTL 10 年之前
  Gregory Nutt 8516551e54 Add an MTD layer that will add read-ahead or write buffering to any MTD driver (incomplete) 10 年之前