Skip to content
Snippets Groups Projects
  1. Dec 07, 2015
  2. Dec 06, 2015
  3. Dec 05, 2015
  4. Dec 04, 2015
  5. Dec 03, 2015
  6. Dec 02, 2015
  7. Dec 01, 2015
  8. Nov 30, 2015
  9. Nov 28, 2015
  10. Nov 27, 2015
  11. Nov 26, 2015
    • Gregory Nutt's avatar
      include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most... · 2a93c669
      Gregory Nutt authored
      include/nuttx/net/netdev.h and several Ethernet drivers in arch/:  Most network drivers to not support statistics.  Those that do only support them when DEBUG is enabled.  Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics.  Thus, the driver feature was mostly useless.  This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications.  All Ethernet drivers that collect statistics have been adapted to use these common statistics.
      2a93c669
  12. Nov 25, 2015
  13. Nov 23, 2015
  14. Nov 22, 2015
  15. Nov 21, 2015
  16. Nov 20, 2015
  17. Nov 19, 2015
    • Ken Pettit's avatar
      drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the... · 7b590ec9
      Ken Pettit authored
      drivers/mtd/smart.c  Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector.  Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing.  From Ken Petit
      7b590ec9
  18. Nov 18, 2015
Loading