Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 25, 2015
  3. Nov 23, 2015
  4. Nov 22, 2015
  5. Nov 21, 2015
  6. Nov 20, 2015
  7. 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
  8. Nov 18, 2015
  9. Nov 17, 2015
  10. Nov 16, 2015
  11. Nov 14, 2015
  12. Nov 12, 2015
  13. Nov 09, 2015
  14. Nov 07, 2015
  15. Nov 06, 2015
  16. Nov 03, 2015
  17. Nov 01, 2015
  18. Oct 22, 2015
Loading