- Aug 16, 2014
-
-
Gregory Nutt authored
More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic
-
Gregory Nutt authored
-
Gregory Nutt authored
Modified to support the change to the network ioctl signature changes. Also add support for new ioctl to setup PHY event notifications.
-
- Aug 12, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 11, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 09, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 free-running timer: Add support for a free-running timer wrapper around the low-level timer/counter logic.
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMA5 timer/counter: Add support for a one-shot timer wrapper around the low-level timer/counter logic. This also involved several changes that rippled into the ADC driver (untested).
-
Gregory Nutt authored
SAMA5 T/C: Can now handle non-constant BOARD_MCK_FREQUENCY. Also now supports methods to attach user interrupt handlers
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
-
- Aug 08, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
-
- Aug 07, 2014
-
-
Gregory Nutt authored
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 06, 2014
-
-
Gregory Nutt authored
Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
-
- Aug 05, 2014
-
-
Gregory Nutt authored
-
- Aug 03, 2014
-
-
Gregory Nutt authored
-
- Aug 02, 2014
-
-
Gregory Nutt authored
SAMA5 SSC: Verify that the requested bit width is supported. Correct some alignment tests that depend upon the data bit width.
-
- Aug 01, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-