- Dec 03, 2015
-
-
Gregory Nutt authored
-
- Dec 02, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMV7: Revise timer driver. SAMA5 has one pid/interrupt per timer/counter; SAMV7 has a pid/interrupt per channel
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 01, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32: CCM procfs is no longer a part of the 'base' procfs entries and can now only be supported via run time registration with CONFIG_FS_PROCFS_REGISTER=y
-
Gregory Nutt authored
-
- Nov 30, 2015
-
-
Gregory Nutt authored
Change prescaler dynamically to support bigger periods on 16 bits timers
-
Wail Khemir authored
-
Wail Khemir authored
-
Gregory Nutt authored
SAMV7: Add some conditional logic to handle the case where the board has no 32.768KHz crystal installed
-
- Nov 29, 2015
-
-
Gregory Nutt authored
-
- Nov 27, 2015
-
-
Gregory Nutt authored
-
- Nov 26, 2015
-
-
Gregory Nutt authored
-
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.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 25, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
-
Ken Pettit authored
arch/sim/src: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
-
- Nov 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Small bug fix for stm32 lower half timer driver
-
Wail Khemir authored
-
Wail Khemir authored
-
Gregory Nutt authored
-
- Nov 18, 2015
-
-
Gregory Nutt authored
-
Ken Pettit authored
-