提交历史

作者 SHA1 备注 提交日期
  Michał Łyszczek 626afb015b nuttx/sched/mqueue: Change 'int prio' to 'unsigned int prio'. According to open group specification, priority field in mq_* functions should have unsigned type: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html 5 年之前
  Gregory Nutt e11e3b2607 Squashed commit of the following: 7 年之前
  Gregory Nutt fca07be1df Squashed commit of the following: 7 年之前
  Gregory Nutt 936df1bcb5 Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 7 年之前
  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 e9a5477506 Add an instance argument to the SPIDEV definitions. 7 年之前
  Gregory Nutt b4ff7391f8 Convert more drivers to use use irq_attach with argument. 7 年之前
  Gregory Nutt 23a876ab9c Move include/nuttx/math.h to include/nuttx/lib/math.h 8 年之前
  Gregory Nutt 0665c7e06c drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS. 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 f6e49caba8 All SPI-based device drivers needs to call SPI_HWFEATURES() with zero in order to co-exist with drivers that use H/W features 8 年之前
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 年之前
  Gregory Nutt e4d2822af8 Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt b285162e79 Fix some warnings in audio code causing by fixing the prototypes of mq_send() and mq_receive() 9 年之前
  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 e214382264 Audio: Change how the end of the audio stream is detected by the leaf audio component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream. 10 年之前
  Gregory Nutt 0cc9b06eca Add definitions to support fast forward and rewind configuration 10 年之前
  Gregory Nutt 014dd77237 Audio: Fix some compilation issues introduced with some of the recent changes 10 年之前
  Gregory Nutt 08fa9a9d54 Costmetic change 10 年之前
  Gregory Nutt 22f8503d0a Convert ac_format and ac_controls to unions to make access a little cleaner 10 年之前
  Gregory Nutt dba43a9c75 Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commits back; Use existing configure method 10 年之前
  Gregory Nutt 91b002a043 Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 10 年之前
  Gregory Nutt 926e91555d VS1053 worker thread stack size is now configurable; Worker thread is named via pthread_setname_np(). From Ken Pettit 11 年之前
  Gregory Nutt de234b3a89 Add for audio sub-format in audion system. From Ken Pettit 11 年之前
  Gregory Nutt 5fe465749f Updated VS1053 audio driver from Ken Pettit 11 年之前
  Gregory Nutt afa905fc15 Audio subystem update from Ken Pettit. Plus moved some header files 11 年之前