提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 2a751068e6 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 8 年之前
  Gregory Nutt 43eb04bb8f Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 8 年之前
  Gregory Nutt efb02f2ef1 drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 年之前
  Gregory Nutt 2244ed46bc nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 年之前
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 年之前
  Gregory Nutt 0b12dbf95d Fix some spacing problems 9 年之前
  Gregory Nutt 6519dc475d Use sched_kfree() instead of kmm_free() 9 年之前
  Gregory Nutt 691d7c9819 Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 9 年之前
  Gregory Nutt 4a8fbd8817 USB host: More fixes from last changes.. MSC block read and write must again return number of blocks on success. Fix numerous places where the assumption the ret == OK means success. Since the transfer method now returns the number of byte transfered, the correct test for success is ret >= 0 9 年之前
  Gregory Nutt 47a112974d USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 9 年之前
  Gregory Nutt 435d088182 SAMA5 EHCI: Mostly cosmetic 9 年之前
  Gregory Nutt c2a3f936aa USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port 9 年之前
  Gregory Nutt 6e20a466ac Merge remote-tracking branch 'origin/master' into usbhub 9 年之前
  Gregory Nutt cec90e144a Another missing semicolon in a DEBUGASSERT statement 9 年之前
  Gregory Nutt d88d10830e USB host: Fix an attempt to take a semaphore from an interrupt handler 9 年之前
  Gregory Nutt 2586bc3fcc USB hub fixes. Mostly dealing with setting the hub function address at the right time and powering up downstream ports 9 年之前
  Gregory Nutt fde0bf650e USB host: Integrate logic to assign device function address 9 年之前
  Gregory Nutt d62aa8c158 USB host: Remove getdevinfo() method. Rename hub structure to hubport structure. Get port and function address from hub port structure vs. parameters and other structures. 9 年之前
  Gregory Nutt 2ea7a83bf5 USB hub: Move port index out of hub structure and into class structure 9 年之前
  Gregory Nutt 4aeb5e549c Get USB host HID mouse driver to build. Error connect method prototypes. 9 年之前
  Gregory Nutt f7f3a7f74d USB hub: Decouple class and hub structures 9 年之前
  Gregory Nutt 31a94816b2 USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts 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 0da9aaeb09 Fix some recurring typos: postion->position, *atino->*ation 10 年之前
  Gregory Nutt 692b087d07 LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 11 年之前